Kiki Land
Verified contract
Active on
Ethereum with 233 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 "Kiki Land"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18472893 | a year ago | | | 0 | 0.0011005292 | |
| 18440297 | a year ago | | | 0 | 0.00092459609 | |
| 16962477 | 2 years ago | | | 0 | 0.0010208576 | |
| 16251814 | 2 years ago | | | 0 | 0.00059594020 | |
| 16198658 | 2 years ago | | | 0 | 0.00061499936 | |
| 16187324 | 2 years ago | | | 0 | 0.00063366316 | |
| 16049003 | 2 years ago | | | 0 | 0.00067811702 | |
| 16018164 | 2 years ago | | | 0 | 0.00051671489 | |
| 15871041 | 2 years ago | | | 0 | 0.00083416215 | |
| 15673189 | 2 years ago | | | 0 | 0.00043251845 |
ABI
ABI objects
Getter at block 21324867
baseURI() view returns (string)
hiddenMetadataUri() view returns (string)
ipfs://QmVicLvZyP6kBWbLq8yR2wkNv4fst32Ejiv9TTkddCKAQt
maxMintPerTx() view returns (uint256)
10
maxSupply() view returns (uint256)
999
name() view returns (string)
Kiki Land
nextOwnerToExplicitlySet() view returns (uint256)
0
owner() view returns (address)
0x6673bfc2cd4c00c8c8c8990a0c318ba8eb8e6155
price() view returns (uint256)
7000000000000000
publicPaused() view returns (bool)
false
revealed() view returns (bool)
false
symbol() view returns (string)
Kiki
totalSupply() view returns (uint256)
616
whitelistMerkleRoot() view returns (bytes32)
0xb3e9f219cfff3110a0454742f693d093c63ecc8ebea44e6d90995041fe443baa
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)
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)
mint(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 newBaseURI)
setHiddenMetadataUri(string _hiddenMetadataUri)
setMaxPerTx(uint256 _maxMintPerTx)
setPrice(uint256 _price)
setPublicPaused(bool paused)
setRevealed(bool _state)
setSupply(uint256 _maxSupply)
setWhitelistMerkleRoot(bytes32 _merkleRoot)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
whitelistMint(uint256 amount, bytes32[] _merkleProof) payable
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.