feat: add counterfactual one time interaction with grateful contract #13
Annotations
1 error and 10 warnings
|
test/integration/Grateful.t.sol#L4
Variable "OneTime" is unused
|
test/integration/IntegrationBase.sol#L4
Variable "OneTime" is unused
|
test/integration/IntegrationBase.sol#L10
Variable "ERC4626" is unused
|
test/integration/IntegrationBase.sol#L25
Explicitly mark visibility of state
|
test/integration/IntegrationBase.sol#L26
Explicitly mark visibility of state
|
src/contracts/Grateful.sol#L65
Function order is incorrect, external function can not go after public view function (line 55)
|
src/contracts/Grateful.sol#L77
Line length must be no more than 120 but current length is 121
|
src/contracts/OneTime.sol#L5
Constructor keyword not available before 0.4.22 (undefined)
|
src/interfaces/IGrateful.sol#L5
Variable "IERC20" is unused
|
src/interfaces/IGrateful.sol#L148
Function order is incorrect, external function can not go after external view function (line 138)
|
This job failed
Loading