Skip to main content

IERC5267

Methods

eip712Domain

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

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

Returns

NameTypeDescription
fieldsbytes1undefined
namestringundefined
versionstringundefined
chainIduint256undefined
verifyingContractaddressundefined
saltbytes32undefined
extensionsuint256[]undefined

Events

EIP712DomainChanged

event EIP712DomainChanged()

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