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