z00tz Anchor Club

Verified contract

Active on Ethereum with 2,591 txns
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "z00tz Anchor Club"

0x55b47ecb0e8014e2cec4029a578b3a075c379243cfd1a54a9ea82eccc80f075b
0xcc5ca778f6187712df2aca3f5955da60cc254151be4c5571209d7828560d7239
0x6eba72523e0d09503e57e5418d83da2d070c9c379392286feff2df9d0ce7a49d
0x3267799db2c06b34217b018647b5b31d4c0f932c749eead809f6ae76c03d0a97
0xd2a174f42ad0f8c29464926171f59a60dada096f01241210839e7c13711de9df
0x33d16bf99a01811335070346362bc3d865567a0cd3f7966f17af5e8c5e0abb49
0x062739f35586c28a83843d7d7d0605c08a929e476557c25ff6b72dc739bbbe54
0x70fd6f8edd6c598ee0e01e5fea3d6f15e8f41a87f545a71e76b9f1c631938a48
0xb7de4a2f7dc5833e1f59c8647ca29ea8bf6ca3041ae299e42c3220b68c541c6e
0x7dc4d2a0852d53de87f7bf0cbc6d136443d6f2c52bc028830ede2aa009f7d771

Functions
Getter at block 21318711
DEFAULT_ADMIN_ROLE(view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
MINTER_ROLE(view returns (bytes32)
0x9f2df0fed2c77648de5860a4cc508cd0818c85b8b8a1ab4ceeef8d981c8956a6
OPERATOR_FILTER_REGISTRY(view returns (address)
0x000000000000aaeb6d7670e522a718067333cd4e
_URI(view returns (string)
https://zac.fra1.cdn.digitaloceanspaces.com/metadata/
name(view returns (string)
z00tz Anchor Club
symbol(view returns (string)
ZAC
totalSupply(view returns (uint256)
10000
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
getRoleAdmin(bytes32 roleview returns (bytes32)
hasRole(bytes32 roleaddress accountview returns (bool)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenByIndex(uint256 indexview returns (uint256)
tokenOfOwnerByIndex(address owneruint256 indexview returns (uint256)
tokenURI(uint256 _tokenIdview returns (string)
State-modifying
approve(address operatoruint256 tokenId
grantRole(bytes32 roleaddress account
renounceRole(bytes32 roleaddress account
revokeRole(bytes32 roleaddress account
safeBurn(uint256 tokenId
safeMint(address touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes data
setApprovalForAll(address operatorbool approved
setBaseURI(string uri
transferFrom(address fromaddress touint256 tokenId
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
RoleAdminChanged(bytes32 indexed rolebytes32 indexed previousAdminRolebytes32 indexed newAdminRole
RoleGranted(bytes32 indexed roleaddress indexed accountaddress indexed sender
RoleRevoked(bytes32 indexed roleaddress indexed accountaddress indexed sender
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(
Fallback and receive

This contract contains no fallback and receive objects.

Errors
OperatorNotAllowed(address operator