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 "IkuzaTon"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20452883 | 4 months ago | | | 0 | 0.00010889600 | |
| 20319950 | 4 months ago | | | 0 | 0.00038994870 | |
| 16193361 | 2 years ago | | | 0 | 0.00080593860 | |
| 16127439 | 2 years ago | | | 0 | 0.0011689868 | |
| 15831935 | 2 years ago | | | 0 | 0.00050882629 | |
| 15390415 | 2 years ago | | | 0 | 0.00031774855 | |
| 15326928 | 2 years ago | | | 0 | 0.00026291779 | |
| 15165091 | 2 years ago | | | 0 | 0.00053378600 | |
| 15159222 | 2 years ago | | | 0 | 0.00020822441 | |
| 15050067 | 2 years ago | | | 0 | 0.0012461809 |
ABI
ABI objects
Getter at block 21290684
isMintOpen() view returns (bool)
true
name() view returns (string)
IkuzaTon
nextOwnerToExplicitlySet() view returns (uint256)
0
owner() view returns (address)
0x9d13cfa65c16a41183f74eb13fd4b08c35c226f8
symbol() view returns (string)
IKUZATON
totalSupply() view returns (uint256)
1387
Read-only
balanceOf(address owner) view returns (uint256)
freeMintPerWallet(address) 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)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 _tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
developerMint(uint256 _amount)
mint(address _to, uint256 _amount) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI_)
setFreeMint(uint256 _freeMint)
setMintOpen(bool _isMintOpen)
setPrice(uint256 _newPrice)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
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.
This contract contains no error objects.