DynamicAccount
This contract inherits from the BaseAccount
contract.
App developers can issue DynamicAccount
smart wallets programmatically by deploying a DynamicAccountFactory
smart contract.
The difference between DynamicAccount
smart wallet and Account
smart wallet is that DynamicAccount
is an upgradeable smart contract written in the dynamic contract pattern.
The admin of a given DynamicAccount
smart wallet is allowed to make upgrades to their own smart wallets. This is the right wallet for developers who anticipate providing opt-in upgrades to their users’ wallets.
Detected Extensions
Once deployed, you can use the features made available by these extensions on the SDK and dashboard:
Click on each feature to learn more about what functions are available.
Usage
Import the contract and inherit from it. This is an example contract demonstrating one way that you could override the functionality to create a token bound account.
Functions to Override
The following functions have been implemented on this contract & are available to be overridden to add custom logic: