IERC20
Interface for ERC20 tokens
burn
function burn(address, uint256) external
mint
function mint(address, uint256) external
hasRole
function hasRole(bytes32, address) external view returns (bool)
deposit
function deposit() external payable
Was this helpful?