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

Manually inputting ethereum as sell token causes error #1

Open
parkerb2001 opened this issue Sep 26, 2023 · 0 comments
Open

Manually inputting ethereum as sell token causes error #1

parkerb2001 opened this issue Sep 26, 2023 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@parkerb2001
Copy link
Owner

parkerb2001 commented Sep 26, 2023

Manually inputting ethereum as sell token causes error: Parameter decoding error: Returned values aren't valid, did it run Out of Gas? You might also see this error if you are not using the correct ABI for the contract you are retrieving data from, requesting data from a block number that does not exist, or querying a node which is not fully synced. AbiError: Parameter decoding error: Returned values aren't valid, did it run Out of Gas? You might also see this error if you are not using the correct ABI for the contract you are retrieving data from, requesting data from a block number that does not exist, or querying a node which is not fully synced. at decodeParametersWith (http://localhost:3000/static/js/bundle.js:181336:11) at decodeParameters (http://localhost:3000/static/js/bundle.js:181443:42) at decodeMethodReturn (http://localhost:3000/static/js/bundle.js:190296:80) at ContractBuilder.<anonymous> (http://localhost:3000/static/js/bundle.js:189967:80) at Generator.next (<anonymous>) at fulfilled (http://localhost:3000/static/js/bundle.js:189468:24)

This is definitely due to the script trying to use an ABI function with web3.js on the ethereum proxy address "0xEeeeeEeeeEeEeeEeEeEeeEEEeeeeEeeeeeeeEEeE" which is not an ERC-20 contract. This also bugs all web3 functions that use the 0x contract ABI. Will fix.

@parkerb2001 parkerb2001 self-assigned this Sep 26, 2023
@parkerb2001 parkerb2001 added the bug Something isn't working label Sep 26, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

When branches are created from issues, their pull requests are automatically linked.

1 participant