feat: enable one time payments with single address #20
Annotations
10 warnings
Run yarn lint:check:
src/contracts/Grateful.sol#L9
Variable "console" is unused
|
Run yarn lint:check:
src/contracts/Grateful.sol#L18
Line length must be no more than 120 but current length is 121
|
Run yarn lint:check:
src/contracts/Grateful.sol#L123
Function order is incorrect, external function can not go after public view function (line 111)
|
Run yarn lint:check:
src/contracts/Grateful.sol#L482
Possible reentrancy vulnerabilities. Avoid state changes after transfer
|
Run yarn lint:check:
src/contracts/Grateful.sol#L498
Possible reentrancy vulnerabilities. Avoid state changes after transfer
|
Run yarn lint:check:
src/contracts/OneTime.sol#L4
Variable "console" is unused
|
Run yarn lint:check:
src/interfaces/IGrateful.sol#L174
Function order is incorrect, external function can not go after external view function (line 164)
|
Run yarn lint:check:
script/Deploy.sol#L7
Variable "AaveV3Vault" is unused
|
Run yarn lint:check:
script/Deploy.sol#L9
Variable "ERC20" is unused
|
Run yarn lint:check:
script/Deploy.sol#L10
Variable "IRewardsController" is unused
|
Loading