Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "ZETA NFT"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17085861 | 2 years ago | | | 0 | 0.0017039400 | |
| 16550327 | 2 years ago | | | 0 | 0.00076533415 | |
| 16419055 | 2 years ago | | | 0 | 0.00038777737 | |
| 16058925 | 2 years ago | | | 0 | 0.00025693277 | |
| 15895604 | 2 years ago | | | 0 | 0.00035121642 | |
| 15846489 | 2 years ago | | | 0 | 0.00027296406 | |
| 15427599 | 2 years ago | | | 0 | 0.00015399206 | |
| 15187575 | 2 years ago | | | 0 | 0.00038357991 | |
| 15108131 | 2 years ago | | | 0 | 0.00022547917 | |
| 14980674 | 2 years ago | | | 0 | 0.0016529556 |
ABI
ABI objects
Getter at block 21386942
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
DEPLOYER() view returns (bytes32)
0x503cf060389b91af8851125bd70ce66d16d12330718b103fc7674ef6d27e70c9
OPERATOR() view returns (bytes32)
0x523a704056dcd17bcf83bed8b68c59416dac1119be77755efe3bde0a64e46e0c
globalLimitPerWallet() view returns (uint256)
2
name() view returns (string)
ZETA NFT
owner() view returns (address)
0xea772a3cf92853bf7375ed3f9a2d1af6888d5374
symbol() view returns (string)
ZTA
Read-only
balanceOf(address account, uint256 id) view returns (uint256)
balanceOfBatch(address[] accounts, uint256[] ids) view returns (uint256[])
canPerform(address account, string action) view returns (bool)
getRoleAdmin(bytes32 role) view returns (bytes32)
getRoleMember(bytes32 role, uint256 index) view returns (address)
getRoleMemberCount(bytes32 role) view returns (uint256)
hasRole(bytes32 role, address account) view returns (bool)
isApprovedForAll(address account, address operator) view returns (bool)
limitPerWalletByToken(uint256 tokenId) view returns (uint256)
minted(address wallet) view returns (uint256)
mintedTokensPerWalletByToken(uint256 tokenId, address wallet) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenContract(uint256 id) view returns (address)
totalSupply(uint256 id) view returns (uint256)
uri(uint256 id) view returns (string)
State-modifying
Events burn(address from, uint256 id, uint256 amount)
burnBatch(address from, uint256[] ids, uint256[] amounts)
grantRole(bytes32 role, address account)
mint(address to, uint256 id, uint256 amount, bytes data)
mintBatch(address to, uint256[] ids, uint256[] amounts, bytes data)
renounceOwnership()
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
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)
setLimitPerWallet(uint256 _limitPerWallet)
setName(string newName)
setSymbol(string newSymbol)
setTokenContract(uint256 id, address contractAddress)
setTokenLimitPerWallet(uint256 tokenId, uint256 _limitPerWallet)
setURI(string newuri)
transferOwnership(address newOwner)
withdraw()
ApprovalForAll(address indexed account, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RoleAdminChanged(bytes32 indexed role, bytes32 indexed previousAdminRole, bytes32 indexed newAdminRole)
RoleGranted(bytes32 indexed role, address indexed account, address indexed sender)
RoleRevoked(bytes32 indexed role, address indexed account, address indexed sender)
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(string initialName, string initialSymbol)
fallback()
receive()
AccountsAndIdsLengthMismatch()
BalanceQueryForTheZeroAddress()
BurnFromTheZeroAddress()
CallerIsNotOwnerNorApproved()
ContractAddressIsNotAContract()
ERC1155ReceiverRejectedTokens()
ExhaustedWalletAllowance()
IdsAndAmountsLengthMismatch()
MintToTheZeroAddress()
NotADeployer()
SettingApprovalStatusForSelf()
TransferToNonERC1155ReceiverImplementer()
TransferToTheZeroAddress()
UnknownTokenId()