Bundles
Bundles
are a collection of contracts that can be "cut" into an EIP-2535 Diamond Proxy Contract.Name | Description | Data Type |
---|---|---|
id | Id of the bundle | UUID |
name | Name of the bundle | string |
description | A description of the bundle | string |
CreatorId | The id of the Wallet that created the bundle. This is the only user who can update the bundle in the future. | UUID |
abi | The combined abi of all the contracts in the bundle | string |
types | The typechain types generated from the combined abi | string |
createdAt | When the contract was created | DateTime |
updatedAt | When the item was last updated | DateTime |
Last modified 6mo ago