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
[ERROR] Failed to decode input for transaction 0xabeff83ff28f8b9369febdd196ade470181dc2527b84844e8456e57e82f13756: rust future panicked: unknown error
thread 'tokio-runtime-worker' panicked at src/decode_call.rs:119:14:
called Result::unwrap() on an Err value: decode log
Caused by:
0: decoding input data
1: buffer overrun while deserializing
2: buffer overrun while deserializing
note: run with RUST_BACKTRACE=1 environment variable to display a backtrace
thread 'tokio-runtime-worker' panicked at src/decode_call.rs:61:14:
called Result::unwrap() on an Err value: JoinError::Panic(Id(19), ...)
The text was updated successfully, but these errors were encountered:
for this on avalanche
i'm working on python
decoded_input = await CallDecoder([
"swapExactTokensForTokens(uint256 amountIn, uint256 amountOutMin, address[] path, address to, uint256 deadline)"
]).decode_transactions_input([res.data.transactions])
i have this one
[ERROR] Failed to decode input for transaction 0xabeff83ff28f8b9369febdd196ade470181dc2527b84844e8456e57e82f13756: rust future panicked: unknown error
thread 'tokio-runtime-worker' panicked at src/decode_call.rs:119:14:
called
Result::unwrap()
on anErr
value: decode logCaused by:
0: decoding input data
1: buffer overrun while deserializing
2: buffer overrun while deserializing
note: run with
RUST_BACKTRACE=1
environment variable to display a backtracethread 'tokio-runtime-worker' panicked at src/decode_call.rs:61:14:
called
Result::unwrap()
on anErr
value: JoinError::Panic(Id(19), ...)The text was updated successfully, but these errors were encountered: