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

IERC7674

Inherits: IERC20

Temporary Approval Extension for ERC-20 (https://github.com/ethereum/ERCs/pull/358[ERC-7674])

Functions

temporaryApprove

Set the temporary allowance, allowing spender to withdraw (within the same transaction) assets held by the caller.

function temporaryApprove(address spender, uint256 value) external returns (bool success);