Future<dynamic> getRoyaltyInfoForToken(BigInt tokenId) async { return await _contract.call("getRoyaltyInfoForToken", [tokenId]); }