3.4.0 Spell - Add checks for Base #3485
Annotations
11 warnings
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Run yarn lint:
contracts/facade/Facade.sol#L30
When fallback is not payable you will not be able to receive ether
|
Run yarn lint:
contracts/facade/Facade.sol#L30
Fallback function must be simple
|
Run yarn lint:
contracts/facade/Facade.sol#L35
Avoid to use inline assembly. It is acceptable only in rare cases
|
Run yarn lint:
contracts/spells/3_4_0.sol#L26
Contract name must be in CamelCase
|
Run yarn lint:
contracts/spells/3_4_0.sol#L27
Explicitly mark visibility of state
|
Run yarn lint:
contracts/spells/3_4_0.sol#L28
Explicitly mark visibility of state
|
Run yarn lint:
contracts/spells/3_4_0.sol#L31
Explicitly mark visibility of state
|
Run yarn lint:
contracts/spells/3_4_0.sol#L34
Explicitly mark visibility of state
|
Run yarn lint:
contracts/spells/3_4_0.sol#L35
Explicitly mark visibility of state
|
Run yarn lint:
contracts/spells/3_4_0.sol#L36
Explicitly mark visibility of state
|
Loading