Skip to content

fix: custom withdraw logic #30

fix: custom withdraw logic

fix: custom withdraw logic #30

Triggered via push November 1, 2024 14:21
Status Success
Total duration 40s
Artifacts

tests.yml

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

Annotations

10 warnings
Lint Commit Messages: src/contracts/Grateful.sol#L17
Line length must be no more than 120 but current length is 121
Lint Commit Messages: src/contracts/Grateful.sol#L130
Function order is incorrect, external function can not go after public view function (line 121)
Lint Commit Messages: src/contracts/Grateful.sol#L389
Possible reentrancy vulnerabilities. Avoid state changes after transfer
Lint Commit Messages: src/contracts/Grateful.sol#L408
Possible reentrancy vulnerabilities. Avoid state changes after transfer
Lint Commit Messages: src/contracts/Grateful.sol#L418
Possible reentrancy vulnerabilities. Avoid state changes after transfer
Lint Commit Messages: src/contracts/OneTime.sol#L5
Variable "console" is unused
Lint Commit Messages: src/contracts/OneTime.sol#L10
Explicitly mark visibility of state
Lint Commit Messages: src/contracts/OneTime.sol#L10
Immutable variables name should be capitalized SNAKE_CASE
Lint Commit Messages: src/contracts/OneTime.sol#L10
'grateful' should start with _
Lint Commit Messages: src/interfaces/IGrateful.sol#L151
Function order is incorrect, external function can not go after external view function (line 139)