BigBrainKidsV2
Verified contract
Active on
Ethereum with 2,341 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 "BigBrainKidsV2"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21052108 | a month ago | | | 0 | 0.00025722482 | |
| 21052089 | a month ago | | | 0 | 0.00023296925 | |
| 20278059 | 5 months ago | | | 0 | 0.00039538722 | |
| 19746881 | 7 months ago | | | 0 | 0.00016984614 | |
| 19542301 | 8 months ago | | | 0 | 0.00063221385 | |
| 19542298 | 8 months ago | | | 0 | 0.00063671995 | |
| 18951236 | a year ago | | | 0 | 0.0014837770 | |
| 18922361 | a year ago | | | 0 | 0.00048618619 | |
| 17948815 | a year ago | | | 0 | 0.00074547694 | |
| 17397645 | a year ago | | | 0 | 0.00053554734 |
ABI
ABI objects
Getter at block 21307275
MAX_SUPPLY() view returns (uint256)
5000
claimActive() view returns (bool)
true
maxFreeSupply() view returns (uint256)
4000
maxMintAmount() view returns (uint256)
5
merkleRoot() view returns (bytes32)
0x10980f210fa135e7dd9571d2bc5b693c1b8958a3b76cbed8a13b73288ca0f708
mintPrice() view returns (uint256)
20000000000000000
name() view returns (string)
BigBrainKidsV2
owner() view returns (address)
0xd7e5b34abe15070fb101a39042f85b2fefa14e81
publicActive() view returns (bool)
true
symbol() view returns (string)
BBKv2
totalSupply() view returns (uint256)
4543
wlActive() view returns (bool)
true
wlMaxMintAmount() view returns (uint256)
2
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)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
walletOfOwner(address owner) view returns (uint256[])
wlMinted(address) view returns (uint256)
State-modifying
Events airdrop(address[] accounts)
approve(address to, uint256 tokenId)
claim(uint256 quantity)
devMint(address to, uint256 quantity)
publicMint(uint256 quantity) 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)
setMaxMintAmount(uint256 amount)
setMerkleRoot(bytes32 _merkleRoot)
setPublicActive(bool b)
setWlActive(bool b)
setWlMaxMintAmount(uint256 amount)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw()
wlMint(uint256 quantity, bytes32[] proof)
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 _unrevealedURI)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()