Airdrop01Extra
Verified contract
Active on
Base with 63,436 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($452,106.64)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
CARV | ERC-20 | 541.8052K | $0.834445 |
$452,106.64 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22751064 | 2 minutes ago | | | 0 | 0.0000089304489 | |
| 22750842 | 9 minutes ago | | | 0 | 0.0000089358660 | |
| 22750162 | 32 minutes ago | | | 0 | 0.0000089281918 | |
| 22749320 | an hour ago | | | 0 | 0.000045934407 | |
| 22749063 | an hour ago | | | 0 | 0.0000014100523 | |
| 22749002 | an hour ago | | | 0 | 0.000055443923 | |
| 22748865 | an hour ago | | | 0 | 0.0000010940506 | |
| 22748653 | an hour ago | | | 0 | 0.0000013430494 | |
| 22748238 | 2 hours ago | | | 0 | 0.0000089277403 | |
| 22747984 | 2 hours ago | | | 0 | 0.000054269087 |
ABI
ABI objects
Getter at block 22751107
carv() view returns (address)
0xc08cd26474722ce93f4d0c34d16201461c10aa8c
merkleRootForClaim() view returns (bytes32)
0x54dccb9d09ecc9b40777c3a79875afefc20dcfa5ad5012900e76bf45811966fa
merkleRootForStaking() view returns (bytes32)
0xb9ac8fbbebe9bc3bb5190f891924a842cece4c860729b46067b27ddefc30217a
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)