ZETA NFT

Verified contract

Active on Ethereum with 874 txns
Deployed by via 0xa7c1745b at 14746941
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "ZETA NFT"

0xf91e5f635f8fd896c27e512d79201a91593860b67b2eea134b484b25163673c2
0x3be13d88234351d911f2234a5f63510ede08b05e1fbf79db7679656a7239c0be
0x2ebb26b28b16c54be3ccf42937dc8a11726117e0bad9202fb7756b4d4fe22657
0xd21421284fbb1e806a0a97ec6c8b9ff96bf35621f379087ede240085e8c560b9
0x8880f5018238e08eaaa44ee1b5a4284a39d357cb3b1c75bf3249e8aa57e4b03e
From
0xc703924347bb074739022226cd3f0c5a4b2bec6e02d740af6deb95f70d508aef
From
0x18fdcb2445ad0a6ece1181bc48aed40ac12962d1aa2408dc18699be11297f223
0xd2b5a62c245609694d16d96a0d317e0a07530dad5ebc047dedd3e9fbf0d28155
0xcd8878653ffa2ca9062eb88a64628939c3518d30914da77c78667f5f5e6bd2b5
0xd848af9d24db6d6369bab21f912cc5cf2a0c80b21b586b9417deff888c6e0f72

Functions
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 accountuint256 idview returns (uint256)
balanceOfBatch(address[] accountsuint256[] idsview returns (uint256[])
canPerform(address accountstring actionview returns (bool)
getRoleAdmin(bytes32 roleview returns (bytes32)
getRoleMember(bytes32 roleuint256 indexview returns (address)
getRoleMemberCount(bytes32 roleview returns (uint256)
hasRole(bytes32 roleaddress accountview returns (bool)
isApprovedForAll(address accountaddress operatorview returns (bool)
limitPerWalletByToken(uint256 tokenIdview returns (uint256)
minted(address walletview returns (uint256)
mintedTokensPerWalletByToken(uint256 tokenIdaddress walletview returns (uint256)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenContract(uint256 idview returns (address)
totalSupply(uint256 idview returns (uint256)
uri(uint256 idview returns (string)
State-modifying
burn(address fromuint256 iduint256 amount
burnBatch(address fromuint256[] idsuint256[] amounts
grantRole(bytes32 roleaddress account
mint(address touint256 iduint256 amountbytes data
mintBatch(address touint256[] idsuint256[] amountsbytes data
renounceOwnership(
renounceRole(bytes32 roleaddress account
revokeRole(bytes32 roleaddress account
safeBatchTransferFrom(address fromaddress touint256[] idsuint256[] amountsbytes data
safeTransferFrom(address fromaddress touint256 iduint256 amountbytes data
setApprovalForAll(address operatorbool approved
setLimitPerWallet(uint256 _limitPerWallet
setName(string newName
setSymbol(string newSymbol
setTokenContract(uint256 idaddress contractAddress
setTokenLimitPerWallet(uint256 tokenIduint256 _limitPerWallet
setURI(string newuri
transferOwnership(address newOwner
withdraw(
Events
ApprovalForAll(address indexed accountaddress indexed operatorbool approved
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
RoleAdminChanged(bytes32 indexed rolebytes32 indexed previousAdminRolebytes32 indexed newAdminRole
RoleGranted(bytes32 indexed roleaddress indexed accountaddress indexed sender
RoleRevoked(bytes32 indexed roleaddress indexed accountaddress indexed sender
TransferBatch(address indexed operatoraddress indexed fromaddress indexed touint256[] idsuint256[] values
TransferSingle(address indexed operatoraddress indexed fromaddress indexed touint256 iduint256 value
URI(string valueuint256 indexed id
Constructor
constructor(string initialNamestring initialSymbol
Fallback and receive
fallback(
receive(
Errors
AccountsAndIdsLengthMismatch(
BalanceQueryForTheZeroAddress(
BurnFromTheZeroAddress(
CallerIsNotOwnerNorApproved(
ContractAddressIsNotAContract(
ERC1155ReceiverRejectedTokens(
ExhaustedWalletAllowance(
IdsAndAmountsLengthMismatch(
MintToTheZeroAddress(
NotADeployer(
SettingApprovalStatusForSelf(
TransferToNonERC1155ReceiverImplementer(
TransferToTheZeroAddress(
UnknownTokenId(