Boba Inu
Verified contract
Active on
Ethereum with 2,031 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 "Boba Inu"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20760058 | 3 months ago | | | 0 | 0.00013437651 | |
| 20136943 | 6 months ago | | | 0 | 0.00017153270 | |
| 18894567 | a year ago | | | 0 | 0.0011818030 | |
| 18793570 | a year ago | | | 0 | 0.0029141984 | |
| 18496239 | a year ago | | | 0 | 0.00076052426 | |
| 18208135 | a year ago | | | 0 | 0.00028888411 | |
| 18208132 | a year ago | | | 0 | 0.00042368018 | |
| 17932250 | a year ago | | | 0 | 0.00067773030 | |
| 17932241 | a year ago | | | 0 | 0.00073935845 | |
| 17932238 | a year ago | | | 0 | 0.00078421099 |
ABI
ABI objects
Getter at block 21378298
MAX_MINT_OG() view returns (uint256)
2
MAX_MINT_PUBLIC() view returns (uint256)
4
MAX_MINT_WL() view returns (uint256)
1
OPERATOR_FILTER_REGISTRY() view returns (address)
0x000000000000aaeb6d7670e522a718067333cd4e
collabWlMerkleRoot() view returns (bytes32)
0x027fb7bdcd01cb0111f40ba3accdf1faf8f2494dfa07165db9107f7966a2951a
communityWlMerkleRoot() view returns (bytes32)
0x773202430c10d066fb2e558166cc838e0159718d9348c3d06c7ef82f04553e0b
currentPhase() view returns (uint256)
3
isRevealed() view returns (bool)
true
maxSupply() view returns (uint256)
3333
name() view returns (string)
Boba Inu
ogMerkleRoot() view returns (bytes32)
0x1701b286c0491003586efd41ce5e0493fe888cf143869504139d5937af7242d3
owner() view returns (address)
0xe7c2a03c8650a13cb6ef1f32eef188daaf3a8b61
symbol() view returns (string)
BOBAINU
totalSupply() view returns (uint256)
3333
Read-only
balanceOf(address owner) view returns (uint256)
collabWhiteListed(address _wallet, bytes32[] _proof) view returns (bool)
communityWhiteListed(address _wallet, bytes32[] _proof) view returns (bool)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
isPhaseSoldOut(uint256 _phase) view returns (bool)
ogListed(address _wallet, bytes32[] _proof) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
quantityMinted(address _wallet, uint256 _phase) view returns (uint256)
quantityOgMinted(address _wallet) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address operator, uint256 tokenId) payable
flipSalePhase(uint256 _phase)
mintCollabWl(uint256 quantity, bytes32[] merkleProof)
mintCommunityWl(uint256 quantity, bytes32[] merkleProof)
mintOg(uint256 quantity, bytes32[] merkleProof)
mintPublic(uint256 quantity)
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 _baseUri)
setCollabWlMerkleRoot(bytes32 _collabWlMerkleRoot)
setCommunityWlMerkleRoot(bytes32 _communityWlMerkleRoot)
setIsRevealed(bool _isRevealed)
setMaxOgMint(uint256 _quantity)
setMaxPublicMint(uint256 _quantity)
setMaxWlMint(uint256 _quantity)
setOgMerkleRoot(bytes32 _ogMerkleRoot)
transferFrom(address from, address to, uint256 tokenId) payable
transferOwnership(address newOwner)
withdrawAll(address _address)
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 _baseUri)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OperatorNotAllowed(address operator)
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()