KamiMain
Verified contract
Active on
Ethereum with 6,429 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 "KamiMain"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21305752 | 16 hours ago | | | 0 | 0.00023769900 | |
| 21274292 | 5 days ago | | | 0 | 0.00068092906 | |
| 21212479 | 14 days ago | | | 0 | 0.00046973987 | |
| 20991971 | a month ago | | | 0 | 0.00087972668 | |
| 20260235 | 5 months ago | | | 0 | 0.00011127007 | |
| 20254287 | 5 months ago | | | 0 | 0.000079885802 | |
| 20095840 | 6 months ago | | | 0 | 0.00019574017 | |
| 19815457 | 7 months ago | | | 0 | 0.00019686007 | |
| 19544904 | 8 months ago | | | 0 | 0.00083625017 | |
| 19447600 | 9 months ago | | | 0 | 0.00066858526 |
ABI
ABI objects
Getter at block 21310627
allowlistMerkleRoot() view returns (bytes32)
0xe54eb34bb847c087603e3dfea7f6f214496fdcb84da19a75227a2cf27209fe2c
amountForDevs() view returns (uint256)
33
maxPerAddressDuringMint() view returns (uint256)
3
name() view returns (string)
KamiMain
nextOwnerToExplicitlySet() view returns (uint256)
0
owner() view returns (address)
0xdd5d1c573ada96aa6caf10ec299c97cbd51d6f10
saleConfig() view returns (uint32 publicSaleStartTime, uint64 mintlistPrice, uint64 publicPrice, uint32 publicSaleKey)
(publicSaleStartTime=0, mintlistPrice=0, publicPrice=0, publicSaleKey=1)
symbol() view returns (string)
KAMA
totalSupply() view returns (uint256)
4101
Read-only
allowlist(address) view returns (uint256)
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getOwnershipData(uint256 tokenId) view returns (struct ERC721ATokenOwnership)
isApprovedForAll(address owner, address operator) view returns (bool)
isPublicSaleOn(uint256 publicPriceWei, uint256 publicSaleKey, uint256 publicSaleStartTime) view returns (bool)
numberMinted(address owner) view returns (uint256)
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 allowListMint(uint256 quantity, bytes32[] proof) payable
approve(address to, uint256 tokenId)
devMint(uint256 quantity)
publicSaleMint(uint256 quantity, uint256 callerPublicSaleKey) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setAllowlistMerkleRoot(bytes32 _allowlistMerkleRoot)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI)
setOwnersExplicit(uint256 quantity)
setPublicSaleKey(uint32 key)
setupSaleInfo(uint64 mintlistPriceWei, uint64 publicPriceWei, uint32 publicSaleStartTime)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdrawMoney()
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(uint256 maxBatchSize_, uint256 collectionSize_, uint256 amountForDevs_)
This contract contains no fallback and receive objects.
This contract contains no error objects.