Factory Contract
Last updated
Last updated
The Factory is a contract designed to generate other contracts. Unlike typical smart contracts that only provide callable functions, the Factory actively deploys new contracts for each user.
Depending on the type of asset being protected an ERC20 or NFT protection contract can be deployed.
There can only be ONE active NFT protection contract per primary wallet which allows asset/timelapse updates.
There can be multiple ERC20 protection contracts (each of which with their own protected assets and timelapse settings). ERC20 protections are not updatable. A technical note: Once the Factory contract is on the blockchain, only the initiating wallet can modify the secondary address and time period. The Protection Contract, created by the Factory, is only accessible by the wallet owner.