TransparentUpgradeableProxy
Verified contract
Proxy
Active on
Ethereum with 2,050 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 49 additional slots
-
variable spans 46 additional slots
-
variable spans 47 additional slots
-
variable spans 48 additional slots
-
variable spans 49 additional slots
-
variable spans 3 additional slots
1 additional
variable
Balances ($0.00)
No balances found for "TransparentUpgradeableProxy"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19420151 | 9 months ago | | | 0 | 0.0040139805 | |
| 18762304 | a year ago | | | 0 | 0.0020286960 | |
| 16923234 | 2 years ago | | | 0 | 0.00082014507 | |
| 16923227 | 2 years ago | | | 0 | 0.00098952870 | |
| 16913866 | 2 years ago | | | 0 | 0.0019560601 | |
| 16731457 | 2 years ago | | | 0 | 0.0015142385 | |
| 16721268 | 2 years ago | | | 0 | 0.00088996845 | |
| 16721262 | 2 years ago | | | 0 | 0.0011505932 | |
| 16187281 | 2 years ago | | | 0 | 0.0011924638 | |
| 16182073 | 2 years ago | | | 0 | 0.00043668681 |
ABI
ABI objects
Getter at block 21411176
contractURI() view returns (string)
https://tne-stage-show-metadata.s3.ap-east-1.amazonaws.com/contract-metadata.json
owner() view returns (address)
0x058d703182f6da4866c0fe339ff378e5dd29f7a5
Read-only
balanceOf(address account, uint256 id) view returns (uint256)
balanceOfBatch(address[] accounts, uint256[] ids) view returns (uint256[])
isApprovedForAll(address _owner, address _operator) view returns (bool isOperator)
listOwner(uint256 tokenId) view returns (address[])
readFreeQuota(address account) view returns (uint32)
readPaidQuota(address account) view returns (uint32)
royaltyInfo(uint256 _tokenId, uint256 _salePrice) view returns (address, uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
uri(uint256 tokenId) view returns (string)
whitelistMintInfo(uint256[] tokenIds) view returns (uint8 activeMintMode, uint256[] mintFees, uint32[] tokenIssuedCounts, uint32[] tokenSupplyCounts)
State-modifying
Events admin() returns (address admin_)
changeAdmin(address newAdmin)
implementation() returns (address implementation_)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
batchUpdateMintQuota(address[] accounts, uint32[] freeQuotas, uint32[] paidQuotas)
closeMint()
createTokenType(uint256 tokenId, uint32 tokenSupply, uint256 mintFee)
initialize(string uri_)
ownerMint(uint256 tokenId, uint32 mintAmount, address to)
renounceOwnership()
safeBatchTransferFrom(address from, address to, uint256[] ids, uint256[] amounts, bytes data)
safeTransferFrom(address from, address to, uint256 id, uint256 amount, bytes data)
setApprovalForAll(address operator, bool approved)
setContractURI(string _newURI)
setDefaultRoyalty(address receiver, uint96 feeNumerator)
setTokenType(uint256 tokenId, uint32 tokenSupply, uint256 mintFee)
setURI(string _newURI)
setWhitelistParam(bytes32 whitelistRoot, uint8 mintMode, uint256 startMintTime, uint32 defaultFreeQuota, uint32 defaultMintQuota)
transferOwnership(address newOwner)
whitelistMint(bytes32[] whitelistProof, uint256 tokenId, uint32 userId, uint32 mintAmount) payable
withdraw(address _wallet) payable
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Upgraded(address indexed implementation)
ApprovalForAll(address indexed account, address indexed operator, bool approved)
Initialized(uint8 version)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
TransferBatch(address indexed operator, address indexed from, address indexed to, uint256[] ids, uint256[] values)
TransferSingle(address indexed operator, address indexed from, address indexed to, uint256 id, uint256 value)
URI(string value, uint256 indexed id)
constructor(address _logic, address admin_, bytes _data)
fallback()
receive()
This contract contains no error objects.