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 "Itsuki"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21168483 | an hour ago | | | 0 | 0.0011247341 | |
| 21105483 | 9 days ago | | | 0 | 0.000094308400 | |
| 21098155 | 10 days ago | | | 0 | 0.00023309650 | |
| 21024432 | 20 days ago | | | 0 | 0.00014871201 | |
| 20793982 | 2 months ago | | | 0 | 0.00085395019 | |
| 20790809 | 2 months ago | | | 0 | 0.00088022931 | |
| 20610624 | 3 months ago | | | 0 | 0.000020569324 | |
| 20543818 | 3 months ago | | | 0 | 0.000050829560 | |
| 20539190 | 3 months ago | | | 0 | 0.000091902093 | |
| 20539189 | 3 months ago | | | 0 | 0.000087041507 |
ABI
ABI objects
Getter at block 21168872
allowlistCost() view returns (uint256)
20000000000000000
allowlistSaleActive() view returns (bool)
false
burningActive() view returns (bool)
false
getAllowedTokens() view returns (uint256)
0
getCost() view returns (uint256)
0
maxMintAllowlistSale() view returns (uint256)
3
maxMintpublicSale() view returns (uint256)
66
maxSupply() view returns (uint256)
6666
name() view returns (string)
Itsuki
owner() view returns (address)
0x6e4003d26ee66c57143d7693386954881bcf01c0
publicCost() view returns (uint256)
20000000000000000
publicSaleActive() view returns (bool)
false
symbol() view returns (string)
$ITSUKI
totalSupply() view returns (uint256)
6666
withdrawAddress() view returns (address)
0x7927f0430f8b6c1c88e97c784f93460076850721
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events SetPayoutAddress(address _payoutAddress)
SetSignerAddress(address _newSignerAddress)
approve(address to, uint256 tokenId)
burnMany(uint256[] tokenIds)
getNFT(uint256 _mintNum, bytes32 hash, bytes signature) payable
renounceOwnership()
reserve(uint256 _mintNum)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _newBaseURI)
setBurnActive(bool _state)
setMaxSupply(uint256 _maxSupply)
setPublicCost(uint256 _newCost)
setallowlistCost(uint256 _newCost)
setallowlistSale(bool _state)
setmaxMintallowlisted(uint256 _num)
setmaxMintpublicSale(uint256 _num)
setpublicSale(bool _state)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdrawAll()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ConsecutiveTransfer(uint256 indexed fromTokenId, uint256 toTokenId, address indexed from, address indexed to)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string _initBaseUri)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()