Exploring the intersection between TypeScript, Ethereum, and other exciting technologies.

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))


Tools