DegenAirdrop1
Verified contract
Active on
Base with 27,230 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($44,479.38)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
DEGEN | ERC-20 | 2.555032M | $0.017409 |
$44,479.27 | |
WGC | ERC-20 | 200 | $0.000271 |
$0.05 | |
GOCHU | ERC-20 | 50K | $0.000001 |
$0.05 | |
BOYS | ERC-20 | 0.1 | $0.008305 |
$0 | |
kurbi | ERC-20 | 1 | $0.00057 |
$0 | |
BETS | ERC-20 | 4.2 | $0.000102 |
$0 | |
SUMMER | ERC-20 | 8.453 | $0.000031 |
$0 | |
BONSAICOIN | ERC-20 | 1M | -- | -- | |
AILM | ERC-20 | 250.637K | -- | -- | |
CHIN | ERC-20 | 5K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
0x64656765 | 18328067 | 3 months ago | | | 0 | 0.000000051987752887 | |
0x696e6861 | 17427099 | 4 months ago | | | 0 | 7.3650160e-7 | |
| 17200105 | 4 months ago | | | 0 | 6.8255374e-7 | |
| 17032871 | 4 months ago | | | 0 | 4.5054776e-7 | |
| 17032862 | 4 months ago | | | 0 | 4.5054776e-7 | |
| 16561565 | 5 months ago | | | 0 | 4.9620492e-7 | |
| 16561556 | 5 months ago | | | 0 | 4.9222499e-7 | |
| 16365950 | 5 months ago | | | 0 | 0.0000021510893 | |
| 16361945 | 5 months ago | | | 0 | 0.0000026624802 | |
| 16358710 | 5 months ago | | | 0 | 0.0000079838190 |
ABI
ABI objects
Getter at block 22942284
END_TIME() view returns (uint256)
1719532800
MERKLE_ROOT() view returns (bytes32)
0x9042a59b29a8f7be38921a56e86c5eb7b26578fce05791bbe832589cfdb99a35
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)