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