The Black Box Protocol
Verified contract
Active on
Ethereum with 247 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x36f7…786e
Balances ($0.00)
No balances found for "The Black Box Protocol"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16277302 | 2 years ago | | | 0 | 0.00082283533 | |
| 16236221 | 2 years ago | | | 0 | 0.00038629719 | |
| 15708067 | 2 years ago | | | 0 | 0.0015145587 | |
| 15285294 | 2 years ago | | | 0 | 0.00056561927 | |
| 14941835 | 2 years ago | | | 0 | 0.00096049204 | |
| 14919165 | 2 years ago | | | 0 | 0.0012756506 | |
| 14918417 | 2 years ago | | | 0.1 | 0.0025586750 | |
| 14826635 | 2 years ago | | | 0 | 0.0020184746 | |
| 14503753 | 3 years ago | | | 0 | 0.0023029882 | |
| 14347788 | 3 years ago | | | 0 | 0.0010863886 |
ABI
ABI objects
Getter at block 21096635
PRICE() view returns (uint256)
100000000000000000
_boxStatus() view returns (uint8)
3
_notRevealedUri() view returns (string)
https://blackboxprtcl.io/dno/donotreveal.json
currentSupply() view returns (uint256)
183
getContractState() view returns (uint8 boxStatus_, uint256 bboxes_, uint256 price_, uint256 currentTokenId_, uint256 boxesLeft_)
(boxStatus_=3, bboxes_=4096, price_=100000000000000000, currentTokenId_=183, boxesLeft_=3913)
locked() view returns (bool)
false
name() view returns (string)
The Black Box Protocol
owner() view returns (address)
0x49b8c19e72e0a6b73c2b8ff96c4cb22bcf83ae0b
paused() view returns (bool)
false
revealed() view returns (bool)
false
symbol() view returns (string)
DNO
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
hasFreeMint(address account, bytes32[] _proof, uint32 freeTokensAmount, uint32 tier) view returns (bool allowedForFreeMint, bool freeTokensClaimed)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenMinted(uint256 _tokenId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events adminMint(address to, uint32 _amount)
approve(address to, uint256 tokenId)
burn(uint256 tokenId)
changeBaseURI(string newBaseURI)
changeMerkleRoot(bytes32 merkleRoot)
changeMintBeneficiary(address beneficiary)
changeMintCost(uint256 mintCost)
changeNotRevealedURI(string newNotRevealedUri)
lockMetadata()
mint(uint32 _amount, bytes32[] _proof, uint32 freeTokensAmount, uint32 tier) payable
pause()
renounceOwnership()
reveal()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setStatus(uint8 _status)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
unpause()
withdrawAll() payable
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
BoxMinted(address indexed to, uint256 indexed tokenId)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
StatusChanged(uint8 indexed _boxStatus)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
Unpaused(address account)
constructor(string name, string symbol, string baseTokenURI, string notRevealedUri, bytes32 merkleRoot, address mbeneficiary)
This contract contains no fallback and receive objects.
This contract contains no error objects.