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