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))
Exploring the intersection between TypeScript, Ethereum, and other exciting technologies.
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))