Skip to content

Latest commit

 

History

History
53 lines (34 loc) · 1.79 KB

slither-report.md

File metadata and controls

53 lines (34 loc) · 1.79 KB

THIS CHECKLIST IS NOT COMPLETE. Use --show-ignored-findings to show all the results. Summary

assembly

Required by ERC-7201

Impact: Informational Confidence: High

src/TERC20Upgradeable.sol#L117-L125

naming-convention

Impact: Informational Confidence: High

src/TERC20Upgradeable.sol#L50-L57

Same notation as OpenZeppelin, see https://github.com/OpenZeppelin/openzeppelin-contracts-upgradeable/blob/8c63b58ff08275284c120c561b3bc14090b87c51/contracts/token/ERC20/ERC20Upgradeable.sol#L62

src/TERC20Upgradeable.sol#L23-L24

Same notation as OpenZeppelin see https://github.com/OpenZeppelin/openzeppelin-contracts-upgradeable/blob/8c63b58ff08275284c120c561b3bc14090b87c51/contracts/token/ERC20/ERC20Upgradeable.sol#L44

unused-state

Incorrect, the constant is called in the function version()

Impact: Informational Confidence: High

src/lib/TERC20Share.sol#L21

src/lib/TERC20Share.sol#L21