DZooToken
Verified contract
Active on
Ethereum with 37,512 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($163.71)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
DZOO | ERC-20 | 35.823943K | $0.00457 |
$163.71 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21240993 | 14 hours ago | | | 0 | 0.00054213509 | |
| 21233644 | 2 days ago | | | 0 | 0.00044799210 | |
| 21233619 | 2 days ago | | | 0 | 0.00041828714 | |
| 21227751 | 2 days ago | | | 0 | 0.00052375059 | |
| 21221746 | 3 days ago | | | 0 | 0.00048390594 | |
| 21221732 | 3 days ago | | | 0 | 0.00029505075 | |
| 21221031 | 3 days ago | | | 0 | 0.00018094596 | |
| 21219014 | 4 days ago | | | 0 | 0.00052547282 | |
| 21214982 | 4 days ago | | | 0 | 0.00063810835 | |
| 21214827 | 4 days ago | | | 0 | 0.00070828628 |
ABI
ABI objects
Getter at block 21245218
DOMAIN_SEPARATOR() view returns (bytes32)
0x1daf2a58d9e7b0422cc71475b2c26cda8ae1726238eaa3a52b2383412aff5006
dZooNFT() view returns (address)
0x5263267044e2f14465a6bd77c8c444560696056b
decimals() view returns (uint8)
18
name() view returns (string)
DegenZoo
symbol() view returns (string)
DZOO
totalSupply() view returns (uint256)
996780326359038392262129413
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
nonces(address owner) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
burn(address to, uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(address to, uint256 amount)
permit(address owner, address spender, uint256 value, uint256 deadline, uint8 v, bytes32 r, bytes32 s)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(uint256 initialSupply, address admin, address dZooNFT_)
This contract contains no fallback and receive objects.
This contract contains no error objects.