TransparentUpgradeableProxy
Verified contract
Proxy
Active on
Base with 24,501 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
0xefef…cb9c
-
variable spans 3 additional slots
-
variable spans 41 additional slots
Balances ($2.69)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
BAMBOO | ERC-20 | 226 | $0.011885 |
$2.69 | |
USA | ERC-20 | 1 | $0.000842 |
$0 | |
| ERC-20 | 2.4K | -- | -- | |
OHNO | ERC-20 | 207.906348 | -- | -- | |
LZPZ | ERC-20 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22740718 | 2 minutes ago | | | 0 | 5.4379618e-7 | |
| 22740246 | 17 minutes ago | | | 0 | 0.000013120570 | |
| 22740125 | 21 minutes ago | | | 0 | 4.3929990e-7 | |
| 22739922 | 28 minutes ago | | | 0 | 4.2089940e-7 | |
| 22737359 | 2 hours ago | | | 0 | 4.7897521e-7 | |
| 22737167 | 2 hours ago | | | 0 | 4.8205713e-7 | |
| 22736793 | 2 hours ago | | | 0 | 0.000011438798 | |
| 22736629 | 2 hours ago | | | 0 | 0.000013393982 | |
| 22736547 | 2 hours ago | | | 0 | 0.000013202140 | |
| 22735197 | 3 hours ago | | | 0 | 0.000013394189 |
ABI
ABI objects
Getter at block 22740765
OUTBOX_VERSION() view returns (uint128)
2
bridge() view returns (address)
0xefef4558802bf373ce3307189c79a9cab0a4cb9c
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)
0xd34f3a11f10db069173b32d84f02eda578709143
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)