Degen Index
Verified contract
Active on
Ethereum with 697 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 "Degen Index"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21242747 | 3 days ago | | | 0 | 0.00067271328 | |
| 21118808 | 20 days ago | | | 0 | 0.00024980895 | |
| 21096284 | 23 days ago | | | 0 | 0.00030069325 | |
| 21087449 | 24 days ago | | | 0 | 0.00048087903 | |
| 21085808 | 25 days ago | | | 0 | 0.00055547166 | |
| 21036465 | a month ago | | | 0 | 0.00057581442 | |
| 21027408 | a month ago | | | 0 | 0.00035957022 | |
| 21017595 | a month ago | | | 0 | 0.00039972692 | |
| 21004382 | a month ago | | | 0 | 0.00051920139 | |
| 20998870 | a month ago | | | 0 | 0.00048409473 |
ABI
ABI objects
Getter at block 21261653
LIQUIDITY() view returns (uint256)
95000000000000000000000000
RESERVE() view returns (uint256)
5000000000000000000000000
TOTAL_SUPPLY() view returns (uint256)
100000000000000000000000000
decimals() view returns (uint8)
18
name() view returns (string)
Degen Index
owner() view returns (address)
0x0000000000000000000000000000000000000000
paused() view returns (bool)
false
symbol() view returns (string)
DI
totalSupply() view returns (uint256)
100000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
pause()
renounceOwnership()
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner)
unpause()
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
Transfer(address indexed from, address indexed to, uint256 value)
Unpaused(address account)
constructor(address _dev)
This contract contains no fallback and receive objects.
ContractPaused()
NoZeroTransfers()