KANDOES by KaMi
Verified contract
Active on
Ethereum with 422 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 "KANDOES by KaMi"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17641226 | a year ago | | | 0 | 0.0011873973 | |
| 17551661 | a year ago | | | 0 | 0.00046900962 | |
| 17550575 | a year ago | | | 0 | 0.00068778685 | |
| 17549983 | a year ago | | | 0 | 0.0010147360 | |
| 17549954 | a year ago | | | 0 | 0.00054475347 | |
| 17549904 | a year ago | | | 0 | 0.00085912388 | |
| 17549876 | a year ago | | | 0 | 0.00059622034 | |
| 17549711 | a year ago | | | 0 | 0.00081598859 | |
| 17549688 | a year ago | | | 0 | 0.00053065144 | |
| 17549683 | a year ago | | | 0 | 0.00051467804 |
ABI
ABI objects
Getter at block 21222642
OPERATOR_FILTER_REGISTRY() view returns (address)
0x000000000000aaeb6d7670e522a718067333cd4e
baseURI() view returns (string)
hiddenMetadataUri() view returns (string)
ipfs://QmYA76gQMwGxu4NeQ2M4tEw8FCHemFrVMhcKn1Tv5Lh9Vn
maxMintPerTx() view returns (uint256)
10
maxSupply() view returns (uint256)
1111
name() view returns (string)
KANDOES by KaMi
owner() view returns (address)
0x4b3162561bb0f5abed9cdf4c783a7f246383f28b
price() view returns (uint256)
111000000000000000
publicPaused() view returns (bool)
false
revealed() view returns (bool)
false
symbol() view returns (string)
KD
totalSupply() view returns (uint256)
1110
whitelistMerkleRoot() view returns (bytes32)
0xe6ad7756552b1f03f14360421f9f6d3fc521ee59fe3124192ef98d0a64afc01f
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 approve(address operator, uint256 tokenId) payable
mint(uint256 amount) payable
mlnt(uint256 amount, bytes32[] _merkleProof) payable
openPublicMint(bool paused)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId) payable
safeTransferFrom(address from, address to, uint256 tokenId, bytes data) payable
setApprovalForAll(address operator, bool approved)
setBaseURI(string newBaseURI)
setHiddenMetadataUri(string _hiddenMetadataUri)
setMaxPerTx(uint256 _maxMintPerTx)
setPrice(uint256 _price)
setRevealed(bool _state)
setWhitelistMerkleRoot(bytes32 _merkleRoot)
stake(uint256 tokenId)
transferFrom(address from, address to, uint256 tokenId) payable
transferOwnership(address newOwner)
whitelistStop(uint256 _maxSupply)
withdraw()
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()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OperatorNotAllowed(address operator)
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()