Vesting
Verified contract
Active on
Ethereum with 1,607 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($525,440.43)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
PROS | ERC-20 | 746.075996K | $0.704272 |
$525,440.43 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15502567 | 2 years ago | | | 0 | 0.00087917920 | |
| 15460364 | 2 years ago | | | 0 | 0.0017634518 | |
| 15387698 | 2 years ago | | | 0 | 0.00016835402 | |
| 14865685 | 2 years ago | | | 0 | 0.00023373600 | |
| 14390282 | 3 years ago | | | 0 | 0.0014944476 | |
| 14161534 | 3 years ago | | | 0 | 0.0080465261 | |
| 14128111 | 3 years ago | | | 0 | 0.014077250 | |
| 14126019 | 3 years ago | | | 0 | 0.0057246450 | |
| 14068033 | 3 years ago | | | 0 | 0.0098468709 | |
| 14051780 | 3 years ago | | | 0 | 0.040758114 |
ABI
ABI objects
Getter at block 21286287
owner() view returns (address)
0x1e7f67468e6e7789fcb0ae66de90b10e8b7d4026
token() view returns (address)
0x8642a849d0dcb7a15a974794668adcfbe4794b56
Read-only
calculateVestingClaim(address _recipient) view returns (uint64, uint256)
tokenAllocations(address) view returns (uint64 vestingDuration, uint64 periodClaimed, uint64 periodInDays, uint64 startTime, uint256 amount, uint256 totalClaimed)
unclaimedAllocation(address _user) view returns (uint256)
State-modifying
Events addTokenVesting(address[] _recipient, uint64[] _startTime, uint256[] _amount, uint64[] _vestingDuration, uint64[] _vestingPeriodInDays, uint256[] _upFront)
claimVestedTokens()
Allocated(address recipient, uint64 startTime, uint256 amount, uint64 vestingDuration, uint64 vestingPeriodInDays, uint256 _upfront)
TokensClaimed(address recipient, uint256 amountClaimed)
constructor(address _token, address _owner)
This contract contains no fallback and receive objects.
This contract contains no error objects.