code-423n4 / 2022-06-notional-coop-findings

1 stars 1 forks source link

QA Report #142

Open code423n4 opened 2 years ago

code423n4 commented 2 years ago

Notional x Index Coop QA report

Low

symbol Returns the symbol of the token. E.g. “HIX”. OPTIONAL - This method can be used to improve usability, but interfaces and other contracts MUST NOT expect these values to be present.

For example, MKR stores symbol as bytes32 which will revert if used in the above context.

Non-critical

misleading comment in NotionalTradeModule.sol