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 "BRKNFT"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16946537 | 2 years ago | | | 0 | 0.0012703447 | |
| 16753475 | 2 years ago | | | 0 | 0.00077924372 | |
| 16753443 | 2 years ago | | | 0 | 0.00081096158 | |
| 16753441 | 2 years ago | | | 0 | 0.00081514112 | |
| 16753439 | 2 years ago | | | 0 | 0.00083548511 | |
| 16753437 | 2 years ago | | | 0 | 0.00085157663 | |
| 16753435 | 2 years ago | | | 0 | 0.00084299362 | |
| 16753433 | 2 years ago | | | 0 | 0.00088878756 | |
| 16753430 | 2 years ago | | | 0 | 0.00082577465 | |
| 16753418 | 2 years ago | | | 0 | 0.00085936556 |
ABI
ABI objects
Getter at block 21396927
getnftCount() view returns (uint256)
140
governance() view returns (address)
0xd0410726e776bc364d4cf2735ff7253536cc9982
nftCount() view returns (uint256)
140
on_off() view returns (bool)
true
price() view returns (uint256)
100000000000000000
Read-only
balanceOf(address account, uint256 id) view returns (uint256)
balanceOfBatch(address[] accounts, uint256[] ids) view returns (uint256[])
isApprovedForAll(address account, address operator) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
uri(uint256 id) view returns (string)
users(address) view returns (bool bmint)
State-modifying
Events MintNFT(string _tokenUri) payable
safeBatchTransferFrom(address from, address to, uint256[] ids, uint256[] amounts, bytes data)
safeTransferFrom(address from, address to, uint256 id, uint256 amount, bytes data)
setApprovalForAll(address operator, bool approved)
setGovernance(address governance_)
setOnoff(uint8 _n)
setPrice(uint256 _price)
setURI(uint256 tokenId, string tokenUri)
withdraw()
ApprovalForAll(address indexed account, address indexed operator, bool approved)
TransferBatch(address indexed operator, address indexed from, address indexed to, uint256[] ids, uint256[] values)
TransferSingle(address indexed operator, address indexed from, address indexed to, uint256 id, uint256 value)
URI(string value, uint256 indexed id)
constructor(address governance_)
This contract contains no fallback and receive objects.
This contract contains no error objects.