Not Found

Verified contract

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

No balances found for "Not Found"

0x0650d061611717fc61c6ab39b209152ca96c13ca656c28bc3e651c26ee4154f8
0xb5057e6d7f2a33d8998ffec96be91e573656923a47bad0240e592a02cc474b3d
0xee7836bb4cf81cab32ada6911475c85fe9ddd907c85c07df0de2fb09d7c82d84
0x8ccd9123f795cc4422b988d1f694bd0d36c587a7de35fc07764f545249993ec8
0x944e8d9f22b44177098e414e03e7ef2e6f62ab1c9d7fcc21f56c876bc71b660f
0xe7fc732251a8b401b08ffbda5572162f8cbbee457a1791fd1f70f5ce3fa82d67
0xe33825636747f3ee64866912932555d373733ee2af494551d68e5101cddd4a14
0xfa9fb90a194fc505f8d190d58490e7f8539e5f10b80557abcccd7d5768635cd5
0x4c5e0f9a61eb7404e32fca12317d0f3ef7461be19faf22487e022f8d67385540
0x9863e930474630bb3ed14f20b690358e05338a3b47924199509e7e3c64497f65

Functions
Getter at block 21381218
baseTokenURI(view returns (string)
ipfs://QmSB27tJL2nQWA6QJGv6M83Vzb7wr13hjovPasoePLtT8Y/
decimals(view returns (uint8)
18
erc721totalSupply(view returns (uint256)
1000
 
getTokenIdPool(view returns (uint256[])
maxMintedId(view returns (uint256)
1000
name(view returns (string)
Not Found
owner(view returns (address)
0x3a6d1143536751965534d8d5beb6d4299330c921
symbol(view returns (string)
404
totalSupply(view returns (uint256)
1000000000000000000000000000
Read-only
allowance(addressaddressview returns (uint256)
balanceOf(addressview returns (uint256)
getApproved(uint256view returns (address)
isApprovedForAll(addressaddressview returns (bool)
ownerOf(uint256 idview returns (address owner)
tokenIdPool(uint256view returns (uint256)
tokenURI(uint256 idview returns (string)
whitelist(addressview returns (bool)
State-modifying
approve(address spenderuint256 amountOrIdreturns (bool)
revokeOwnership(
safeTransferFrom(address fromaddress touint256 id
safeTransferFrom(address fromaddress touint256 idbytes data
setApprovalForAll(address operatorbool approved
setNameSymbol(string _namestring _symbol
setTokenURI(string _tokenURI
setWhitelist(address targetbool state
tkenURI(uint256 val
transfer(address touint256 amountreturns (bool)
transferFrom(address fromaddress touint256 amountOrId
transferOwnership(address _owner
Events
Approval(address indexed owneraddress indexed spenderuint256 amount
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
ERC20Transfer(address indexed fromaddress indexed touint256 amount
ERC721Approval(address indexed owneraddress indexed spenderuint256 indexed id
OwnershipTransferred(address indexed useraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed id
Constructor
constructor(
Fallback and receive

This contract contains no fallback and receive objects.

Errors
AlreadyExists(
IdNotAssigned(
InvalidId(
InvalidOwner(
InvalidRecipient(
InvalidSender(
InvalidSetWhitelistCondition(
NotFound(
PoolIsEmpty(
Unauthorized(
UnsafeRecipient(