You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Allow externally owned accounts (EOAs) to delegate control of their account to a contract.
This EIP introduces two EVM instructions AUTH and AUTHCALL. The first sets a context variable authorized based on an ECDSA signature. The second sends a call as the authorized. This essentially delegates control of the EOA to smart contract.
The text was updated successfully, but these errors were encountered:
https://eips.ethereum.org/EIPS/eip-3074
--
Description
Allow externally owned accounts (EOAs) to delegate control of their account to a contract.
This EIP introduces two EVM instructions AUTH and AUTHCALL. The first sets a context variable authorized based on an ECDSA signature. The second sends a call as the authorized. This essentially delegates control of the EOA to smart contract.
The text was updated successfully, but these errors were encountered: