DeBox Guardians Penguin
Verified contract
Active on
Ethereum with 9,038 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($2,556.38)
Native
Value
$2,556.38
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.8 | $3,195.48 |
$2,556.38 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21160503 | an hour ago | | | 0 | 0.00071367479 | |
| 21155362 | 18 hours ago | | | 0 | 0.00072006478 | |
| 21154477 | 21 hours ago | | | 0 | 0.00077338857 | |
| 21149956 | 2 days ago | | | 0 | 0.00043179246 | |
| 21149882 | 2 days ago | | | 0 | 0.00036952971 | |
| 21141958 | 3 days ago | | | 0 | 0.00053285160 | |
| 21129180 | 4 days ago | | | 0 | 0.00086257732 | |
| 21128577 | 5 days ago | | | 0 | 0.0021258135 | |
| 21127656 | 5 days ago | | | 0 | 0.00088827219 | |
| 21121884 | 5 days ago | | | 0 | 0.00055119540 |
ABI
ABI objects
Getter at block 21160848
MAX_PUBLIC_MINT() view returns (uint8)
3
MAX_SUPPLY() view returns (uint256)
2048
PRICE_PER_TOKEN() view returns (uint256)
50000000000000000
name() view returns (string)
DeBox Guardians Penguin
owner() view returns (address)
0xdf49493bfc9f6038556057f86dfba5ca83ee233e
root() view returns (bytes32)
0xbce2f2c0405bfcf16a6ab47d9217a3d3abfb42325524a075da9579df3e7cc15f
saleIsActive() 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(uint256 numberOfTokens) payable
mintAllowList(bytes32[] proof, uint8 numberOfTokens) payable
renounceOwnership()
reserve(uint256 n)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI_)
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)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(bytes32 _root)
This contract contains no fallback and receive objects.
This contract contains no error objects.