Broman NFT
Verified contract
Active on
Ethereum with 12,501 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 "Broman NFT"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21103108 | 9 days ago | | | 0 | 0.000097040019 | |
| 20997264 | 24 days ago | | | 0 | 0.00020936417 | |
| 20997263 | 24 days ago | | | 0 | 0.00020498520 | |
| 20823765 | 2 months ago | | | 0 | 0.00077583372 | |
| 20623287 | 2 months ago | | | 0 | 0.000024487000 | |
| 20623287 | 2 months ago | | | 0 | 0.000024427000 | |
| 20485731 | 3 months ago | | | 0 | 0.00028792867 | |
| 19801611 | 6 months ago | | | 0 | 0.00027526397 | |
| 19801611 | 6 months ago | | | 0 | 0.00030432325 | |
| 19801609 | 6 months ago | | | 0 | 0.00032542123 |
ABI
ABI objects
Getter at block 21167433
MINT_PRICE_PS() view returns (uint256)
0
MINT_PRICE_WL() view returns (uint256)
0
amountForDevs() view returns (uint256)
329
amountForSale() view returns (uint256)
5024
getSaleEndTimeWL() view returns (uint32)
1662955199
getSaleStartTimePS() view returns (uint32)
1662955200
getSaleStartTimeWL() view returns (uint32)
1662868799
isPublicSaleOn() view returns (bool)
true
maxPerAddressDuringMint() view returns (uint256)
1
merkleRoot() view returns (bytes32)
0x1c5524118da897f3220c07d1185d0abfebb42c7f475b6d55cbe81306176d93d7
name() view returns (string)
Broman NFT
nextOwnerToExplicitlySet() view returns (uint256)
0
owner() view returns (address)
0x3050c7f3a21a789ed24a89c177d32190ff2f3ea9
saleConfig() view returns (uint32 privateSaleStartTimeWL, uint32 privateSaleEndTimeWL, uint32 publicSaleStartTime)
(privateSaleStartTimeWL=1662868799, privateSaleEndTimeWL=1662955199, publicSaleStartTime=1662955200)
symbol() view returns (string)
Broman NFT
totalSupply() view returns (uint256)
5024
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getOwnershipData(uint256 tokenId) view returns (struct ERC721ATokenOwnership)
isApprovedForAll(address owner, address operator) view returns (bool)
isWhitelistUser(bytes32[] merkleProof, address user) view returns (bool)
numberMinted(address owner) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
devMint(uint256 quantity)
publicSaleMint(uint256 quantity) 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)
setOwnersExplicit(uint256 quantity)
setupConfig(uint32 startTimestampWL, uint32 endTimestampWL, uint32 timestampPS)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
updateMerkleRoot(bytes32 latestMerkleRoot)
whitelistMint(bytes32[] hexProof, uint256 quantity) payable
withdrawMoney()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
Log(address indexed user, uint256 indexed value, uint256 indexed price)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(uint256 maxBatchSize_, uint256 collectionSize_, uint256 amountForSale_, uint256 amountForDevs_)
This contract contains no fallback and receive objects.
This contract contains no error objects.