Chibimon
Verified contract
Active on
Ethereum with 4,905 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 "Chibimon"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21124560 | 15 days ago | | | 0 | 0.00013771398 | |
| 21037662 | a month ago | | | 0 | 0.00048056155 | |
| 20700750 | 2 months ago | | | 0 | 0.00018606544 | |
| 20579000 | 3 months ago | | | 0 | 0.000097553394 | |
| 19753725 | 7 months ago | | | 0 | 0.00049289067 | |
| 19727269 | 7 months ago | | | 0 | 0.00033989243 | |
| 19067652 | 10 months ago | | | 0 | 0.00024530377 | |
| 18914158 | a year ago | | | 0 | 0.00036324737 | |
| 18833570 | a year ago | | | 0 | 0.00091070918 | |
| 18812973 | a year ago | | | 0 | 0.0010785506 |
ABI
ABI objects
Getter at block 21230281
baseURI() view returns (string)
ipfs://QmP4LkQyvtekLifGeJP53QKXEXU9KiYqohHx4SvZwQu1Mp/
maxSupply() view returns (uint256)
1555
name() view returns (string)
Chibimon
owner() view returns (address)
0xb62a6f8564db36e8aca8279c78697b834f5094be
revealTime() view returns (uint256)
0
stakingStatus() view returns (bool)
true
symbol() view returns (string)
CHBMN
totalSupply() view returns (uint256)
1555
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
numberMinted(address minter) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenRevealed(uint256) view returns (bool)
tokenStaked(uint256) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
tokensOf(address owner) view returns (uint256[])
State-modifying
Events approve(address to, uint256 tokenId)
batchStakeStatus(uint256[] tokenIds, bool status)
giveaway(address[] receivers, uint256[] quantities)
mint(bytes signature, uint256 quantity, uint256 maxMintable, bool stakeTokens) payable
renounceOwnership()
reveal(uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string newBaseURI)
setRevealTime(uint256 time)
setSignerAddress(address newSignerAddress)
setStakingStatus(bool status)
stake(uint256 tokenId)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
unstake(uint256 tokenId)
withdrawAll()
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(uint256 newMaxSupply, address newSignerAddress, string newBaseURI, bool newStakingStatus, uint256 newRevealTime)
This contract contains no fallback and receive objects.
AddressCantBeBurner()
AlreadyStaked()
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
CantWithdrawFunds()
IncorrectSignature()
MaxMintTokensExceeded()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
NeedMoreStakingTime()
NotStaked()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
SenderNotOwner()
SoldOut()
StakingNotActive()
TokenIsStaked()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()