Big Brick Club
Verified contract
Active on
Ethereum with 391 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 "Big Brick Club"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17967832 | a year ago | | | 0 | 0.00059970449 | |
| 16643083 | 2 years ago | | | 0 | 0.00098632756 | |
| 16500334 | 2 years ago | | | 0 | 0.00046820314 | |
| 16406519 | 2 years ago | | | 0 | 0.0010078893 | |
| 16331217 | 2 years ago | | | 0 | 0.0014077958 | |
| 16258665 | 2 years ago | | | 0 | 0.00057680800 | |
| 15980277 | 2 years ago | | | 0 | 0.00067024315 | |
| 15844471 | 2 years ago | | | 0 | 0.00023952098 | |
| 15045406 | 2 years ago | | | 0 | 0.0012852346 | |
| 14921707 | 2 years ago | | | 0 | 0.0050548297 |
ABI
ABI objects
Getter at block 21315695
MAX_SUPPLY() view returns (uint256)
3500
baseTokenURI() view returns (string)
ipfs://Qmc4XmALzaWG1Zd5KT7mJtKGZ45YZV8hL55NTJz6wahqoj/
batchSize() view returns (uint256)
20
isPaused() view returns (bool)
false
name() view returns (string)
Big Brick Club
owner() view returns (address)
0xace02cd8ea498192695186efb1c77f1b2ea05a08
symbol() view returns (string)
BBC
totalSupply() view returns (uint256)
3500
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)
State-modifying
Events approve(address to, uint256 tokenId)
mint(uint256 amount) 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 baseTokenURI_)
togglePause()
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw() payable
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(uint256 batchSize_, string baseTokenURI_)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()