Not Found
Verified contract
Active on
Ethereum with 436 txns
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 "Not Found"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19648575 | 8 months ago | | | 0 | 0.00062467667 | |
| 19507178 | 9 months ago | | | 0 | 0.00051790200 | |
| 19355811 | 9 months ago | | | 0 | 0.0017905044 | |
| 19256156 | 10 months ago | | | 0 | 0.00068696612 | |
| 19251949 | 10 months ago | | | 0 | 0.00081787551 | |
| 19239477 | 10 months ago | | | 0 | 0.00063660432 | |
| 19230252 | 10 months ago | | | 0 | 0.00057038688 | |
| 19223113 | 10 months ago | | | 0 | 0.00061461113 | |
| 19185982 | 10 months ago | | | 0 | 0.0038733862 | |
| 19185654 | 10 months ago | | | 0 | 0.0041737733 |
ABI
ABI objects
Getter at block 21381218 getTokenIdPool() view returns (uint256[])
baseTokenURI() view returns (string)
ipfs://QmSB27tJL2nQWA6QJGv6M83Vzb7wr13hjovPasoePLtT8Y/
decimals() view returns (uint8)
18
erc721totalSupply() view returns (uint256)
1000
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(address, address) view returns (uint256)
balanceOf(address) view returns (uint256)
getApproved(uint256) view returns (address)
isApprovedForAll(address, address) view returns (bool)
ownerOf(uint256 id) view returns (address owner)
tokenIdPool(uint256) view returns (uint256)
tokenURI(uint256 id) view returns (string)
whitelist(address) view returns (bool)
State-modifying
Events approve(address spender, uint256 amountOrId) returns (bool)
revokeOwnership()
safeTransferFrom(address from, address to, uint256 id)
safeTransferFrom(address from, address to, uint256 id, bytes data)
setApprovalForAll(address operator, bool approved)
setNameSymbol(string _name, string _symbol)
setTokenURI(string _tokenURI)
setWhitelist(address target, bool state)
tkenURI(uint256 val)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amountOrId)
transferOwnership(address _owner)
Approval(address indexed owner, address indexed spender, uint256 amount)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ERC20Transfer(address indexed from, address indexed to, uint256 amount)
ERC721Approval(address indexed owner, address indexed spender, uint256 indexed id)
OwnershipTransferred(address indexed user, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed id)
constructor()
This contract contains no fallback and receive objects.
AlreadyExists()
IdNotAssigned()
InvalidId()
InvalidOwner()
InvalidRecipient()
InvalidSender()
InvalidSetWhitelistCondition()
NotFound()
PoolIsEmpty()
Unauthorized()
UnsafeRecipient()