Checks if the Smart Wallet has been deployed on the blockchain.
@override Future<bool> get deployed async => await plugin<Contract>("contract").deployed(_walletAddress);