Skip to content

Instantly share code, notes, and snippets.

@EtDu
Last active July 31, 2022 14:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save EtDu/d3d029faa7d08458ad357ae7f4e7cb57 to your computer and use it in GitHub Desktop.
Save EtDu/d3d029faa7d08458ad357ae7f4e7cb57 to your computer and use it in GitHub Desktop.
const { utils } = require("ethers")
const {
formatUnits
} = utils
const calldata = ""
const decoded = utils.defaultAbiCoder.decode(
[],
utils.hexDataSlice(calldata, 4)
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment