ROOTVesting
Verified contract
Active on
Ethereum with 1,249 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ROOT | ERC-20 | 25.494422M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18586226 | a year ago | | | 0 | 0.0050179021 | |
| 18547898 | a year ago | | | 0 | 0.0024502836 | |
| 18535458 | a year ago | | | 0 | 0.0069896218 | |
| 18533502 | a year ago | | | 0 | 0.0031417001 | |
| 18530782 | a year ago | | | 0 | 0.0026823352 | |
| 18515433 | a year ago | | | 0 | 0.0026201801 | |
| 18510246 | a year ago | | | 0 | 0.0023115154 | |
| 18510188 | a year ago | | | 0 | 0.0018201537 | |
| 18509656 | a year ago | | | 0 | 0.0017678008 | |
| 18508905 | a year ago | | | 0 | 0.00066027233 |
ABI
ABI objects
Getter at block 21388786
owner() view returns (address)
0x601936c35fb4c6d8b472de6764c9f09ebf17711c
token() view returns (address)
0x8d2658e0f52df7875a7b3e58fc12f82f5e34dd61
Read-only
getReleaseableAmount(address _beneficiary) view returns (uint256)
releasableAmount(struct ROOTVestingVestingSchedule _schedule) view returns (uint256)
vestedAmount(struct ROOTVestingVestingSchedule _schedule) view returns (uint256)
vestingSchedules(address, uint256) view returns (address beneficiary, uint256 start, uint256 duration, uint256 amountTotal, uint256 released)
State-modifying
Events createVestingSchedule(address _beneficiary, uint256 _start, uint256 _duration, uint256 _amountTotal)
release(address _beneficiary)
renounceOwnership()
transferOwnership(address newOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
TokensReleased(address indexed beneficiary, uint256 amount)
VestingScheduleCreated(address indexed beneficiary, uint256 start, uint256 duration, uint256 amountTotal)
constructor(address _token)
This contract contains no fallback and receive objects.
This contract contains no error objects.