TreasuryVester.sol
Methods
claim()
Solidity
function claim() external nonpayable
lastUpdate()
Solidity
function lastUpdate() external view returns (uint256)
Returns
Name | Type | Description |
---|---|---|
_0 | uint256 | undefined |
recipient()
Solidity
function recipient() external view returns (address)
Returns
Name | Type | Description |
---|---|---|
_0 | address | undefined |
setRecipient(address)
Solidity
function setRecipient(address recipient_) external nonpayable
Parameters
Name | Type | Description |
---|---|---|
recipient_ | address | undefined |
steertoken()
Solidity
function steertoken() external view returns (address)
Returns
Name | Type | Description |
---|---|---|
_0 | address | undefined |
vestingAmount()
Solidity
function vestingAmount() external view returns (uint256)
Returns
Name | Type | Description |
---|---|---|
_0 | uint256 | undefined |
vestingBegin()
Solidity
function vestingBegin() external view returns (uint256)
Returns
Name | Type | Description |
---|---|---|
_0 | uint256 | undefined |
vestingCliff()
Solidity
function vestingCliff() external view returns (uint256)
Returns
Name | Type | Description |
---|---|---|
_0 | uint256 | undefined |
vestingEnd()
Solidity
function vestingEnd() external view returns (uint256)
Returns
Name | Type | Description |
---|---|---|
_0 | uint256 | undefined |