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
ethers.js has a function called encodeFunctionData and it encodes a function and it's arguments into bytes. This is helpful especially when working with proxies and low level delegate calls.
ethers.js has a function called
encodeFunctionData
and it encodes a function and it's arguments into bytes. This is helpful especially when working with proxies and low level delegate calls.Here is an example.
I'd think the API would look something like:
The function could look something like:
(I think).
The text was updated successfully, but these errors were encountered: