Future<dynamic> withdraw(int amount) async { return contract.send("withdraw", [BigInt.from(amount)]); }