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);