Improper Namespace NatSpec Tag for ERC-7201
Currently, the contract does not follow the NatSpec tag specification that should be annotated to the contract's struct for ERC-7201.
according to ERC-7201:
A namespace in a contract should be implemented as a struct type. These structs should be annotated with the NatSpec tag
@custom:storage-location <FORMULA_ID>:<NAMESPACE_ID>
, where<FORMULA_ID>
identifies a formula used to compute the storage location where the namespace is rooted, based on the namespace id.
Consider changing the namespace tag to @custom:storage-location erc7201:id
to properly follow the ERC-7201 specification.
The contest is live. Earn rewards by submitting a finding.
This is your time to appeal against judgements on your submissions.
Appeals are being carefully reviewed by our judges.