ChibiKaiju
Verified contract
Active on
Ethereum with 152 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 "ChibiKaiju"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 14223399 | 3 years ago | | | 0 | 0.0023384500 | |
| 13978892 | 3 years ago | | | 0 | 0.012007160 | |
| 13978870 | 3 years ago | | | 0 | 0.013860154 | |
| 13977272 | 3 years ago | | | 0 | 0.015601456 | |
| 13977268 | 3 years ago | | | 0 | 0.018749480 | |
| 13917172 | 3 years ago | | | 0 | 0.0040649981 | |
| 13453955 | 3 years ago | | | 0 | 0.0019616096 | |
| 13451199 | 3 years ago | | | 0 | 0.0039072442 | |
| 13446853 | 3 years ago | | | 0 | 0.0029466162 | |
| 13445237 | 3 years ago | | | 0 | 0.0021628028 |
ABI
ABI objects
Getter at block 21160704
MAX_ELEMENTS() view returns (uint256)
9999
MINT_PRICE() view returns (uint256)
80000000000000000
baseTokenURI() view returns (string)
https://chibikaiju-api.herokuapp.com/
name() view returns (string)
ChibiKaiju
owner() view returns (address)
0xeaffdf7d1ae12ca980f791317d557582ea51b235
symbol() view returns (string)
CBK
totalBurned() view returns (uint256)
0
totalMint() view returns (uint256)
255
totalSupply() view returns (uint256)
255
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)
price(uint256 _count) pure returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 _tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
mint(address _to, 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 baseURI)
setRoyalties(address _address)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
whitelist()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
CreateChibiKaiju(uint256 indexed id)
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.