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