TokenVesting
Verified contract
Active on
Ethereum with 7 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xeb99…d59d
Balances ($0.00)
No balances found for "TokenVesting"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 9479338 | 5 years ago | | | 0 | 0.00028804800 | |
| 9479294 | 5 years ago | | | 0 | 0.00036006000 | |
| 9479275 | 5 years ago | | | 0 | 0.00010801800 | |
| 9478294 | 5 years ago | | | 0 | 0.000036006000 | |
| 8405005 | 5 years ago | | | 0 | 0.00057039600 | |
| 7456401 | 6 years ago | | | 0 | 0.00012506600 | |
| 7150856 | 6 years ago | | | 0 | 0.000091548000 |
ABI
ABI objects
Getter at block 21311392
cliff() view returns (uint256)
15552000
owner() view returns (address)
0xdad697274f95f909ad12437c516626d65263ce47
receiver() view returns (address)
0xe59f8bc9eda406b46b924571b081e135a727b5ec
startTime() view returns (uint256)
1501286400
timePerPeriod() view returns (uint256)
2592000
token() view returns (address)
0xeb9951021698b42e4399f9cbb6267aa35f82d59d
tokensClaimed() view returns (uint256)
83334000000000000000000
totalPeriods() view returns (uint256)
24
totalTokens() view returns (uint256)
83334000000000000000000
Read-only
This contract contains no read-only function objects.
State-modifying
Events changeReceiver(address newReceiver)
claimTokens()
fundVesting(uint256 _totalTokens)
killVesting()
renounceOwnership()
transferOwnership(address _newOwner)
OwnershipRenounced(address indexed previousOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
TokensClaimed(uint256 tokensClaimed)
VestingFunded(uint256 totalTokens)
VestingKilled()
constructor(address _token, address _receiver, uint256 _startTime, uint256 _cliff, uint256 _totalPeriods, uint256 _timePerPeriod)
This contract contains no fallback and receive objects.
This contract contains no error objects.