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