Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
4 additional
variables
Balances ($0.00)
No balances found for "ITAMI"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20652163 | 3 months ago | | | 0 | 0.000026378460 | |
| 18911123 | a year ago | | | 0 | 0.00024794633 | |
| 18291929 | a year ago | | | 0 | 0.00025388460 | |
| 17914807 | a year ago | | | 0 | 0.0014585501 | |
| 17525451 | a year ago | | | 0 | 0.00034344443 | |
| 16905064 | 2 years ago | | | 0 | 0.0010529177 | |
| 16822195 | 2 years ago | | | 0 | 0.00094357012 | |
| 16781444 | 2 years ago | | | 0 | 0.00083094629 | |
| 16741620 | 2 years ago | | | 0 | 0.0015430020 | |
| 16665803 | 2 years ago | | | 0 | 0.00098660896 |
ABI
ABI objects
Getter at block 21212798
_contractURI() view returns (string)
https://www.itami.gg/nft/itmContract.json
contractURI() view returns (string)
https://www.itami.gg/nft/itmContract.json
discountMerkleRoot() view returns (bytes32)
0x801ffe641153b97fde393d9706a35e995e31a7f58de3e54216134148da4752c2
discountedCost() view returns (uint256)
29250000000000000
getPausedState() view returns (bool)
true
getTotalSupply() view returns (uint256)
420
getWhitelistState() view returns (uint256)
1
hiddenMetadataUri() view returns (string)
ipfs://bafybeie3zlugqiocq3cwo6hk2epjmmoulow7xmisxmykj5rtrqrp3y2xme/
maxMintAmountPerTxPS() view returns (uint256)
5555
maxMintAmountPerTxWS() view returns (uint256)
2
maxSupply() view returns (uint256)
5555
merkleRoot() view returns (bytes32)
0xe6f356645e372129f0b0830e3ef54a6800a80db224a7557f7fec576022face47
name() view returns (string)
ITAMI
owner() view returns (address)
0x7f67c7582e72a4db3718000e310d7cf9c2d208f2
paused() view returns (bool)
true
publicCost() view returns (uint256)
30000000000000000
revealed() view returns (bool)
true
symbol() view returns (string)
ITM
totalSupply() view returns (uint256)
420
uriPrefix() view returns (string)
https://www.itami.gg/nft/json/
uriSuffix() view returns (string)
.json
walletLimitPS() view returns (uint256)
25
walletLimitWS() view returns (uint256)
2
whitelistCost() view returns (uint256)
30000000000000000
whitelistPhase() view returns (uint256)
1
Read-only
alreadyMinted(address) view returns (uint256)
balanceOf(address owner) view returns (uint256)
explicitOwnershipOf(uint256 tokenId) view returns (struct IERC721ATokenOwnership)
explicitOwnershipsOf(uint256[] tokenIds) view returns (struct IERC721ATokenOwnership[])
getAlreadyMinted(address a) 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)
tokensOfOwner(address owner) view returns (uint256[])
tokensOfOwnerIn(address owner, uint256 start, uint256 stop) view returns (uint256[])
walletOfOwner(address _owner) view returns (uint256[])
State-modifying
Events approve(address to, uint256 tokenId) payable
discountedMint(bytes32[] _merkleProof, uint256 _mintAmount) payable
mintForAddress(uint256 _mintAmount, address _receiver) payable
mintForAddressMultiple(address[] addresses, uint256[] amount)
publicMint(uint256 _mintAmount, address receiver) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId) payable
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data) payable
setApprovalForAll(address operator, bool approved)
setContractURI(string newContractURI)
setDiscountMerkleRoot(bytes32 newRefMerkleRoot)
setDiscountedMintCost(uint256 _mintCost)
setHiddenMetadataUri(string _hiddenMetadataUri)
setMaxMintAmountPerTxPS(uint256 _maxMintAmountPerTx)
setMaxMintAmountPerTxWS(uint256 _maxMintAmountPerTx)
setMerkleRoot(bytes32 newMerkleRoot)
setPaused(bool _state)
setPublicMintCost(uint256 _mintCost)
setRevealed(bool _state)
setUriPrefix(string _uriPrefix)
setUriSuffix(string _uriSuffix)
setWalletLimitPS(uint256 _walletLimit)
setWalletLimitWS(uint256 _walletLimit)
setWhitelistMintCost(uint256 _mintCost)
setWhitelistPhase(uint256 _state)
transferFrom(address from, address to, uint256 tokenId) payable
transferOwnership(address newOwner)
whitelistMint(bytes32[] _merkleProof, uint256 _mintAmount) payable
withdraw(uint256 amount)
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()
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
InvalidQueryRange()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()