TokenVesting
Verified contract
Active on
Ethereum with 8,639 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 "TokenVesting"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18945372 | a year ago | | | 0 | 0.0019600222 | |
| 18945372 | a year ago | | | 0 | 0.0019600222 | |
| 18945372 | a year ago | | | 0 | 0.0019600222 | |
| 18945372 | a year ago | | | 0 | 0.0019600222 | |
| 18945372 | a year ago | | | 0 | 0.0019600222 | |
| 18945372 | a year ago | | | 0 | 0.0019600222 | |
| 18945372 | a year ago | | | 0 | 0.0019600222 | |
| 18945372 | a year ago | | | 0 | 0.0019600222 | |
| 18945372 | a year ago | | | 0 | 0.0019596741 | |
| 18945372 | a year ago | | | 0 | 0.0019600222 |
ABI
ABI objects
Getter at block 21256452
WEEKS_IN_SECONDS() view returns (uint256)
604800
getOwner() view returns (address)
0xdf65f4e6f2e9436bc1de1e00661c7108290e8bd3
owner() view returns (address)
0xdf65f4e6f2e9436bc1de1e00661c7108290e8bd3
Read-only
getVestingInfo(address _token) view returns (struct (address, uint256, uint256, uint256))
parseAddr(bytes data) pure returns (address parsed)
releaseableAmount(address _token) view returns (uint256)
vestedAmount(address _token) view returns (uint256)
vestingInfo(address) view returns (address vestingBeneficiary, uint256 releasedSupply, uint256 start, uint256 duration)
State-modifying
Events addToken(address _token, address _vestingBeneficiary, uint256 _vestingPeriodInWeeks)
release(address _token)
transferOwnership(address newOwner)
LogTokenAdded(address indexed token, address vestingBeneficiary, uint256 vestingPeriodInWeeks)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Released(address indexed token, address vestingBeneficiary, uint256 amount)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.