TransparentUpgradeableProxy
Verified contract
Proxy
Active on
Ethereum with 1,917 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
-
variable spans 49 additional slots
-
variable spans 48 additional slots
-
variable spans 48 additional slots
0xec48…77ee
-
variable spans 32 additional slots
-
variable spans 46 additional slots
Balances ($0.00)
No balances found for "TransparentUpgradeableProxy"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20158364 | 5 months ago | | | 0 | 0.00034125940 | |
| 20120551 | 5 months ago | | | 0 | 0.0013169140 | |
| 20055080 | 5 months ago | | | 0 | 0.0024848910 | |
| 20051737 | 5 months ago | | | 0 | 0.00062010090 | |
| 20015953 | 6 months ago | | | 0 | 0.00074778998 | |
| 19997004 | 6 months ago | | | 0 | 0.00093290727 | |
| 19984741 | 6 months ago | | | 0 | 0.0018375809 | |
| 19975855 | 6 months ago | | | 0 | 0.0026757913 | |
| 19965886 | 6 months ago | | | 0 | 0.0014844954 | |
| 19958048 | 6 months ago | | | 0 | 0.00085820184 |
ABI
ABI objects
Getter at block 21229074 latestCheckpoint() view returns (bytes32, uint32) root() view returns (bytes32)
MAX_MESSAGE_BODY_BYTES() view returns (uint256)
2048
VERSION() view returns (uint8)
0
count() view returns (uint32)
2093
defaultIsm() view returns (address)
0xec48e52d960e54a179f70907bf28b105813877ee
isPaused() view returns (bool)
false
localDomain() view returns (uint32)
1
owner() view returns (address)
0x12c5ab61fe17df9c65739dba73df294708f78d23
tree() view returns (uint256 count)
2093
Read-only
delivered(bytes32) view returns (bool)
recipientIsm(address _recipient) view returns (address)
State-modifying
Events admin() returns (address admin_)
changeAdmin(address newAdmin)
implementation() returns (address implementation_)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
dispatch(uint32 _destinationDomain, bytes32 _recipientAddress, bytes _messageBody) returns (bytes32)
initialize(address _owner, address _defaultIsm)
pause()
process(bytes _metadata, bytes _message)
renounceOwnership()
setDefaultIsm(address _module)
transferOwnership(address newOwner)
unpause()
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Upgraded(address indexed implementation)
DefaultIsmSet(address indexed module)
Dispatch(address indexed sender, uint32 indexed destination, bytes32 indexed recipient, bytes message)
DispatchId(bytes32 indexed messageId)
Initialized(uint8 version)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused()
Process(uint32 indexed origin, bytes32 indexed sender, address indexed recipient)
ProcessId(bytes32 indexed messageId)
Unpaused()
constructor(address _logic, address admin_, bytes _data)
fallback()
receive()
This contract contains no error objects.