code-423n4 / 2022-09-nouns-builder-findings

10 stars 6 forks source link

QA Report #543

Open code423n4 opened 2 years ago

code423n4 commented 2 years ago

[N-01] Immutable addresses should be 0-checked

[N-02] Event is missing indexed fields

Each event should use three indexed fields if there are three or more fields.

[N-03] Constants should be defined rather than using magic numbers

GalloDaSballo commented 2 years ago

[N-01] Immutable addresses should be 0-checked

L

[N-03] Constants should be defined rather than using magic numbers

R

Disputing events without specific instance of variable to index

1L 1R