FPVesting
Verified contract
Active on
Ethereum with 2,296 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($20,232.16)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
FP | ERC-20 | 7.298495M | $0.002772 |
$20,232.16 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21304946 | 2 days ago | | | 0 | 0.00057340500 | |
| 21296355 | 3 days ago | | | 0 | 0.0011465523 | |
| 21291716 | 3 days ago | | | 0 | 0.00069778502 | |
| 21288544 | 4 days ago | | | 0 | 0.0011535807 | |
| 21283829 | 4 days ago | | | 0 | 0.00059409000 | |
| 21280578 | 5 days ago | | | 0 | 0.0018067160 | |
| 21279112 | 5 days ago | | | 0 | 0.0013149487 | |
| 21265632 | 7 days ago | | | 0 | 0.0035387673 | |
| 21265069 | 7 days ago | | | 0 | 0.0020527280 | |
| 21258166 | 8 days ago | | | 0 | 0.00091541321 |
ABI
ABI objects
Getter at block 21315823
cliff() view returns (uint256)
0
duration() view returns (uint256)
15552000
initialized() view returns (bool)
false
linearUnlockAmount() view returns (uint256)
23437500000000000000000
owner() view returns (address)
0x9d8c8ceae644dffaed5b87c3da3340a404b5000b
paused() view returns (bool)
false
returnTokenDecimal() view returns (uint256)
18
tge() view returns (uint256)
1708473600
tgeAmount() view returns (uint256)
0
token() view returns (address)
0xeeee2a2e650697d2a8e8bc990c2f3d04203be06f
Read-only
canClaim(address) view returns (bool)
claimedAmount(address) view returns (uint256)
getClaimableAmount(address _account) view returns (uint256)
vestingRole(address) view returns (bool)
State-modifying
Events addVestingArray(address[] _accounts)
claim()
initialize()
pause()
renounceOwnership()
setVestingRole(address _account, bool _role)
transferOwnership(address newOwner)
unpause()
AddVesting(address indexed account, uint256 amount, uint256 tgeAmounts, uint256 cliff, uint256 duration)
Claim(address indexed account, uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
Unpaused(address account)
constructor(uint256 _tge, uint256 _linearUnlockAmount, uint256 _tgeAmount, uint256 _cliff, uint256 _duration, address _token)
This contract contains no fallback and receive objects.
This contract contains no error objects.