Permit() for ERC721

Hi everyone,
I see that there is draft-ERC20Permit.sol for ERC20 token. However there is no implementation for ERC721 in OpenZeppelin contracts.

I've done few research and found out there is EIP4494 which is similar to EIP2612 for ERC20. Will OpenZeppelin add this in the future?

1 Like

Interested in this as well. I've done my own implementation in the meanwhile taking ERC20 as base. But would be useful official support from OZ.