TransparentUpgradeableProxy
Verified contract
Proxy
Active on
Ethereum with 38,208 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
0xc1eb…76bd
-
variable spans 3 additional slots
Balances ($0.00)
No balances found for "TransparentUpgradeableProxy"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21155917 | 7 hours ago | | | 0 | 0.0010340945 | |
| 21155899 | 7 hours ago | | | 0 | 0.00091418836 | |
| 21134654 | 3 days ago | | | 0 | 0.00093785602 | |
| 21134476 | 3 days ago | | | 0 | 0.0011054338 | |
| 21133847 | 3 days ago | | | 0 | 0.00081466280 | |
| 21133509 | 3 days ago | | | 0 | 0.0014767525 | |
| 21132993 | 3 days ago | | | 0 | 0.0017686496 | |
| 21126752 | 4 days ago | | | 0 | 0.0025332063 | |
| 21125463 | 5 days ago | | | 0 | 0.0016574936 | |
| 21120744 | 5 days ago | | | 0 | 0.00058239353 |
ABI
ABI objects
Getter at block 21158031
OUTBOX_VERSION() view returns (uint128)
2
bridge() view returns (address)
0xc1ebd02f738644983b6c4b2d440b8e77dde276bd
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
rollup() view returns (address)
0xfb209827c58283535b744575e11953dcc4bead88
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)
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 blockHash, bytes32 indexed outputRoot)
constructor(address _logic, address admin_, bytes _data)
fallback()
receive()
AlreadyInit()
AlreadySpent(uint256 index)
BridgeCallFailed()
MerkleProofTooLong(uint256 actualLength, uint256 maxProofLength)
NotRollup(address sender, address rollup)
PathNotMinimal(uint256 index, uint256 maxIndex)
ProofTooLong(uint256 proofLength)
SimulationOnlyEntrypoint()
UnknownRoot(bytes32 root)