RewardVestingEscrow

Query vesting claimable token

RewardsVestingEscrow.get_claimable_tokens(addr: address) -> uint256:
Query the vesting claimable token for a certain addr

Claim vesting token

RewardsVestingEscrow.claim(addr: address) -> uint256:
Claim tokens which have vested. Can only be triggered by Minter contract.