We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
extcodesize
Consider using low level call or inline assembly for calling balanceOf, ownerOf, getReserves, swap, etc.
balanceOf
ownerOf
getReserves
swap
For example for command BALANCE_CHECK_ERC20,
BALANCE_CHECK_ERC20
universal-router/contracts/base/Dispatcher.sol
Lines 203 to 204 in b01e71f
it isn't necessary to invoke extcodesize by using the interface. This also applies to all calls made to PERMIT2.
PERMIT2
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Consider using low level call or inline assembly for calling
balanceOf
,ownerOf
,getReserves
,swap
, etc.For example for command
BALANCE_CHECK_ERC20
,universal-router/contracts/base/Dispatcher.sol
Lines 203 to 204 in b01e71f
it isn't necessary to invoke
extcodesize
by using the interface. This also applies to all calls made toPERMIT2
.The text was updated successfully, but these errors were encountered: