This contract is being backfilled. You may encounter incomplete storage history.

PolkamonOfficialCollection

Verified contract

Active on Ethereum with 15,127 txns
Deployed by via 0x0efdc45d at 12134519
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
ERC-20
Value $4.02
0x9812e6fef54fee88336760e1bfd0762da4958e8e7a1303bba41d812b27070c17
0xdd111d6e176fbaf5abf441c69d0f8708fbd6ca508208e9b645cff831f29da8e0
0x57e19e00110069672bfbb594c10556946013315b99baf517132e9fb4120c5b00
0x1306ccc22b16318f68b939a48af6a0519af43a969d2dc8e01e4dcaccc6089cca
0xc9cd52fa34b937623fe3c87e1a668f952937d7a3e76fff3b9596ef35fe8e3b50
0x809283e1e06f7962c25f973ac97e71724c7bea312395dff73bbe387123f6a6ea
0x5e08a0c9ac0dbb84ca8da8110f8fad71148ef257d1ca9f42dc271c456d55bcf6
0x5c27da0d88f9cd541e6f8ceaecc13d09d25bf9833965759ceb16514cf3cf1e98
0xf15e0f97b541e44d1c8a86248a1d40ccf4fb8d340a26d6a32060df62645a7bbc
0x037fa9aff04af613eb8142af489582bea61796eca22ea7ea8a8da4739a79adf4

Functions
Getter at block 20800607
DEFAULT_ADMIN_ROLE(view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
MINTER_ROLE(view returns (bytes32)
0x9f2df0fed2c77648de5860a4cc508cd0818c85b8b8a1ab4ceeef8d981c8956a6
name(view returns (string)
PolkamonOfficialCollection
symbol(view returns (string)
PMONC
totalSupply(view returns (uint256)
33906
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
getRoleAdmin(bytes32 roleview returns (bytes32)
getRoleMember(bytes32 roleuint256 indexview returns (address)
getRoleMemberCount(bytes32 roleview returns (uint256)
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 touint256 tokenId
burn(uint256 tokenId
grantRole(bytes32 roleaddress account
mint(address touint256 tokenId
renounceRole(bytes32 roleaddress account
revokeRole(bytes32 roleaddress account
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setBaseURI(string newBaseUri
setTokenURI(uint256 tokenIdstring _tokenURI
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(string namestring symbolstring baseURI
Fallback and receive

This contract contains no fallback and receive objects.

Errors

This contract contains no error objects.