IVESTING
Last updated
Last updated
Note: security-contact: security@nebula-labs.xyz
Getter for the start timestamp
Returns
<none>
uint256
start timestamp
Getter for the duration period
Returns
<none>
uint256
duration seconds
Getter for the end timestamp.
Returns
<none>
uint256
end timestamp
Amount of token already released
Returns
<none>
uint256
amount released
Getter for the amount of releasable ERC20 tokens.
Returns
<none>
uint256
available amount
event emmited when contract cancelled
Parameters
amount
uint256
tokens returned
ERC20Released Event
Parameters
token
address
address
amount
uint256
released
Error thrown when a zero address is provided where a valid address is required
Used in validation of constructor parameters
Release the tokens that have already vested. Emits a event.