Solidity

使用 Brownie 訪問區塊鏈地址上的私人數據

  • October 21, 2022

我正在嘗試在乙太坊上練習私有數據利用,並想知道是否有類似 web3.eth.getStorageAt() 的功能在 brownie 中實現,它可以讓我訪問區塊鏈上的儲存和私有數據?

我認為 https://web3py.readthedocs.io/en/latest/web3.eth.html#web3.eth.Eth.get_storage_at是你要找的

引用自:https://ethereum.stackexchange.com/questions/137929