DegenAirdrop1
Verified contract
Active on
Base with 1,032 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($32.15)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
AIINU | ERC-20 | 1.333K | $0.020977 |
$27.96 | |
DUDE | ERC-20 | 258.05K | $0.000013 |
$3.41 | |
BENTO | ERC-20 | 35.523552M | $0.00 |
$0.39 | |
NEGED | ERC-20 | 3.162K | $0.00006 |
$0.19 | |
BOOMER | ERC-20 | 6.9 | $0.011055 |
$0.08 | |
POLA | ERC-20 | 100 | $0.000578 |
$0.06 | |
PEEZY | ERC-20 | 4.2 | $0.009774 |
$0.04 | |
kurbi | ERC-20 | 9.4138 | $0.000775 |
$0.01 | |
FPEPE | ERC-20 | 36 | $0.000193 |
$0.01 | |
BRETT2.0 | ERC-20 | 10 | $0.000435 |
$0 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 14136782 | 7 months ago | | | 0 | 7.6237255e-7 | |
| 12998827 | 7 months ago | | | 0 | 0.0000013788270 | |
| 12903433 | 7 months ago | | | 0 | 0.0000010704322 | |
| 12892656 | 7 months ago | | | 0 | 0.0000017977429 | |
| 12890592 | 7 months ago | | | 0 | 0.0000011051331 | |
| 12868146 | 7 months ago | | | 0 | 0.0000013521289 | |
| 12865961 | 7 months ago | | | 0 | 0.0000013519268 | |
| 12853457 | 7 months ago | | | 0 | 0.0000010676515 | |
| 12853229 | 7 months ago | | | 0 | 0.0000010645988 | |
| 12853078 | 7 months ago | | | 0 | 0.0000013505124 |
ABI
ABI objects
Getter at block 22748175
END_TIME() view returns (uint256)
1712793600
MERKLE_ROOT() view returns (bytes32)
0x3a685a3bfe9f6f49f91a42878d2e85c1dfca0658e1210be045ea0ffb5471e4a1
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)