TokenVesting
Verified contract
Active on
Ethereum with 1,375 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x2138…fa2a
Balances ($2,634.99)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
FORM | ERC-20 | 5.191683M | $0.000508 |
$2,634.99 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16726208 | 2 years ago | | | 0 | 0.0017037200 | |
| 16583502 | 2 years ago | | | 0 | 0.0017037200 | |
| 15296185 | 2 years ago | | | 0 | 0.0017037200 | |
| 14989664 | 2 years ago | | | 0 | 0.0013617200 | |
| 14977441 | 2 years ago | | | 0 | 0.0017037200 | |
| 14977435 | 2 years ago | | | 0 | 0.0017037200 | |
| 14792075 | 3 years ago | | | 0 | 0.0025617209 | |
| 14741864 | 3 years ago | | | 0 | 0.0017037200 | |
| 14637374 | 3 years ago | | | 0 | 0.0057914739 | |
| 14424558 | 3 years ago | | | 0 | 0.0013617200 |
ABI
ABI objects
Getter at block 21332724
formToken() view returns (address)
0x21381e026ad6d8266244f2a583b35f9e4413fa2a
initialUnlock() view returns (uint256)
100000
isPaused() view returns (bool)
false
isStartTimeSet() view returns (bool)
true
lockPeriod() view returns (uint256)
0
owner() view returns (address)
0x7b63ce17408fd3fbaae4a3545af642d708f400d9
paused() view returns (bool)
false
releaseRate() view returns (uint256)
900000
startTime() view returns (uint256)
1624011000
totalAmount() view returns (uint256)
27824359000000000000000000
unallocatedAmount() view returns (uint256)
0
withdrawInterval() view returns (uint256)
15552000
Read-only
locked(address beneficiary) view returns (uint256)
recipients(address) view returns (uint256 totalAmount, uint256 amountWithdrawn)
vested(address beneficiary) view returns (uint256 _amountVested)
withdrawable(address beneficiary) view returns (uint256 amount)
State-modifying
Events addRecipient(address _newRecipient, uint256 _totalAmount)
addRecipients(address[] _newRecipients, uint256[] _totalAmounts)
emergencyWithdraw(uint256 _amount)
pause()
renounceOwnership()
setStartTime(uint256 _newStartTime)
transferOwnership(address newOwner)
unpause()
withdraw()
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
StartTimeSet(uint256 startTime)
Unpaused(address account)
VestingScheduleRegistered(address registeredAddress, uint256 totalAmount)
VestingSchedulesRegistered(address[] registeredAddresses, uint256[] totalAmounts)
Withdraw(address registeredAddress, uint256 amountWithdrawn)
constructor(address _formToken, uint256 _totalAmount, uint256 _initialUnlock, uint256 _withdrawInterval, uint256 _releaseRate, uint256 _lockPeriod)
This contract contains no fallback and receive objects.
This contract contains no error objects.