⚡
focusing
Pinned Loading
-
decode Alchemy calldata
decode Alchemy calldata 1import { parseAbi, decodeFunctionData } from "viem";
23export interface Execution {
4target: string;
5value: bigint;
-
A function selector calculator that ...
A function selector calculator that helps identify different Account Abstraction (AA) implementations by their unique function signatures. 1// calculate_function_selector.js
2import { keccak256, toUtf8Bytes } from 'ethers';
34function calculateFunctionSelector(functionSignature: string): string {
5const fullHash = keccak256(toUtf8Bytes(functionSignature));
-
decode ZeroDev/ERC7579 calldata
decode ZeroDev/ERC7579 calldata 1import { decodeFunctionData, hexToBytes, parseAbi, decodeAbiParameters } from "viem";
23export interface Execution {
4target: string;
5value: bigint;
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.