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