AdminUpgradeabilityProxy
Verified contract
Proxy
Active on
Ethereum with 1,600 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
0xd83c…2b65
Balances ($0.00)
No balances found for "AdminUpgradeabilityProxy"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19996050 | 6 months ago | | | 0 | 0.00074062000 | |
| 19995948 | 6 months ago | | | 0 | 0.00074062000 | |
| 19995941 | 6 months ago | | | 0 | 0.00074062000 | |
| 19729763 | 7 months ago | | | 0 | 0.00074038000 | |
| 18170690 | a year ago | | | 0 | 0.00074038000 | |
| 18170668 | a year ago | | | 0 | 0.00074038000 | |
| 18170658 | a year ago | | | 0 | 0.00074038000 | |
| 18083561 | a year ago | | | 0 | 0.00074062000 | |
| 18083544 | a year ago | | | 0 | 0.00074062000 | |
| 18075765 | a year ago | | | 0 | 0.00074038000 |
ABI
ABI objects
Getter at block 21297459
admin() view returns (address)
0x09e64d5c91160bcf1818ff0c8d3b9dd9b631c349
burner() view returns (address)
0x35775c4c52f216c0a6888d8047b57293c7fff29f
invictusCommunityTokens() view returns (address)
0xd83c569268930fadad4cde6d0cb64450fef32b65
mintCheckerAdmin() view returns (address)
0xe2fc422ef433b7c097ea9ae9e5c925b3e824362f
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
burnTokens(uint256 burnAmount)
changeAdmin(address _admin)
changeBurner(address _burner)
changeMintCheckerAdmin(address _mintCheckerAdmin)
initialize(address _admin, address _mintCheckerAdmin, address _invictusCommunityTokens, address _burner)
mintTokens(address user, uint256 mintAmount, uint256 expiry, uint256 nonce, uint256 endTimestamp, uint8 v, bytes32 r, bytes32 s)
AdminChanged(address previousAdmin, address newAdmin)
Upgraded(address indexed implementation)
ICAPBurned(address indexed user, uint256 burnAmount)
ICTMinted(address indexed user, uint256 mintAmount, uint256 nonce, uint256 endTimestamp)
MinterIntialized(uint256 time)
constructor(address _logic, address _admin, bytes _data)
fallback()
This contract contains no error objects.