AdminUpgradeabilityProxy
Verified contract
Proxy
Active on
Ethereum with 3 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
0x3472…e53d
Balances ($0.00)
No balances found for "AdminUpgradeabilityProxy"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 13094951 | 3 years ago | | | 0 | 0.0025196786 | |
| 13084804 | 3 years ago | | | 0 | 0.0019100425 | |
| 13084793 | 3 years ago | | | 0 | 0.0057200629 |
ABI
ABI objects
Getter at block 21246471
minime() view returns (address)
0x3472a5a71965499acd81997a54bba8d852c6e53d
mintingEnabled() view returns (bool)
true
owner() view returns (address)
0xb65cef03b9b89f99517643226d76e286ee999e77
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
burn(uint256 amount)
claimTokens(address token)
disableMinting()
initialize(address token_)
mint(uint256 amount)
onApprove(address, address, uint256) returns (bool)
onTransfer(address, address, uint256) returns (bool)
proxyPayment(address) payable returns (bool)
renounceOwnership()
transferOwnership(address newOwner)
AdminChanged(address previousAdmin, address newAdmin)
Upgraded(address indexed implementation)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
constructor(address _logic, address _admin, bytes _data)
fallback()
receive()
This contract contains no error objects.