BigBrainKidsV2

Verified contract

Active on Ethereum with 2,339 txns
Deployed by via 0xe0a97519 at 14853400
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "BigBrainKidsV2"

0xbd3fc82bf74b2d2c167f4128646420b1b82cc01927c10b97f841760499ad3c6b
0x88fb8082ceff4ab925e83759f4ed9a625e14c7bef5ec3b3eeb3f47d2f180e0a8
0x0480c8f9cc41e2dbe5db39375b664ad4c6d1b0998e691de7e38340a59bdb944c
0xbd59c0fa231926ad27bc459f16c60b92a87a50011aeb4e264a934819c8d0ccef
0xc8756e08d9f2518041aa86c0a44e5e4b9320cd32e09eaf4d7fd4ed57708b0cab
0xd8ab5bf9b1e5701d0473c6ffac69b3ded504c2c9b609e2dd8a88884e7aa05da1
0xdd2b2d060da4b2727a5c8e0eb6d02bd7daa23295815498731e73b7f66cf9b663
0xdd4c724240a27d5d2995ba98cb9f87f1d8da07441fac0fc33b28ba1ceff26bcb
0x4139994cd1d0bfb7fc764309abd4432dd8b6430ed7ee2bdc6ce842020f5981b0
0xa3e29a299c776d6cc376bca787f70e837b1601c8ae57e0d28566d84f7ad767ef

Functions
Getter at block 20874809
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 ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
walletOfOwner(address ownerview returns (uint256[])
wlMinted(addressview returns (uint256)
State-modifying
airdrop(address[] accounts
approve(address touint256 tokenId
claim(uint256 quantity
devMint(address touint256 quantity
publicMint(uint256 quantitypayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setBaseURI(string baseURI
setMaxMintAmount(uint256 amount
setMerkleRoot(bytes32 _merkleRoot
setPublicActive(bool b
setWlActive(bool b
setWlMaxMintAmount(uint256 amount
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
withdraw(
wlMint(uint256 quantitybytes32[] proof
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(string _unrevealedURI
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApprovalToCurrentOwner(
ApproveToCaller(
BalanceQueryForZeroAddress(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(