IERC20MetadataLike
Minimal ERC20 metadata surface used by the Aave v3 Horizon example.
Functions
balanceOf
function balanceOf(address account) external view returns (uint256);
decimals
function decimals() external view returns (uint8);
Press ← or → to navigate between chapters
Press S or / to search in the book
Press ? to show this help
Press Esc to hide this help
Minimal ERC20 metadata surface used by the Aave v3 Horizon example.
function balanceOf(address account) external view returns (uint256);
function decimals() external view returns (uint8);