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))
const inter = new utils.Interface([abiMethod]) return inter.getSighash(inter.getFunction(abiMethod.name))