721 Patch
721 patches target an ERC-721 contract by targeting the address and tokenId.IPatchworkPatch
interface and can be generated with the feature patch
in a PDK contract configuration
1155 Patch
1155 patches target an ERC-1155 contract by targeting the address, tokenId and account address. By using a0x0
address for the account, you can target the entirety of an 1155’s tokenId.
IPatchwork1155Patch
interface and can be generated with the feature 1155patch
in a PDK contract configuration
Account Patch
An account patch targets a plain address.IPatchworkAccountPatch
interface and can be generated with the feature accountpatch
in a PDK contract configuration