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 "Base Kids"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 10226936 | 9 months ago | | | 0 | 0.000000046678092528 | |
| 3968914 | a year ago | | | 0 | 4.9954842e-7 | |
| 3968906 | a year ago | | | 0 | 0.000000304040410704 | |
| 3359261 | a year ago | | | 0.0003 | 0.0000080818800 | |
| 3358933 | a year ago | | | 0.0003 | 0.0000080818800 | |
| 3358930 | a year ago | | | 0.0003 | 0.0000080818800 | |
| 3358927 | a year ago | | | 0.0003 | 0.0000080818800 | |
| 3348080 | a year ago | | | 0 | 2.8530870e-7 | |
| 3314497 | a year ago | | | 0.0003 | 6.6189892e-7 | |
| 3314118 | a year ago | | | 0.0003 | 6.5995885e-7 |
ABI
ABI objects
Getter at block 22111687
baseTokenURI() view returns (string)
ipfs://bafybeiad2rokxicfkrpatefjgcstqedtvfeefg6j5yqc5vyqq7sjgpahwi/
contractURI() view returns (string)
endTime() view returns (uint256)
1696070212
ghostTokenURI() view returns (string)
ipfs://bafybeig5jmz5ig3jjp4evbyyr77e6yl6bqk2gbrzkoi3ug4r56sxadoo4y/ghost.json
isMetaDataFrozen() view returns (bool)
false
maxSupply() view returns (uint256)
450
name() view returns (string)
Base Kids
operatorFilteringEnabled() view returns (bool)
true
owner() view returns (address)
0xb6808b5bb411a6b50f775d04439c965849dd9806
price_for_1() view returns (uint256)
300000000000000
price_for_10() view returns (uint256)
1000000000000000
price_for_3() view returns (uint256)
500000000000000
revealTime() view returns (uint256)
1693163945
startTime() view returns (uint256)
1693001447
symbol() view returns (string)
KIDS
totalSupply() view returns (uint256)
383
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) payable
freezeMetaData()
mintMany(uint256 num, address _to)
mintTo(address _to)
mint_1() payable
mint_10() payable
mint_3() payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId) payable
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data) payable
setApprovalForAll(address operator, bool approved)
setBaseUri(string _uri)
setContractUri(string uri)
setGhostUri(string _uri)
setMintPrices(uint256 _pr1, uint256 _pr3, uint256 _pr10)
setMintTime(uint256 _startTime, uint256 _endTime)
setOperatorFilteringEnabled(bool value)
setRevealTime(uint256 time)
shrinkSupply(uint256 _MaxSupply)
transferFrom(address from, address to, uint256 tokenId) payable
transferOwnership(address newOwner)
withdraw()
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(string _ghostTokenURI)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()