Vesting
Verified contract
Active on
Ethereum with 2,803 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 |
---|---|---|---|---|---|
STRM | ERC-20 | 9.898894M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17012105 | 2 years ago | | | 0 | 0.0024059829 | |
| 16955923 | 2 years ago | | | 0 | 0.0027208517 | |
| 16947088 | 2 years ago | | | 0 | 0.0026922460 | |
| 16946210 | 2 years ago | | | 0 | 0.0045245150 | |
| 16874744 | 2 years ago | | | 0 | 0.0011922352 | |
| 16867785 | 2 years ago | | | 0 | 0.0015621840 | |
| 16825882 | 2 years ago | | | 0 | 0.0022420101 | |
| 16791110 | 2 years ago | | | 0 | 0.0053141512 | |
| 16758449 | 2 years ago | | | 0 | 0.0021442179 | |
| 16756826 | 2 years ago | | | 0 | 0.0025111574 |
ABI
ABI objects
Getter at block 21169938
INSTRUMENTAL() view returns (address)
0x0edf9bc41bbc1354c70e2107f80c42cae7fbbca8
owner() view returns (address)
0xcb7d8a80c3d7d3ebd7fbd0fa6b644c8a536c9269
vestInfoLength() view returns (uint256 pools)
6
Read-only
getBoost(uint256 vid, uint256 volume, bytes32[] proof) view returns (uint256 boost)
pendingInstrumental(uint256 vid, uint256 volume, bytes32[] proof) view returns (uint256 rewards)
roots(uint256, uint256) view returns (bytes32)
rootsBN(uint256, uint256) view returns (uint64)
userInfo(uint256, address) view returns (int256 rewardDebt)
vestInfo(uint256) view returns (uint256 instrumentalPerBlock, uint256 initialRewards, uint256 maxRewards, uint64 start, uint64 end, uint256 totalVolume, bytes32 root)
State-modifying
Events add(uint256 instrumentalPerBlock, uint256 initialRewards, uint64 end, uint256 totalVolume, bytes32 root)
addBoost(uint256 vid, bytes32 root)
claim(uint256 vid, address to, bytes32[] proof, uint256 volume)
claimAll(uint256[] vids, address to, bytes32[][] proofs, uint256[] volumes)
renounceOwnership()
transferOwnership(address newOwner)
withdrawLeftovers()
Claim(address indexed user, uint256 indexed vid, uint256 amount)
LogBoostAddition(uint256 indexed pid, bytes32 root)
LogUpdateVest(uint256 indexed vid, uint64 lastRewardBlock, uint256 accInstrumentalPerShare)
LogVestAddition(uint256 indexed pid, uint256 instrumentalPerBlock, uint256 initialRewards, uint64 end, uint256 totalVolume)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
constructor(address _instrumental)
This contract contains no fallback and receive objects.
This contract contains no error objects.