IRioLRT
Last updated
Last updated
Inherits: IERC20
Initializes the contract.
Parameters
Name | Type | Description |
---|---|---|
Mint amount
tokens to the specified address.
Parameters
Name | Type | Description |
---|---|---|
Burn amount
tokens from the msg.sender
.
Parameters
Thrown when the initializer is not the LRT issuer.
Thrown when the caller is not the LRT coordinator.
Thrown when the caller is not the LRT withdrawal queue.
Name | Type | Description |
---|---|---|
initialOwner
address
The initial owner of the contract.
name
string
The name of the token.
symbol
string
The symbol of the token.
to
address
The address to mint tokens to.
amount
uint256
The amount of tokens to mint.
amount
uint256
The amount of tokens to burn.