BBRC OFFICIAL - IVY BOYS
Verified contract
Active on
Ethereum with 29,774 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 "BBRC OFFICIAL - IVY BOYS"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21299300 | 17 hours ago | | | 0 | 0.00036260047 | |
| 21246895 | 8 days ago | | | 0 | 0.00069253623 | |
| 21235238 | 10 days ago | | | 0 | 0.00076848305 | |
| 21198925 | 15 days ago | | | 0 | 0.00031163641 | |
| 21196807 | 15 days ago | | | 0 | 0.00065123244 | |
| 21191229 | 16 days ago | | | 0 | 0.00072887733 | |
| 21178094 | 18 days ago | | | 0 | 0.00046652064 | |
| 21151623 | 21 days ago | | | 0 | 0.00048916716 | |
| 21106611 | a month ago | | | 0 | 0.000097216000 | |
| 21106610 | a month ago | | | 0 | 0.000096880000 |
ABI
ABI objects
Getter at block 21304346
MAX_SUPPLY() view returns (uint256)
7777
allowListPrice() view returns (uint256)
100000000000000000
currentMintBatch() view returns (uint8)
3
isRevealed() view returns (bool)
true
mintBatch1Root() view returns (bytes32)
0x919ffdaf5010323272adbb98c34995cdf96bbc6cbdb9116e16e7d304452fc5a7
mintBatch2Root() view returns (bytes32)
0x805367d3ca13cd7e4241ec06096daf7a8a258d3b0ad10fcc955b81f772979d06
name() view returns (string)
BBRC OFFICIAL - IVY BOYS
owner() view returns (address)
0xe9a94290c590c996c0564c9a648234874658c782
publicSalePrice() view returns (uint256)
120000000000000000
symbol() view returns (string)
IVYBOYS
totalSupply() view returns (uint256)
7777
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
isDelegate(address addr) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
mintBatch1(bytes32[] _proof) payable
mintBatch2(bytes32[] _proof) payable
mintBatch3() payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setAllowListPrice(uint256 _price)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI)
setCurrentMintBatch(uint8 _batch)
setDelegate(address addr, bool isDelegate_)
setIsRevealed(bool _reveal)
setMintBatch1Root(bytes32 _merkleRoot)
setMintBatch2Root(bytes32 _merkleRoot)
setNotRevealedURI(string _notRevealedURI)
setPublicSalePrice(uint256 _price)
teamMint(uint256 _quantity)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw(uint256 amount_)
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()
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()