ERC20WrapperHarness
Inherits: ERC20Permit, ERC20Wrapper
Functions
constructor
constructor(IERC20 _underlying, string memory _name, string memory _symbol)
ERC20(_name, _symbol)
ERC20Permit(_name)
ERC20Wrapper(_underlying);
underlyingTotalSupply
function underlyingTotalSupply() public view returns (uint256);
underlyingBalanceOf
function underlyingBalanceOf(address account) public view returns (uint256);
underlyingAllowanceToThis
function underlyingAllowanceToThis(address account) public view returns (uint256);
recover
function recover(address account) public returns (uint256);
decimals
function decimals() public view override(ERC20Wrapper, ERC20) returns (uint8);