WENAirdrop
Verified contract
Active on
Ethereum with 2,368 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($5,892.83)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
WEN | ERC-20 | 14.586205B | $0.00 |
$5,892.83 | |
BBC | ERC-20 | 7.292519M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19647515 | 7 months ago | | | 0 | 0.0015456882 | |
| 19601329 | 7 months ago | | | 0 | 0.0010673718 | |
| 19505204 | 8 months ago | | | 0 | 0.0020550193 | |
| 19344331 | 8 months ago | | | 0 | 0.0015764803 | |
| 19288600 | 9 months ago | | | 0 | 0.00087454888 | |
| 19288579 | 9 months ago | | | 0 | 0.0010051915 | |
| 19283582 | 9 months ago | | | 0 | 0.0014913128 | |
| 19283574 | 9 months ago | | | 0 | 0.0016771036 | |
| 19238216 | 9 months ago | | | 0 | 0.0014347570 | |
| 19224368 | 9 months ago | | | 0 | 0.0016362408 |
ABI
ABI objects
Getter at block 21158833
_claimIsActive() view returns (bool)
false
_duration() view returns (uint256)
7776000
_merkleRoot() view returns (bytes32)
0x54bd0dce984da38fccf41feb31e9f502569bc4e7d8eccabe205a752fe7612996
_token() view returns (address)
0x830a8512db4f6fca51968593e2667156c2c483a8
getWithdrawableAmount() view returns (uint256)
0
owner() view returns (address)
0x1c625c367f4944fc6b41231a6a93fd189f2fde2f
vestingSchedulesTotalAmount() view returns (uint256)
14586205457779434722222222274
Read-only
computeReleasableAmount(address _beneficiary) view returns (uint256)
hasClaimed(address) view returns (bool)
vestingSchedules(address) view returns (bool initialized, uint256 start, uint256 amountTotal, uint256 released)
State-modifying
Events claim(address _address, uint256 _amount, bytes32[] _proof)
release(address _address)
renounceOwnership()
setClaimStatus(bool claimIsActive_)
setMerkleRoot(bytes32 merkleRoot_)
transferOwnership(address newOwner)
withdraw(uint256 amount)
ClaimStatusUpdated(bool _isActive)
Claimed(address indexed _address, uint256 _tokens)
MerkleRootUpdated(bytes32 _merkleRoot)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Released(address indexed _address, uint256 _tokens)
constructor(address token_, uint256 duration_, address delegatecash_)
This contract contains no fallback and receive objects.
This contract contains no error objects.