Burn Ghost Bounty Box
Verified contract
Active on
Ethereum with 2,471 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 "Burn Ghost Bounty Box"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21348336 | 7 days ago | | | 0 | 0.00056385060 | |
| 21315119 | 12 days ago | | | 0 | 0.00074745176 | |
| 21121690 | a month ago | | | 0 | 0.00019633590 | |
| 21006264 | 2 months ago | | | 0 | 0.00037626794 | |
| 20995001 | 2 months ago | | | 0 | 0.00053514702 | |
| 20757603 | 3 months ago | | | 0 | 0.00012655366 | |
| 20712668 | 3 months ago | | | 0 | 0.00012989314 | |
| 20675876 | 3 months ago | | | 0 | 0.000048949244 | |
| 20668591 | 3 months ago | | | 0 | 0.000036504853 | |
| 20668573 | 3 months ago | | | 0 | 0.000060886197 |
ABI
ABI objects
Getter at block 21399571
baseURI() view returns (string)
https://metadata.burnghost.com/bountybox/metadata-revealed/
guaranteed() view returns (uint256)
716
maxSupply() view returns (uint256)
1000
mintState() view returns (uint8)
4
name() view returns (string)
Burn Ghost Bounty Box
owner() view returns (address)
0xdc42630c39bc305d82270ff0327c5a994d09b77a
reserved() view returns (uint256)
0
symbol() view returns (string)
BGBB
totalAllowListMinted() view returns (uint256)
999
totalGuaranteedAllowListMinted() view returns (uint256)
715
totalMinted() view returns (uint256)
1000
totalOversubscribedAllowListMinted() view returns (uint256)
284
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getRootHash(uint8 _mintState) view returns (bytes32)
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)
State-modifying
Events airdrop(address[] to)
approve(address operator, uint256 tokenId)
batchRedeem(uint256[] tokenIds)
mintBox(bytes32[] proof)
mintFromReserve(address[] to)
publicMintBox()
redeem(uint256 tokenId)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string newBaseURI)
setGuaranteedCount(uint256 count)
setMintState(uint8 newState)
setReservedCount(uint256 count)
setRootHash(bytes32 _root, uint8 _mintState)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
BountyBoxBatchRedeemed(address indexed ownerAddress, uint256 indexed redeemedCount, uint256[] tokenId)
BountyBoxRedeemed(address indexed ownerAddress, uint256 indexed tokenId)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string uri)
This contract contains no fallback and receive objects.
This contract contains no error objects.