TransparentUpgradeableProxy
Verified contract
Proxy
Active on
Base with 57 txns
Unified storage
Map
Table
Raw
Constants and immutables
4
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x9f90…0a8e
-
variable spans 3 additional slots
-
variable spans 41 additional slots
Balances ($0.00)
No balances found for "TransparentUpgradeableProxy"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22704308 | 15 hours ago | | | 0 | 1.8428413e-7 | |
| 22704306 | 15 hours ago | | | 0 | 5.1064736e-7 | |
| 22618653 | 3 days ago | | | 0 | 3.1659955e-7 | |
| 22571939 | 4 days ago | | | 0 | 0.000000308767748175 | |
| 22571453 | 4 days ago | | | 0 | 2.6814182e-7 | |
| 22547776 | 4 days ago | | | 0 | 3.2111826e-7 | |
| 22535719 | 5 days ago | | | 0 | 3.2000195e-7 | |
| 22533320 | 5 days ago | | | 0 | 3.1544346e-7 | |
| 22530387 | 5 days ago | | | 0 | 0.000000109465865400 | |
| 22530385 | 5 days ago | | | 0 | 0.000000303318523880 |
ABI
ABI objects
Getter at block 22730640
OUTBOX_VERSION() view returns (uint128)
2
bridge() view returns (address)
0x9f904fea0eff79708b37b99960e05900fe310a8e
l2ToL1BatchNum() pure returns (uint256)
0
l2ToL1Block() view returns (uint256)
0
l2ToL1EthBlock() view returns (uint256)
0
l2ToL1OutputId() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
l2ToL1Sender() view returns (address)
0x0000000000000000000000000000000000000000
l2ToL1Timestamp() view returns (uint256)
0
l2ToL1WithdrawalAmount() view returns (uint256)
0
rollup() view returns (address)
0x58e3fe88b1e8a7e2d578000acd9c6d5989fe9e09
Read-only
calculateItemHash(address l2Sender, address to, uint256 l2Block, uint256 l1Block, uint256 l2Timestamp, uint256 value, bytes data) pure returns (bytes32)
calculateMerkleRoot(bytes32[] proof, uint256 path, bytes32 item) pure returns (bytes32)
isSpent(uint256 index) view returns (bool)
roots(bytes32) view returns (bytes32)
spent(uint256) view returns (bytes32)
State-modifying
Events admin() returns (address admin_)
changeAdmin(address newAdmin)
implementation() returns (address implementation_)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
executeTransaction(bytes32[] proof, uint256 index, address l2Sender, address to, uint256 l2Block, uint256 l1Block, uint256 l2Timestamp, uint256 value, bytes data)
executeTransactionSimulation(uint256 index, address l2Sender, address to, uint256 l2Block, uint256 l1Block, uint256 l2Timestamp, uint256 value, bytes data)
initialize(address _bridge)
postUpgradeInit()
updateRollupAddress()
updateSendRoot(bytes32 root, bytes32 l2BlockHash)
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Upgraded(address indexed implementation)
OutBoxTransactionExecuted(address indexed to, address indexed l2Sender, uint256 indexed zero, uint256 transactionIndex)
SendRootUpdated(bytes32 indexed outputRoot, bytes32 indexed l2BlockHash)
constructor(address _logic, address admin_, bytes _data)
fallback()
receive()
AlreadyInit()
AlreadySpent(uint256 index)
BadPostUpgradeInit()
BridgeCallFailed()
HadZeroInit()
MerkleProofTooLong(uint256 actualLength, uint256 maxProofLength)
NotOwner(address sender, address owner)
NotRollup(address sender, address rollup)
PathNotMinimal(uint256 index, uint256 maxIndex)
ProofTooLong(uint256 proofLength)
RollupNotChanged()
SimulationOnlyEntrypoint()
UnknownRoot(bytes32 root)