Degens Token
Verified contract
Active on
Ethereum with 509 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
DEGENS | ERC-20 | 105 | -- | -- |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21096699 | 15 days ago | | | 0 | 0.00018083348 | |
| 21096684 | 15 days ago | | | 0 | 0.00016785055 | |
| 20231551 | 4 months ago | | | 0 | 0.00015987589 | |
| 19803021 | 6 months ago | | | 0 | 0.00017928600 | |
| 19634989 | 7 months ago | | | 0 | 0.00068721806 | |
| 19077798 | 10 months ago | | | 0 | 0.00062951801 | |
| 18215130 | a year ago | | | 0 | 0.00050756819 | |
| 17703465 | a year ago | | | 0 | 0.00059629227 | |
| 17451866 | a year ago | | | 0 | 0.00083930526 | |
| 17433252 | a year ago | | | 0 | 0.0010310329 |
ABI
ABI objects
Getter at block 21205139
DOMAIN_TYPEHASH() view returns (bytes32)
0x8cad95687ba82c2ce50e74f7b754645e5117c3a5bec8151c0726d5857980a866
PERMIT_TYPEHASH() view returns (bytes32)
0x6e71edae12b1b97f4d1f60370fef10105fa2faae0126114a169c64845d6126c9
decimals() view returns (uint8)
18
name() view returns (string)
Degens Token
symbol() view returns (string)
DEGENS
totalSupply() view returns (uint256)
1192720000000000000000000
Read-only
allowance(address, address) view returns (uint256)
balanceOf(address) view returns (uint256)
nonces(address) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
permit(address owner, address spender, uint256 value, uint256 deadline, uint8 v, bytes32 r, bytes32 s)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address from, address recipient, uint256 amount) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(uint256 amountToDistribute)
This contract contains no fallback and receive objects.
This contract contains no error objects.