Skip to content

Instantly share code, notes, and snippets.

View dhieroselia's full-sized avatar
🌴
On vacation

dhie roselia dhieroselia

🌴
On vacation
View GitHub Profile
@dhieroselia
dhieroselia / .deps...npm...@openzeppelin...contracts...interfaces...IERC5267.sol
Created September 22, 2025 08:02
Created using remix-ide: Realtime Ethereum Contract Compiler and Runtime. Load this file by pasting this gists URL or ID at https://remix.ethereum.org/#version=soljson-v0.8.30+commit.73712a01.js&optimize=false&runs=200&gist=
// SPDX-License-Identifier: MIT
// OpenZeppelin Contracts (last updated v5.4.0) (interfaces/IERC5267.sol)
pragma solidity >=0.4.16;
interface IERC5267 {
/**
* @dev MAY be emitted to signal that the domain could have changed.
*/
event EIP712DomainChanged();