Bricks By Otrah

Verified contract

Active on Ethereum with 341 txns
Deployed by via 0xb0e83ba2 at 16373025
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "Bricks By Otrah"

0x6ee96c8ccba072816ebc6a2e50e99a7669c3a3413273741d9a9152f8ffc6efff
0x3c2267ff28b846f981f37faff4fa30c1c424fccea3d0637bafbd9751e1381989
0x6864faa013480f8159178030868f4aa58e010d58d136c7f65cf89a823199868b
0x1ffc6677b8afba77d8e5a9b200db08a632f21b11adefdf5b5f2cdb564c46273d
0x408e34e35d5bee68a21701bb5a6a49753e11d4b64c43fed68457db87b45592b2
0xf4976306a985fdd53c4b51caf7d4c161621dc0f84b253e955468734447108530
0xc55ee65e3f772ffec570abf7a0f60084aee9574155089152a815579e2f1fe23d
0x426d29a53e97fd91a29387ba428cb97a13d0a15542b0275e4fc7cc2ce4d35395
0x0a60ea27dd3aebc74ced2717336ac2f2d2a5173f7efcdb98a7d58412c5e216d7
0x9f3a484bc13cd130d052c540d9ff4d2eaf39a582090d92372d7838c349f94731

Functions
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(addressview returns (uint256)
allowList(addressview returns (bool)
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 _tokenIdview returns (string)
walletOfOwner(address _ownerview returns (uint256[])
whitelistClaimed(addressview returns (bool)
State-modifying
approve(address touint256 tokenId
devMint(uint256 _mintAmountpayable 
mint(uint256 _mintAmountpayable 
ownerMint(uint256 _mintAmountpayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes data
setApprovalForAll(address operatorbool 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 fromaddress touint256 tokenId
transferOwnership(address newOwner
whitelistMint(uint256 _mintAmountbytes32[] _merkleProofpayable 
withdraw(
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(string _tokenNamestring _tokenSymboluint256 _costuint256 _maxSupplyuint256 _maxMintAmountPerTxstring _hiddenMetadataUri
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApprovalToCurrentOwner(
ApproveToCaller(
BalanceQueryForZeroAddress(
MintToZeroAddress(
MintZeroQuantity(
OperatorNotAllowed(address operator
OwnerQueryForNonexistentToken(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(