DegenAirdrop1
Verified contract
Active on
Base with 12,213 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($191,158.15)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
DEGEN | ERC-20 | 12.586033M | $0.015188 |
$191,157.3 | |
DCR | ERC-20 | 1.86K | $0.000349 |
$0.65 | |
SKYA | ERC-20 | 40 | $0.004869 |
$0.19 | |
OK | ERC-20 | 1 | $0.005698 |
$0.01 | |
BOYS | ERC-20 | 0.2 | $0.008474 |
$0 | |
BONSAICOIN | ERC-20 | 1M | -- | -- | |
RaTcHeT | ERC-20 | 297.93K | -- | -- | |
AILM | ERC-20 | 250.637K | -- | -- | |
UMC | ERC-20 | 2.25K | -- | -- | |
BASED | ERC-20 | 2.222K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22921029 | 17 days ago | | | 0 | 6.2979097e-7 | |
| 22920995 | 17 days ago | | | 0 | 6.1637078e-7 | |
| 22920956 | 17 days ago | | | 0 | 5.9905065e-7 | |
| 20900140 | 2 months ago | | | 0 | 1.2778760e-7 | |
| 20900136 | 2 months ago | | | 0 | 1.2778760e-7 | |
| 20900133 | 2 months ago | | | 0 | 1.2778760e-7 | |
| 20900131 | 2 months ago | | | 0 | 1.2778760e-7 | |
| 20900128 | 2 months ago | | | 0 | 1.3039977e-7 | |
| 18717854 | 4 months ago | | | 0 | 0.000000105277855500 | |
| 18717846 | 4 months ago | | | 0 | 0.000000105277855500 |
ABI
ABI objects
Getter at block 23658242
END_TIME() view returns (uint256)
1722384000
MERKLE_ROOT() view returns (bytes32)
0x05c6914c3be63311d70def6b7fb29b5262432ba93ba7d94e9f2d87e65406650d
TOKEN() view returns (address)
0x4ed4e862860bed51a9570b96d89af5e1b0efefed
owner() view returns (address)
0x3c12b77ae8b7dd1feb63d1d6a2a819acda0a41d2
Read-only
isClaimed(uint256 index) view returns (bool)
State-modifying
Events claim(uint256 index, address account, uint256 amount, bytes32[] merkleProof)
renounceOwnership()
transferOwnership(address newOwner)
withdraw()
Claimed(uint256 indexed index, address indexed account, uint256 indexed amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
constructor(address token_, bytes32 merkleRoot_, uint256 endTime_)
This contract contains no fallback and receive objects.
AddressEmptyCode(address target)
AddressInsufficientBalance(address account)
AlreadyClaimed()
ClaimWindowFinished()
EndTimeInPast()
FailedInnerCall()
InvalidProof()
NoWithdrawDuringClaim()
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)
SafeERC20FailedOperation(address token)