fix: add zero address checks #47
Annotations
10 warnings
Run yarn lint:check:
src/contracts/Grateful.sol#L44
Immutable variables name should be capitalized SNAKE_CASE
|
Run yarn lint:check:
src/contracts/Grateful.sol#L185
Function order is incorrect, external function can not go after public view function (line 174)
|
Run yarn lint:check:
src/contracts/OneTime.sol#L8
Variable "console" is unused
|
Run yarn lint:check:
src/contracts/OneTime.sol#L14
Explicitly mark visibility of state
|
Run yarn lint:check:
src/contracts/OneTime.sol#L14
Immutable variables name should be capitalized SNAKE_CASE
|
Run yarn lint:check:
src/contracts/OneTime.sol#L14
'grateful' should start with _
|
Run yarn lint:check:
src/interfaces/IGrateful.sol#L6
Variable "IERC20" is unused
|
Run yarn lint:check:
src/interfaces/IGrateful.sol#L159
Function name must be in mixedCase
|
Run yarn lint:check:
src/interfaces/IGrateful.sol#L162
Function name must be in mixedCase
|
Run yarn lint:check:
src/interfaces/IGrateful.sol#L165
Function order is incorrect, external view function can not go after external pure function (line 162)
|
Loading