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