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
And this error was throw (the result was returned btw):
0.000001
The application panicked (crashed).
Message: failed printing to stdout: Broken pipe (os error 32)
Location: library/std/src/io/stdio.rs:1118
This is a bug. Consider reporting it at https://github.com/foundry-rs/foundry
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ BACKTRACE ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
1: __libc_start_call_main<unknown>
at ./csu/../sysdeps/nptl/libc_start_call_main.h:58
2: __libc_start_main_impl<unknown>
at ./csu/../csu/libc-start.c:392
Run with COLORBT_SHOW_HIDDEN=1 environment variable to disable frame filtering.
Run with RUST_BACKTRACE=full to include source snippets.
The text was updated successfully, but these errors were encountered:
cast call 0xc2132D05D31c914a87C6611C10748AEb04B58e8F "balanceOf(address)" 0x6464C0D320599d2E8c2ee3b1E0331Ef8D5bbe035 --rpc-url <POLYGON_RPC_URL> | cast to-fixed-point 6 now yields 1887.408245 after common::shell has been introduced
Component
Cast
Have you ensured that all of these are up to date?
What version of Foundry are you on?
forge 0.2.0 (fdfaafd 2024-07-30T00:19:45.054521589Z)
What command(s) is the bug in?
cast call
Operating System
Linux
Describe the bug
I was running this command:
And this error was throw (the result was returned btw):
The text was updated successfully, but these errors were encountered: