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