KaiKiKi
Verified contract
Active on
Ethereum with 2,642 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 "KaiKiKi"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20137131 | 5 months ago | | | 0 | 0.00014089023 | |
| 18834005 | a year ago | | | 0 | 0.00084725965 | |
| 18612052 | a year ago | | | 0 | 0.0013476377 | |
| 18589257 | a year ago | | | 0 | 0.00095666201 | |
| 18536867 | a year ago | | | 0 | 0.0017358973 | |
| 18536866 | a year ago | | | 0 | 0.0015464416 | |
| 18329968 | a year ago | | | 0 | 0.00029150842 | |
| 16710252 | 2 years ago | | | 0 | 0.00099962647 | |
| 16630351 | 2 years ago | | | 0 | 0.0019301771 | |
| 15981740 | 2 years ago | | | 0 | 0.00063225380 |
ABI
ABI objects
Getter at block 21176653
_maxFreeMintPerAddr() view returns (uint256)
2
_maxFreeMintSupply() view returns (uint256)
2829
_maxMintPerTx() view returns (uint256)
25
_maxSupply() view returns (uint256)
3329
_mintPrice() view returns (uint256)
2000000000000000
baseURI() view returns (string)
ipfs://QmUAkL3NDvMQZyXr4cySvro2YDKcBowEdLtP1WhZJLBK2E/
devSupply() view returns (uint256)
500
devTotal() view returns (uint256)
500
name() view returns (string)
KaiKiKi
owner() view returns (address)
0xea3ee269f088372558649aebd3a6e650ac5f9351
royaltyAdd() view returns (address)
0xea3ee269f088372558649aebd3a6e650ac5f9351
symbol() view returns (string)
KI
totalSupply() view returns (uint256)
3329
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)
royaltyInfo(uint256 _tokenId, uint256 _salePrice) view returns (address, uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
devMint()
mint(uint256 count) 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 uri)
setDefaultRoyalty(address _receiver, uint96 _feeNumerator)
setFreeAmount(uint256 amount)
setPrice(uint256 _newPrice)
setTokenRoyalty(uint256 tokenId, address receiver, uint96 feeNumerator)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw() payable
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)
DevMintEvent(address ownerAddress, uint256 startWith, uint256 amountMinted)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string initBaseURI)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()