MembershipERC1155.sol does not follow the URI specifications of EiP-1155.
The contract supports IERC1155MetadataURI through AccessControlUpgradeable.
As a result, it has to conform to the EIP-1155 expectations.
Particularly,
Changes to the URI MUST emit the URI event if the change can be expressed with an event (i.e. it isn’t dynamic/programmatic).
setURI()
doesn't emit an event.
Not EIP-1155 compliant
Manual Review
Follow the EIP-1155 specifications
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.