BrickBlock
Verified contract
Active on
Ethereum with 151 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 "BrickBlock"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17350409 | 2 years ago | | | 0 | 0.0010565453 | |
| 17148064 | 2 years ago | | | 0 | 0.00085029387 | |
| 16883130 | 2 years ago | | | 0 | 0.00072881418 | |
| 16764781 | 2 years ago | | | 0 | 0.0013153459 | |
| 16196776 | 2 years ago | | | 0 | 0.00070430049 | |
| 15861899 | 2 years ago | | | 0 | 0.00044818941 | |
| 15859910 | 2 years ago | | | 0 | 0.00027661800 | |
| 15857574 | 2 years ago | | | 0 | 0.00035170475 | |
| 15855055 | 2 years ago | | | 0 | 0.00092148334 | |
| 15852702 | 2 years ago | | | 0 | 0.00052392406 |
ABI
ABI objects
Getter at block 21331471
_baseTokenURI() view returns (string)
https://nft.bueno.art/api/contract/WYcZv3ilX-yboXC_DcjQb/chain/1/metadata/
maxPerTransaction() view returns (uint256)
10
maxPerWallet() view returns (uint256)
10
merkleRoot() view returns (bytes32)
0xe46650aefafe5c1c1cb4d53c2e9310868dc9ab450b65bf751f9c92b3edc5a107
name() view returns (string)
BrickBlock
owner() view returns (address)
0xa988a769fa22dfa29c90c3a314bf171ace18bbfe
presaleMaxPerTransaction() view returns (uint256)
1
presaleMaxPerWallet() view returns (uint256)
1
presalePrice() view returns (uint256)
0
presaleSupply() view returns (uint256)
33
price() view returns (uint256)
0
saleState() view returns (uint8)
1
supply() view returns (uint256)
999
symbol() view returns (string)
BB
totalSupply() view returns (uint256)
999
Read-only
addressMintBalance(address) view returns (uint256)
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)
withdrawAddresses(uint256) view returns (address)
withdrawPercentages(uint256) view returns (uint256)
State-modifying
Events approve(address to, uint256 tokenId)
batchMint(uint64[] qtys, address[] recipients)
burn(uint256 tokenId)
freeMint(uint256 qty, address recipient)
mint(uint256 qty) payable
presale(uint256 qty, bytes32[] merkleProof) 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)
setMerkleRoot(bytes32 _merkleRoot)
setPerTransactionMax(uint256 _val)
setPerWalletMax(uint256 _val)
setPresalePerTransactionMax(uint256 _val)
setPresalePerWalletMax(uint256 _val)
setPresalePrice(uint256 newPrice)
setPrice(uint256 newPrice)
setRoyaltyInfo(address receiver, uint96 feeBasisPoints)
setSaleState(uint8 _state)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw()
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 _name, string _symbol, string _baseUri, uint96 _royaltyAmount)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
InvalidBatchMint()
InvalidPrice()
InvalidProof()
InvalidQuantity()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
SaleInactive()
SoldOut()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()
WithdrawFailed()