Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($136,581.68)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
DEGEN | ERC-20 | 7.271956M | $0.018358 |
$133,500.9 | |
USDC | ERC-20 | 2.483601K | $1.001 |
$2,486.08 | |
WETH | ERC-20 | 0.079458 | $3,131.17 |
$248.8 | |
HIGHER | ERC-20 | 6.9K | $0.033935 |
$234.15 | |
toby | ERC-20 | 916.901405M | $0.00 |
$45.85 | |
DOG | ERC-20 | 4.324728K | $0.006925 |
$29.95 | |
USDbC | ERC-20 | 10 | $1.001 |
$10.01 | |
AIINU | ERC-20 | 288 | $0.019254 |
$5.55 | |
DUDE | ERC-20 | 319.982K | $0.000017 |
$5.34 | |
doginme | ERC-20 | 6.9K | $0.000574 |
$3.96 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22696461 | a few seconds ago | | | 0 | 8.6419577e-7 | |
| 22696442 | a minute ago | | | 0 | 8.6441954e-7 | |
| 22696398 | 2 minutes ago | | | 0 | 5.4532394e-7 | |
| 22696392 | 3 minutes ago | | | 0 | 0.0000010678085 | |
| 22696382 | 3 minutes ago | | | 0 | 8.4604820e-7 | |
| 22696370 | 3 minutes ago | | | 0 | 8.6486711e-7 | |
| 22696356 | 4 minutes ago | | | 0 | 0.0000022113075 | |
| 22696342 | 4 minutes ago | | | 0 | 8.7044599e-7 | |
| 22696339 | 4 minutes ago | | | 0 | 0.0000010905134 | |
| 22696338 | 4 minutes ago | | | 0 | 8.6405729e-7 |
ABI
ABI objects
Getter at block 22696465
CLOCK_MODE() view returns (string)
mode=blocknumber&from=default
DOMAIN_SEPARATOR() view returns (bytes32)
0xfe31189c8f86d7d764f7ca45fc2904f8a70d741abafc77570d564759685a426b
MINIMUM_TIME_BETWEEN_MINTS() view returns (uint32)
31536000
MINT_CAP() view returns (uint8)
1
TOKEN_INITIAL_SUPPLY() view returns (uint256)
36965935954
TOKEN_NAME() view returns (string)
Degen
TOKEN_SYMBOL() view returns (string)
DEGEN
clock() view returns (uint48)
22696465
decimals() view returns (uint8)
18
eip712Domain() view returns (bytes1 fields, string name, string version, uint256 chainId, address verifyingContract, bytes32 salt, uint256[] extensions)
(fields=0x0f, name=Degen, version=1, chainId=8453, verifyingContract=0x4ed4e862860bed51a9570b96d89af5e1b0efefed, salt=0x0000000000000000000000000000000000000000000000000000000000000000, extensions=[])
mintingAllowedAfter() view returns (uint256)
1830297600
name() view returns (string)
Degen
owner() view returns (address)
0x704ec5c12ca20a293c2c0b72b22619a4231f3c0d
paused() view returns (bool)
false
symbol() view returns (string)
DEGEN
totalSupply() view returns (uint256)
36965730332999999999826460672
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
checkpoints(address account, uint32 pos) view returns (struct CheckpointsCheckpoint208)
delegates(address account) view returns (address)
getPastTotalSupply(uint256 timepoint) view returns (uint256)
getPastVotes(address account, uint256 timepoint) view returns (uint256)
getVotes(address account) view returns (uint256)
nonces(address owner) view returns (uint256)
numCheckpoints(address account) view returns (uint32)
State-modifying
Events approve(address spender, uint256 value) returns (bool)
burn(uint256 value)
burnFrom(address account, uint256 value)
delegate(address delegatee)
delegateBySig(address delegatee, uint256 nonce, uint256 expiry, uint8 v, bytes32 r, bytes32 s)
mint(address to, uint96 amount)
pause()
permit(address owner, address spender, uint256 value, uint256 deadline, uint8 v, bytes32 r, bytes32 s)
renounceOwnership()
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
transferOwnership(address newOwner)
unpause()
Approval(address indexed owner, address indexed spender, uint256 value)
DelegateChanged(address indexed delegator, address indexed fromDelegate, address indexed toDelegate)
DelegateVotesChanged(address indexed delegate, uint256 previousVotes, uint256 newVotes)
EIP712DomainChanged()
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
Transfer(address indexed from, address indexed to, uint256 value)
Unpaused(address account)
constructor(uint256 mintingAllowedAfter_)
This contract contains no fallback and receive objects.
CheckpointUnorderedInsertion()
DegenMintCapExceeded()
ECDSAInvalidSignature()
ECDSAInvalidSignatureLength(uint256 length)
ECDSAInvalidSignatureS(bytes32 s)
ERC20ExceededSafeSupply(uint256 increasedSupply, uint256 cap)
ERC20InsufficientAllowance(address spender, uint256 allowance, uint256 needed)
ERC20InsufficientBalance(address sender, uint256 balance, uint256 needed)
ERC20InvalidApprover(address approver)
ERC20InvalidReceiver(address receiver)
ERC20InvalidSender(address sender)
ERC20InvalidSpender(address spender)
ERC2612ExpiredSignature(uint256 deadline)
ERC2612InvalidSigner(address signer, address owner)
ERC5805FutureLookup(uint256 timepoint, uint48 clock)
ERC6372InconsistentClock()
EnforcedPause()
ExpectedPause()
InvalidAccountNonce(address account, uint256 currentNonce)
InvalidShortString()
MintAllowedAfterDeployOnly(uint256 blockTimestamp, uint256 mintingAllowedAfter)
MintToZeroAddressBlocked()
MintingDateNotReached()
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)
SafeCastOverflowedUintDowncast(uint8 bits, uint256 value)
StringTooLong(string str)
VotesExpiredSignature(uint256 expiry)