Fraction Protocolinterfaces
IFungibleFraction
transferFrom
transferFrom
Parameters
| Name | Type | Description |
|---|---|---|
| from | address | Address to get the token from |
| to | OmnichainAddress | Address to provide tokens to |
| value | uint256 | The amount of the tokens to transfer |
| refundAddress | address payable | Address to send native coin refund to |
mint
Mint value tokens to to
The caller must be allowed to mint
Parameters
| Name | Type | Description |
|---|---|---|
| to | address | Address to mint tokens to |
| value | uint256 | Amount to mint |
burnFrom
Burn value tokens from from
Parameters
| Name | Type | Description |
|---|---|---|
| from | address | Address to burn tokens from |
| value | uint256 | Amount to burn |

