DegenAirdrop1
Verified contract
Active on
Base with 1,281 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($13,475.47)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
DEGEN | ERC-20 | 507.002K | $0.026579 |
$13,475.46 | |
BOYS | ERC-20 | 0.1 | $0.010884 |
$0 | |
BONSAICOIN | ERC-20 | 1M | -- | -- | |
MUNO | ERC-20 | 100 | -- | -- | |
HASHBROWN | ERC-20 | 1 | -- | -- | |
YETI | ERC-20 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19091915 | 3 months ago | | | 0 | 1.9964998e-7 | |
| 19088461 | 3 months ago | | | 0 | 2.5721547e-7 | |
| 19087896 | 3 months ago | | | 0 | 2.1480610e-7 | |
| 19083695 | 3 months ago | | | 0 | 9.8869707e-7 | |
| 19082400 | 3 months ago | | | 0 | 6.1593107e-7 | |
| 19075794 | 3 months ago | | | 0 | 8.8262640e-7 | |
| 19073286 | 3 months ago | | | 0 | 1.2384977e-7 | |
| 19073282 | 3 months ago | | | 0 | 1.2384977e-7 | |
| 19073280 | 3 months ago | | | 0 | 2.4761865e-7 | |
| 19072205 | 3 months ago | | | 0 | 1.9227614e-7 |
ABI
ABI objects
Getter at block 22481919
END_TIME() view returns (uint256)
1724976000
MERKLE_ROOT() view returns (bytes32)
0x28fa9c285bdc29b12c98b509bef87cf9c004295c2b4a2d5efdb96566bdf9acf6
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)