-
Notifications
You must be signed in to change notification settings - Fork 51
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
*** boa.contracts.base_evm_contract.BoaError: <exception str() failed> #349
Comments
It's somehow just this string. This string works: 0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB47 so does this one: 0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB49 But not this: 0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48 |
I have more information on the boa error!
It seems that for some reason it's calling |
For some reason, I think it's calling functions on the mock contract I have, enough though it should be ignoring that and just using the ABI perhaps... |
what's the type of |
|
I think you should make sure it is an Address |
I'm attempting to call a function with titanoboa with a function that takes the following inputs:
However, I'm getting an issue:
It looks like the
string_usdc
is the issue, but it looks like a fine string:The reason I think it's the
string_usdc
, is because when I pass in a different address forstring_usdc
it works fine:The text was updated successfully, but these errors were encountered: