Kandyland
Verified contract
Active on
Ethereum with 14,624 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($3.47)
Native
Value
$3.47
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.001 | $3,472.29 |
$3.47 | |
KLAND | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21255128 | a day ago | | | 0 | 0.00043962687 | |
| 21253155 | 2 days ago | | | 0 | 0.00042209610 | |
| 21251698 | 2 days ago | | | 0 | 0.0010665951 | |
| 21251605 | 2 days ago | | | 0 | 0.0014507650 | |
| 21251597 | 2 days ago | | | 0 | 0.0014695824 | |
| 21239555 | 4 days ago | | | 0 | 0.00071091698 | |
| 21215097 | 7 days ago | | | 0 | 0.00081525421 | |
| 21212883 | 7 days ago | | | 0 | 0.00028580412 | |
| 21212839 | 7 days ago | | | 0 | 0.00026093584 | |
| 21210070 | 8 days ago | | | 0 | 0.00049855099 |
ABI
ABI objects
Getter at block 21265128
MAX_PER_WALLET() view returns (uint256)
2
MAX_SUPPLY() view returns (uint256)
7777
MINT_PRICE() view returns (uint256)
110000000000000000
MINT_SUPPLY() view returns (uint256)
7777
currentPhase() view returns (uint8)
4
name() view returns (string)
Kandyland
operatorFilteringEnabled() view returns (bool)
true
owner() view returns (address)
0x1b935b6cd4259651ca275fba28b27b88956b8bd8
ownerFund() view returns (address)
0x1b935b6cd4259651ca275fba28b27b88956b8bd8
symbol() view returns (string)
KLAND
totalSupply() view returns (uint256)
7777
Read-only
balanceOf(address owner) view returns (uint256)
explicitOwnershipOf(uint256 tokenId) view returns (struct IERC721ATokenOwnership)
explicitOwnershipsOf(uint256[] tokenIds) view returns (struct IERC721ATokenOwnership[])
getApproved(uint256 tokenId) view returns (address)
getNumberMinted(address _address) view returns (uint256)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
royaltyInfo(uint256 _tokenId, uint256 _salePrice) view returns (address, uint256)
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[])
State-modifying
Events approve(address operator, uint256 tokenId) payable
kandylistMint(bytes32[] _merkleProof, uint256 _quantity) payable
ownerMint(address _to, uint256 _quantity)
publicMint(uint256 _quantity) 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)
setBaseURI(string baseURI)
setCurrentPhase(uint256 index)
setDefaultRoyalty(address receiver, uint96 feeNumerator)
setKandylistMerkleRoot(bytes32 _merkleRootHash)
setMintPrice(uint256 _price)
setMintSupply(uint256 _mintSupply)
setOperatorFilteringEnabled(bool value)
setOwnerFund(address _ownerFund)
setWaitlistSigner(address _signer)
transferFrom(address from, address to, uint256 tokenId) payable
transferOwnership(address newOwner)
waitlistMint(bytes _signature, uint256 _quantity) payable
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)
UpdateBaseURI(string baseURI)
UpdateMintPrice(uint256 _price)
UpdateOwnerFund(address _ownerFund)
UpdateSalePhase(uint256 index)
constructor()
This contract contains no fallback and receive objects.
AddressCannotBeZero()
AlreadyMintedKandylist()
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
ETHTransferFail()
ExceedsMaxPerWallet()
ExceedsMaxSupply()
ExceedsMintSupply()
IncorrectETHSent()
InvalidPhase()
InvalidQueryRange()
MintERC2309QuantityExceedsLimit()
MintIsNotOpen()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()
Unauthorized()