IStakedERC20

Inherits: IERC20

Author: Aria Protocol

Functions

mint

Mints tokens and sends them to a user

function mint(address _receiver, uint256 _amount) external;

Parameters

Name
Type
Description

_receiver

address

Address that will receive the newly minted tokens

_amount

uint256

Number of tokens being minted

burn

Burns tokens owned by a user

function burn(address _from, uint256 _amount) external;

Parameters

Name
Type
Description

_from

address

Address that will have their tokens burned

_amount

uint256

Number of tokens being burned