TokenVesting
Verified contract
Active on
Ethereum with 1,080 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x2138…fa2a
Balances ($17,029.96)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
FORM | ERC-20 | 24.806579M | $0.000687 |
$17,029.96 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17483111 | a year ago | | | 0 | 0.0014385398 | |
| 17445542 | a year ago | | | 0 | 0.0013617200 | |
| 17445529 | a year ago | | | 0 | 0.00055401747 | |
| 16699323 | 2 years ago | | | 0 | 0.0056472019 | |
| 16655224 | 2 years ago | | | 0 | 0.0017037200 | |
| 15799680 | 2 years ago | | | 0 | 0.0013617200 | |
| 15614887 | 2 years ago | | | 0 | 0.0017037200 | |
| 15536087 | 2 years ago | | | 0 | 0.0017037200 | |
| 15494197 | 2 years ago | | | 0 | 0.0017037200 | |
| 15461032 | 2 years ago | | | 0 | 0.00092056000 |
ABI
ABI objects
Getter at block 21292306
formToken() view returns (address)
0x21381e026ad6d8266244f2a583b35f9e4413fa2a
initialUnlock() view returns (uint256)
2777
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)
997223
startTime() view returns (uint256)
1624011000
totalAmount() view returns (uint256)
148918803000000000000000000
unallocatedAmount() view returns (uint256)
0
withdrawInterval() view returns (uint256)
31104000
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.