export interface ERC20TransferLogData {
  value: string;
  from: string;
  to: string;
  topic: string;
}
