IERC712Extended

Git Source

Inherits: IERC712

Author: M^0 Labs

The additional interface as defined by EIP-5267: https://eips.ethereum.org/EIPS/eip-5267

Functions

eip712Domain

Returns the fields and values that describe the domain separator used by this contract for EIP-712.

function eip712Domain()
    external
    view
    returns (
        bytes1 fields,
        string memory name,
        string memory version,
        uint256 chainId,
        address verifyingContract,
        bytes32 salt,
        uint256[] memory extensions
    );

Events

EIP712DomainChanged

MAY be emitted to signal that the domain could have changed.

event EIP712DomainChanged();

Copyright 2024 M^0 Foundation