DeBox Guardians Rabbit
Verified contract
Active on
Ethereum with 7,044 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 "DeBox Guardians Rabbit"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21258795 | 5 hours ago | | | 0 | 0.00040749924 | |
| 21258525 | 6 hours ago | | | 0 | 0.00044717143 | |
| 21240462 | 3 days ago | | | 0 | 0.00050062115 | |
| 21211150 | 7 days ago | | | 0 | 0.00038373390 | |
| 21208075 | 7 days ago | | | 0 | 0.0012389476 | |
| 21206853 | 7 days ago | | | 0 | 0.00083905810 | |
| 21191249 | 10 days ago | | | 0 | 0.0011717690 | |
| 21183815 | 11 days ago | | | 0 | 0.0030755159 | |
| 21176678 | 12 days ago | | | 0 | 0.00093348960 | |
| 21176019 | 12 days ago | | | 0 | 0.0023434547 |
ABI
ABI objects
Getter at block 21260361
ALLOW_PRICE() view returns (uint256)
80000000000000000
MAX_SUPPLY() view returns (uint32)
2048
PUBLIC_PRICE() view returns (uint256)
160000000000000000
name() view returns (string)
DeBox Guardians Rabbit
owner() view returns (address)
0xdf49493bfc9f6038556057f86dfba5ca83ee233e
preSaleActive() view returns (bool)
false
root() view returns (bytes32)
0x1066956c62e33b8ab05c72cec0ec3d1de517a8511ab244867e08c64091d8f31a
saleActive() view returns (bool)
false
symbol() view returns (string)
DeBox
totalSupply() view returns (uint256)
2048
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
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)
mint(uint32 num) payable
mintAllowList(uint256 index, bytes32[] proof, uint32 num) payable
renounceOwnership()
reserve(uint32 num)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI_)
setPreSaleState(bool newState)
setRoot(bytes32 root_)
setSaleState(bool newState)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
NFTMint(address indexed eoa, uint256 offset, uint32 num)
NFTMintAllowList(address indexed eoa, uint256 offset, uint32 num)
NFTReserve(address indexed eoa, uint256 offset, uint32 num)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(bytes32 root_, string baseURI_)
This contract contains no fallback and receive objects.
This contract contains no error objects.