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
error execution reverted when call function all for index 995
_limit (uint256) = 1 _offset (uint256) = 995 tuple[] Error: Returned error: execution reverted
also tokens function _offset (uint256) = 995 _limit (uint256) = 2 give errors while _offset (uint256) = 995 _limit (uint256) = 1 or _offset (uint256) = 996 _limit (uint256) = 1 works
The text was updated successfully, but these errors were encountered:
Same issue here
Sorry, something went wrong.
Apologies for delay with this issue, we've patched it quickly, feel free to use the addresses in the env files and in the PR if needed.
error execution reverted when call function all for index 995 _limit (uint256) = 1 _offset (uint256) = 995 tuple[] Error: Returned error: execution reverted also tokens function _offset (uint256) = 995 _limit (uint256) = 2 give errors while _offset (uint256) = 995 _limit (uint256) = 1 or _offset (uint256) = 996 _limit (uint256) = 1 works
_limit (uint256) = 1
_offset (uint256) = 995
tuple[] Error: Returned error: execution reverted
also tokens function
_limit (uint256) = 2
give errors while
or
_offset (uint256) = 996
works
Hello @maxisvk have you been able to resolve the issue?
Successfully merging a pull request may close this issue.
error execution reverted when call function all for index 995
_limit (uint256) = 1
_offset (uint256) = 995
tuple[] Error: Returned error: execution reverted
also tokens function
_offset (uint256) = 995
_limit (uint256) = 2
give errors while
_offset (uint256) = 995
_limit (uint256) = 1
or
_offset (uint256) = 996
_limit (uint256) = 1
works
The text was updated successfully, but these errors were encountered: