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 "Kaizen"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21119778 | 7 days ago | | | 0 | 0.000093769015 | |
| 21104766 | 9 days ago | | | 0 | 0.000096780000 | |
| 20959147 | a month ago | | | 0 | 0.00045094148 | |
| 20959143 | a month ago | | | 0 | 0.00046100726 | |
| 20886343 | a month ago | | | 0 | 0.00049805694 | |
| 20849601 | a month ago | | | 0 | 0.00050832241 | |
| 20138426 | 5 months ago | | | 0 | 0.000091209987 | |
| 20138424 | 5 months ago | | | 0 | 0.000095349291 | |
| 20138265 | 5 months ago | | | 0 | 0.000073263719 | |
| 20100691 | 5 months ago | | | 0 | 0.000050342549 |
ABI
ABI objects
Getter at block 21169115
KAI_MAX_CLAIM() view returns (uint256)
2000
KAI_MAX_TEAM() view returns (uint256)
222
claimTokensMinted() view returns (uint256)
2000
name() view returns (string)
Kaizen
owner() view returns (address)
0x033f5309d68fdc671bb1ed9174e4e1a96d5b9cb3
privateLive() view returns (bool)
false
publicLive() view returns (bool)
false
symbol() view returns (string)
KAI
teamTokensMinted() view returns (uint256)
56
totalSupply() view returns (uint256)
2056
Read-only
PRIVATE_MINT_LIST(address) view returns (uint256)
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 approve(address to, uint256 tokenId)
founderMint(uint256 tokenQuantity)
gift(address[] receivers)
mint()
privateMint(bytes signature, uint256 tokenQuantity, uint256 allowedQuantity)
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)
setClaim(uint256 newCount)
setTeamReserve(uint256 newCount)
togglePrivateStatus()
togglePublicMintStatus()
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
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.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()