Replies: 1 comment
-
Yes, looking at the fallback implementation, this is certainly what is happening. It is unfortunate that there isn’t really any good way to detect non-existent methods… :s |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
When running the following code in ethers playground I get unexpected results:
per @ricmoo's comment on twitter where I originally posted about this, I think he's probably right that
The Dao
contract returns true for all methods it doesn't implement, but would love thoughts on this, and how best to handle.from
The Dao
contract code:Beta Was this translation helpful? Give feedback.
All reactions