You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Beedle contract uses deprecated draft-ERC20Permit contract.
Vulnerability Details
According to OpenZeppelin update:
ERC20Permit: Added the file IERC20Permit.sol and ERC20Permit.sol and deprecated draft-IERC20Permit.sol and draft-ERC20Permit.sol since EIP-2612 is no longer a Draft. Developers are encouraged to update their imports. (#3793)
Tools Used
Manual review
Recommendations
Use ERC20Permit instead deprecated draft-IERC20Permit.
The text was updated successfully, but these errors were encountered:
Use of deprecated draft-IERC20Permit
Severity
Low Risk
Relevant GitHub Links
https://github.com/Cyfrin/2023-07-beedle/blob/main/src/Beedle.sol#L6
Summary
The Beedle contract uses deprecated draft-ERC20Permit contract.
Vulnerability Details
According to OpenZeppelin update:
Tools Used
Manual review
Recommendations
Use ERC20Permit instead deprecated draft-IERC20Permit.
The text was updated successfully, but these errors were encountered: