ERC20Reward

type ERC20Reward = {
contractAddress: string;
quantityPerReward: number | string;
totalRewards: number | string;
};