Unused state variables#
Informational
There are multiple state variables that are never used within the contracts. Some of these might be stored and read from the contract, but not actually used in any of the functionality. This might be intentional, but we want to point them out anyway.
ds.contractInfo.linkTokenAddressds.contractInfo.keeperRegistrarAddressds.contractInfo.keeperAddressds.contractInfo.canvasOpenCounterds.canvas[id].isPBTds.customization[contractAddress][tokenId].chipIdentifierds.chipToTokenId
Recommendation#
Remove the state variables that are not needed.