Skip to content

fix: add zero address checks #47

fix: add zero address checks

fix: add zero address checks #47

Triggered via push November 19, 2024 02:36
Status Success
Total duration 31s
Artifacts

tests.yml

on: push
Run Unit Tests
0s
Run Unit Tests
Run Integration Tests
15s
Run Integration Tests
Echidna Test
0s
Echidna Test
Run symbolic execution tests
0s
Run symbolic execution tests
Lint Commit Messages
20s
Lint Commit Messages
Fit to window
Zoom out
Zoom in

Annotations

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