Future<dynamic> setRewardRatio(int numerator, int denominator) async { return contract.send( "setRewardRatio", [BigInt.from(numerator), BigInt.from(denominator)]); }