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