DeBoxGuardiansCobra
Verified contract
Active on
Ethereum with 7,210 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 "DeBoxGuardiansCobra"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21258404 | a day ago | | | 0 | 0.00042379188 | |
| 21255123 | 2 days ago | | | 0 | 0.00042375771 | |
| 21211172 | 8 days ago | | | 0 | 0.00036986400 | |
| 21206809 | 8 days ago | | | 0 | 0.00083120975 | |
| 21191227 | 10 days ago | | | 0 | 0.0011693147 | |
| 21191090 | 10 days ago | | | 0 | 0.00068589392 | |
| 21184278 | 11 days ago | | | 0 | 0.0028891527 | |
| 21182315 | 12 days ago | | | 0 | 0.0012836375 | |
| 21176025 | 13 days ago | | | 0 | 0.0025018724 | |
| 21175783 | 13 days ago | | | 0 | 0.0024459326 |
ABI
ABI objects
Getter at block 21266318
ALLOW_PRICE() view returns (uint256)
80000000000000000
MAX_SUPPLY() view returns (uint32)
2048
PUBLIC_PRICE() view returns (uint256)
160000000000000000
name() view returns (string)
DeBox Guardians Cobra
owner() view returns (address)
0xdf49493bfc9f6038556057f86dfba5ca83ee233e
preSaleActive() view returns (bool)
false
root() view returns (bytes32)
0xb779ddfe47536b0042cb4b6d7d5cbe7dc2871a2c9ec9e0252c8e9a540eae1307
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.