Grass logo

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