Future<TransactionResponse> approve(BigInt tokenId) async => await _contract.send("approve", [tokenId]);