Skip to content

gas optimization: leave one wei feature #511

gas optimization: leave one wei feature

gas optimization: leave one wei feature #511

Triggered via pull request December 6, 2023 08:31
Status Success
Total duration 1m 14s
Artifacts

tokenlon-contracts.yml

on: pull_request
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
build (16.x)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
build (16.x): contracts/abstracts/EIP712.sol#L15
Immutable variables name are set to be in capitalized SNAKE_CASE
build (16.x): contracts/abstracts/EIP712.sol#L16
Immutable variables name are set to be in capitalized SNAKE_CASE
build (16.x): contracts/abstracts/EIP712.sol#L24
Named parameters missing. MIN unnamed argumenst is 4
build (16.x): contracts/abstracts/EIP712.sol#L35
Function order is incorrect, internal view function can not go after private view function (line 27)
build (16.x): contracts/abstracts/EIP712.sol#L39
Function name must be in mixedCase
build (16.x): contracts/abstracts/Multicall.sol#L12
Avoid to use low level calls
build (16.x): contracts/abstracts/Multicall.sol#L22
Avoid to use inline assembly. It is acceptable only in rare cases
build (16.x): contracts/abstracts/Ownable.sol#L15
Function order is incorrect, event definition can not go after custom error definition (line 13)
build (16.x): contracts/abstracts/TokenCollector.sol#L16
Function order is incorrect, enum definition can not go after custom error definition (line 14)
build (16.x): contracts/abstracts/TokenCollector.sol#L24
Immutable variables name are set to be in capitalized SNAKE_CASE