TransparentUpgradeableProxy
Verified contract
Proxy
Active on
Ethereum with 550 txns
Unified storage
Map
Table
Raw
Constants and immutables
2
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
-
variable spans 43 additional slots
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
0x07a8…10fb | ERC-20 | 34,159,938,400.11699T | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 14810211 | 2 years ago | | | 0 | 0.00050779829 | |
| 14809812 | 2 years ago | | | 0 | 0.00098676978 | |
| 14688778 | 3 years ago | | | 0 | 0.0086128222 | |
| 14688017 | 3 years ago | | | 0 | 0.0064154751 | |
| 14687221 | 3 years ago | | | 0 | 0.0049170157 | |
| 14674380 | 3 years ago | | | 0 | 0.0027715015 | |
| 14674378 | 3 years ago | | | 0 | 0.0048357133 | |
| 14650106 | 3 years ago | | | 0 | 0.0029735727 | |
| 14634327 | 3 years ago | | | 0 | 0.0034976520 | |
| 14624882 | 3 years ago | | | 0 | 0.0044604210 |
ABI
ABI objects
Getter at block 21163695
owner() view returns (address)
[unknown]
paused() view returns (bool)
[unknown]
Read-only
This contract contains no read-only function objects.
State-modifying
Events admin() returns (address)
changeAdmin(address newAdmin)
implementation() returns (address)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
destroy()
init(address owner_)
postInit(struct ETHtxAMMETHtxAMMArgs _args)
postUpgrade(address secureVault)
renounceOwnership()
transferOwnership(address newOwner)
AdminChanged(address previousAdmin, address newAdmin)
Upgraded(address indexed implementation)
Destroyed(address indexed author)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
Unpaused(address account)
constructor(address initialLogic, address initialAdmin, bytes _data)
fallback()
receive()
This contract contains no error objects.