Future<dynamic> getRewardsPerUnitTime(int tokenId) async { return contract.call("getRewardsPerUnitTime", [BigInt.from(tokenId)]); }