Fluence Drop
Verified contract
Active on
Ethereum with 16,412 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
FLT | ERC-20 | 16.06125M | $0.49391 |
$7,932,811.99 | |
USDT | ERC-20 | 38 | $1.00 |
$38 | |
APU | ERC-20 | 1 | $0.00086 |
$0 |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21384590 | 39 minutes ago | | | 0 | 0.0012071549 | |
| 21382981 | 6 hours ago | | | 0 | 0.0011455755 | |
| 21380883 | 13 hours ago | | | 0 | 0.0018258829 | |
| 21380228 | 15 hours ago | | | 0 | 0.0026383000 | |
| 21379974 | 16 hours ago | | | 0 | 0.0021482389 | |
| 21379788 | 17 hours ago | | | 0 | 0.0026238230 | |
| 21379779 | 17 hours ago | | | 0 | 0.0024435493 | |
| 21378483 | 21 hours ago | | | 0 | 0.0010919809 | |
| 21378190 | a day ago | | | 0 | 0.0010890501 | |
| 21378178 | a day ago | | | 0 | 0.0012121527 |
ABI
ABI objects
Getter at block 21384782
canceler() view returns (address)
0x7f629403fdcc02ad83aa5debd1d4b1548982afac
claimedSupply() view returns (uint256)
38811875000000000000000000
claimingEndTime() view returns (uint256)
1740607463
currentReward() view returns (uint256)
625000000000000000000
decimals() view returns (uint8)
18
deployTime() view returns (uint256)
1709071463
executor() view returns (address)
0xf5693bbe961f166a2fe96094d25567f7517f27b7
halvePeriod() view returns (uint256)
7776000
initialReward() view returns (uint256)
5000000000000000000000
isClaimingActive() view returns (bool)
true
lockupPeriod() view returns (uint256)
5184000
maxClaimedSupply() view returns (uint256)
50000000000000000000000000
merkleRoot() view returns (bytes32)
0x9054c3420799d2857b3706ca310823473c3b76dd666412134952aeba279e888a
name() view returns (string)
Fluence Drop
symbol() view returns (string)
FLT-DROP
token() view returns (address)
0x236501327e701692a281934230af0b6be8df3353
totalSupply() view returns (uint256)
4873125000000000000000000
Read-only
balanceOf(address account) view returns (uint256)
isClaimed(uint256 index) view returns (bool)
lockedBalances(address) view returns (uint256 amount, uint256 unlockTime)
State-modifying
Events claimTokens(uint32 userId, bytes32[] merkleProof, address temporaryAddress, bytes signature)
transfer(address to, uint256 value) returns (bool)
withdraw()
Claimed(uint256 indexed userId, address account, uint256 amount, bytes32 leaf)
Transfer(address indexed from, address indexed to, uint256 value)
TransferUnclaimed(uint256 amount)
constructor(address _token, address _executor, bytes32 _merkleRoot, uint256 _halvePeriod, uint256 _lockupPeriod, uint256 _initialReward, uint256 _claimingPeriod, address _canceler, uint256 _maxClaimedSupply)
This contract contains no fallback and receive objects.
AddressEmptyCode(address target)
AddressInsufficientBalance(address account)
ECDSAInvalidSignature()
ECDSAInvalidSignatureLength(uint256 length)
ECDSAInvalidSignatureS(bytes32 s)
FailedInnerCall()
SafeERC20FailedOperation(address token)