Bricks By Otrah
Verified contract
Active on
Ethereum with 341 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 "Bricks By Otrah"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18653972 | a year ago | | | 0 | 0.00044173044 | |
| 16827945 | 2 years ago | | | 0 | 0.0025264634 | |
| 16712926 | 2 years ago | | | 0 | 0.0019631249 | |
| 16712926 | 2 years ago | | | 0 | 0.0019631249 | |
| 16712926 | 2 years ago | | | 0 | 0.0019631249 | |
| 16712926 | 2 years ago | | | 0 | 0.0019417973 | |
| 16712926 | 2 years ago | | | 0 | 0.0019631249 | |
| 16712926 | 2 years ago | | | 0 | 0.0019417973 | |
| 16712926 | 2 years ago | | | 0 | 0.0019631249 | |
| 16712926 | 2 years ago | | | 0 | 0.0013311926 |
ABI
ABI objects
Getter at block 21207616
cost() view returns (uint256)
5000000000000000
hiddenMetadataUri() view returns (string)
maxMintAmountPerTx() view returns (uint256)
2
maxMintAmountPerWallet() view returns (uint256)
2
maxSupply() view returns (uint256)
333
merkleRoot() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
name() view returns (string)
Bricks By Otrah
owner() view returns (address)
0x1b9bfcc49e993a4e1446db1117838550543ae950
paused() view returns (bool)
false
revealed() view returns (bool)
true
symbol() view returns (string)
BBO
totalSupply() view returns (uint256)
333
uriSuffix() view returns (string)
.json
whitelistMintEnabled() view returns (bool)
false
Read-only
addressClaimed(address) view returns (uint256)
allowList(address) view returns (bool)
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)
walletOfOwner(address _owner) view returns (uint256[])
whitelistClaimed(address) view returns (bool)
State-modifying
Events approve(address to, uint256 tokenId)
devMint(uint256 _mintAmount) payable
mint(uint256 _mintAmount) payable
ownerMint(uint256 _mintAmount) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setApprovalForAll(address operator, bool approved)
setCost(uint256 _cost)
setHiddenMetadataUri(string _hiddenMetadataUri)
setMaxMintAmountPerTx(uint256 _maxMintAmountPerTx)
setMerkleRoot(bytes32 _merkleRoot)
setPaused(bool _state)
setRevealed(bool _state)
setUriPrefix(string _uriPrefix)
setUriSuffix(string _uriSuffix)
setWhitelistMintEnabled(bool _state)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
whitelistMint(uint256 _mintAmount, bytes32[] _merkleProof) payable
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 _tokenName, string _tokenSymbol, uint256 _cost, uint256 _maxSupply, uint256 _maxMintAmountPerTx, string _hiddenMetadataUri)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OperatorNotAllowed(address operator)
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()