TransparentUpgradeableProxy
Verified contract
Proxy
Active on
Ethereum with 399 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 48 additional slots
Balances ($0.00)
No balances found for "TransparentUpgradeableProxy"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20829693 | a month ago | | | 0 | 0.0019317187 | |
| 19898287 | 6 months ago | | | 0 | 0.0014741235 | |
| 19635089 | 7 months ago | | | 0 | 0.0017002305 | |
| 19591773 | 7 months ago | | | 0 | 0.0047044221 | |
| 18215275 | a year ago | | | 0 | 0.0029250704 | |
| 17974721 | a year ago | | | 0 | 0.0017036878 | |
| 17960062 | a year ago | | | 0 | 0.0032000169 | |
| 17689854 | a year ago | | | 0 | 0.0021271800 | |
| 17617346 | a year ago | | | 0 | 0.0053905728 | |
| 17325923 | a year ago | | | 0 | 0.010850240 |
ABI
ABI objects
Getter at block 21119462
comics() view returns (address)
0xbc8542e65ab801f7c9e3edd23238d37a2e3972d6
itemIndex() view returns (uint256)
2891
owner() view returns (address)
0x87e1237074760f57b424121edca06f082700dbc2
paused() view returns (bool)
true
Read-only
itemIdByTokenId(uint256) view returns (uint256)
State-modifying
Events admin() returns (address)
changeAdmin(address newAdmin)
implementation() returns (address)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
burnComics(uint256[] _values)
initialize(address _comics)
pause()
renounceOwnership()
transferOwnership(address newOwner)
unpause()
AdminChanged(address previousAdmin, address newAdmin)
Upgraded(address indexed implementation)
ComicsBurned(address indexed by, uint256[] tokenIds, uint256[] values)
ItemMinted(address indexed by, uint256[] tokenIds, uint256[] values, uint256[] startIdForIMX)
KeyMinted(address indexed by, uint256 tokenId, uint256 value, uint256 startIdForIMX)
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.