chibilolita collection
Verified contract
Active on
Ethereum with 6,703 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
2 additional
variables
Balances ($0.00)
No balances found for "chibilolita collection"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21104617 | a month ago | | | 0 | 0.000098552321 | |
| 21102170 | a month ago | | | 0 | 0.00013896152 | |
| 20581817 | 3 months ago | | | 0 | 0.000027511168 | |
| 20570049 | 3 months ago | | | 0 | 0.000056024409 | |
| 20552994 | 3 months ago | | | 0 | 0.000026300751 | |
| 20552993 | 3 months ago | | | 0 | 0.000023941474 | |
| 20552910 | 3 months ago | | | 0 | 0.000023545366 | |
| 20516927 | 4 months ago | | | 0 | 0.00010863825 | |
| 20516926 | 4 months ago | | | 0 | 0.00010965236 | |
| 20516925 | 4 months ago | | | 0 | 0.00014085402 |
ABI
ABI objects
Getter at block 21290277
contractURI() view returns (string)
data:application/json;base64,eyJzZWxsZXJfZmVlX2Jhc2lzX3BvaW50cyI6MTAwMCwgImZlZV9yZWNpcGllbnQiOiIweGI2ZDJjNzliMWE2NWI5ZTIwZThlZWZkMmI0ZWZiOWI1ZjljYWFlMTQifQ==
getCurrentIndex() view returns (uint256)
12223
isPsEnabled() view returns (bool)
false
isRevealed() view returns (bool)
true
isWlEnabled() view returns (bool)
false
maxMintsPerPS() view returns (uint256)
10
maxMintsPerWL() view returns (uint256)
10
maxSupply() view returns (uint256)
12222
name() view returns (string)
chibilolita collection
owner() view returns (address)
0xc7f8c829b6b3384e7238dfba0d7b71d6214a2671
psMintPrice() view returns (uint256)
0
symbol() view returns (string)
CHIBILOLITA
totalSupply() view returns (uint256)
12222
wlMintPrice() view returns (uint256)
0
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
isWhitelisted(address address_, bytes32[] proof_) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
psMinted(address _address) view returns (uint256)
royaltyInfo(uint256 _tokenId, uint256 _salePrice) view returns (address, uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 _tokenId) view returns (string)
tryOwnerOf(uint256 tokenId) view returns (address)
walletOfOwner(address _address) view returns (uint256[])
wlMinted(address _address) view returns (uint256)
State-modifying
Events approve(address to, uint256 tokenId)
burn(uint256 tokenId)
ownerMint(uint256 _amount, address _address)
publicMint(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 uri_)
setDefaultRoyalty(address _receiver, uint96 _feeNumerator)
setHiddenBaseURI(string uri_)
setMaxSupply(uint256 _maxSupply)
setMerkleRoot(bytes32 merkleRoot_)
setPsMaxMints(uint256 _max)
setPsPrice(uint256 newPrice)
setPublicSale(bool bool_)
setReveal(bool bool_)
setWhitelistSale(bool bool_)
setWithdrawWallet(address _owner)
setWlMaxMints(uint256 _max)
setWlPrice(uint256 newPrice)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
whitelistMint(uint256 _amount, bytes32[] proof_) payable
withdraw() payable
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(string _name, string _symbol)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()