Airdrop01
Verified contract
Active on
Base with 556,529 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($16,090,322.77)
Native
Value
$0.19
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
Eth | Native | 0.000056 | $3,383.90 |
$0.19 | |
CARV | ERC-20 | 19.004634M | $0.846651 |
$16,090,292.45 | |
USDT | ERC-20 | 29.408694 | $1.001 |
$29.44 | |
WETH | ERC-20 | 0.000206 | $3,384.44 |
$0.7 | |
USA | ERC-20 | 0.028746 | $0.000818 |
$0 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22735932 | 2 minutes ago | | | 0 | 0.000010168117 | |
| 22735720 | 9 minutes ago | | | 0 | 4.2050415e-7 | |
| 22735422 | 19 minutes ago | | | 0 | 3.9925438e-7 | |
| 22735374 | 21 minutes ago | | | 0 | 0.000010171826 | |
| 22733599 | an hour ago | | | 0 | 2.7717864e-7 | |
| 22733521 | an hour ago | | | 0 | 0.000042185884 | |
| 22732183 | 2 hours ago | | | 0 | 0.000010171002 | |
| 22731140 | 3 hours ago | | | 0 | 0.000010172650 | |
| 22728760 | 4 hours ago | | | 0 | 1.3952066e-7 | |
| 22728373 | 4 hours ago | | | 0 | 8.1882000e-7 |
ABI
ABI objects
Getter at block 22735995
carv() view returns (address)
0xc08cd26474722ce93f4d0c34d16201461c10aa8c
merkleRootForClaim() view returns (bytes32)
0x8e44310fc4967acc4685a5adf47f01ef05c1705cb5f4f76b691bbc4fd51198d9
merkleRootForStaking() view returns (bytes32)
0x5a2fb6596c143b3622f0e085296930a2a8e590450844671b67312c7fe668b6cc
owner() view returns (address)
0xa92b9adf01279e22c26789608e98ecc27da6f741
sbt() view returns (address)
0x2b790dea1f6c5d72d5c60af0f9cd6834374a964b
veCarvs() view returns (address)
0x7afc144a0c3c62e24d8f9c592fef8f65ce631c59
Read-only
claimed(address) view returns (bool)
State-modifying
Events changeMerkleRootForClaim(bytes32 merkleRootForClaim_)
changeMerkleRootForStaking(bytes32 merkleRootForStaking_)
claim(uint256 amount, bytes32[] merkleProof)
claimForStaking(uint256 amount, uint256 duration, bytes32[] merkleProof)
depositToken(uint256 amount)
renounceOwnership()
transferOwnership(address newOwner)
withdrawToken(uint256 amount)
Claimed(address user, uint256 amount)
ClaimedForStaking(address user, uint256 amount, uint256 duration)
Deposit(address depositer, uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Withdraw(address withdrawer, uint256 amount)
constructor(address carv_, address veCarvs_, address sbt_)
This contract contains no fallback and receive objects.
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)