Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

contracts/token/ERC20/utils/SafeERC20.sol #1

Open
Jansistanbul opened this issue Jan 5, 2022 · 2 comments
Open

contracts/token/ERC20/utils/SafeERC20.sol #1

Jansistanbul opened this issue Jan 5, 2022 · 2 comments

Comments

@Jansistanbul
Copy link

IERC20(token).safeApprove(swapContract, 0); // T:[CA-5]
IERC20(token).safeApprove(swapContract, Constants.MAX_INT); // T:[CA-5]

@Jansistanbul
Copy link
Author

IERC20(token).safeApprove(swapContract, 0); // T:[CA-5]
IERC20(token).safeApprove(swapContract, Constants.MAX_INT); // T:[CA-5]

@0xmikko
Copy link

0xmikko commented Jan 10, 2022

What is an issue?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants