TransparentUpgradeableProxy
Verified contract
Proxy
Active on
Ethereum with 1 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
-
variable spans 48 additional slots
Balances ($0.00)
No balances found for "TransparentUpgradeableProxy"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15917519 | 2 years ago | | | 0 | 0.0021774032 |
ABI
ABI objects
Getter at block 21168368
TRUSTED_PARTY() view returns (address)
0xe0f7ad919706ca7626d3394eabb35cf4719b56e7
owner() view returns (address)
0xe4237de092077277e5c6163776a2be4250687ab8
paused() view returns (bool)
false
Read-only
nonceUsed(uint256) view returns (bool)
State-modifying
Events admin() returns (address admin_)
changeAdmin(address newAdmin)
implementation() returns (address implementation_)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
initialize(address _trusted)
renounceOwnership()
setTrustedParty(address _trusted)
setUsedNonce(uint256 nonce)
transferOwnership(address newOwner)
verifyClaim(address token, address receiver, uint256 maxAllowce, uint256 amount, uint256 nonce, bytes signature) returns (bool)
verifyPreSaleMint(address receiver, bytes32[] typeMints, uint256[] quantities, uint256 amountAllowce, uint256 nonce, bytes signature) returns (bool)
verifyTransferOwner(address newOwner, uint256 nonce, bytes signature) returns (bool)
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Upgraded(address indexed implementation)
Initialized(uint8 version)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
Unpaused(address account)
UsedNonce(address account, bytes32 nonce, string action)
constructor(address _logic, address admin_, bytes _data)
fallback()
receive()
This contract contains no error objects.