Degen Hours
Verified contract
Active on
Ethereum with 159 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
No balances found for "Degen Hours"
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18910050 | a year ago | | | 0 | 0.00044483286 | |
| 18431595 | a year ago | | | 0 | 0.0047729257 | |
| 17836330 | a year ago | | | 0 | 0.0013743245 | |
| 17799237 | a year ago | | | 0 | 0.0016492433 | |
| 17567116 | a year ago | | | 0 | 0.00053715189 | |
| 17390926 | a year ago | | | 0 | 0.0012866545 | |
| 17361109 | 2 years ago | | | 0 | 0.0028128943 | |
| 17352878 | 2 years ago | | | 0 | 0.0010633182 | |
| 17346099 | 2 years ago | | | 0 | 0.0014658427 | |
| 17344647 | 2 years ago | | | 0 | 0.0016342266 |
ABI
ABI objects
Getter at block 21301941
DOMAIN_SEPARATOR() view returns (bytes32 result)
0x1a1f99aea6116c4b4379a4609cd15fbdcfb1f87fe23f76817a6456b1a97bb06d
decimals() view returns (uint8)
18
isWithinDegenHours() view returns (bool)
false
name() pure returns (string)
Degen Hours
symbol() pure returns (string)
DGHOUR
totalSupply() view returns (uint256 result)
42069000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256 result)
balanceOf(address owner) view returns (uint256 result)
nonces(address owner) view returns (uint256 result)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 difference) returns (bool)
increaseAllowance(address spender, uint256 difference) returns (bool)
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 amount)
Transfer(address indexed from, address indexed to, uint256 amount)
constructor()
This contract contains no fallback and receive objects.
AllowanceOverflow()
AllowanceUnderflow()
InsufficientAllowance()
InsufficientBalance()
InvalidPermit()
OutOfDegenHours()
PermitExpired()
TotalSupplyOverflow()