VariableRateTokenVesting
Verified contract
Active on
Ethereum with 1 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "VariableRateTokenVesting"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 6254130 | 6 years ago | | | 0 | 0.00054611000 |
ABI
ABI objects
Getter at block 21424161
beneficiary() view returns (address)
0xf638c9b050a0da1dd9fa0f94b7f73d5bb6af3ef9
cliff() view returns (uint256)
1530676800
duration() view returns (uint256)
115792089237316195423570985008687907853269984665640564039457584007913129639935
interval() view returns (uint256)
2592000
owner() view returns (address)
0x0298cf0d5b60a0ad885518adcb4c3fc49b36d347
revocable() view returns (bool)
true
start() view returns (uint256)
1530676800
Read-only
cumulativeRates(uint256) view returns (uint256)
releasableAmount(address token) view returns (uint256)
released(address) view returns (uint256)
revoked(address) view returns (bool)
vestedAmount(address token) view returns (uint256)
State-modifying
Events release(address token)
revoke(address token)
transferOwnership(address newOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Released(uint256 amount)
Revoked()
constructor(address _beneficiary, uint256 _start, uint256[] _cumulativeRates, uint256 _interval)
This contract contains no fallback and receive objects.
This contract contains no error objects.