Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

EIP7702Utils

Library with common EIP-7702 utility functions. See https://eips.ethereum.org/EIPS/eip-7702[ERC-7702].

State Variables

EIP7702_PREFIX

bytes3 internal constant EIP7702_PREFIX = 0xef0100;

Functions

fetchDelegate

Returns the address of the delegate if account as an EIP-7702 delegation setup, or address(0) otherwise.

function fetchDelegate(address account) internal view returns (address);