export interface ERC20 { address: string, name: string, symbol: string, totalSupply: string, decimals: string, balance: string, }