Method ID from ABI
Calculate method ID and other info from an ABI.
Method ID from ABI Calculator
Want to do this with Ethers?const inter = new utils.Interface([abiMethod]) return inter.getSighash(inter.getFunction(abiMethod.name))
My dev blog where I dive deep into TypeScript, Postgres, Data science, Infrastructure, Ethereum, and more...
Calculate method ID and other info from an ABI.
Want to do this with Ethers?const inter = new utils.Interface([abiMethod]) return inter.getSighash(inter.getFunction(abiMethod.name))