Future<dynamic> setRoyaltyInfoForToken( BigInt tokenId, String recipient, BigInt bps) async => await _contract.send("setRoyaltyInfoForToken", [tokenId, recipient, bps]);