export type ContractTransferInfo = { target: string; amount: string; tokens: { [key: string]: string; }; };