# ERC1820 Events ###### tags: erc1820, events, rengo-labs, casper-network, rust, proposal Interface registry contract ## ERC1820Registry events ### `InterfaceImplementerSet` ``` event InterfaceImplementerSet( address indexed addr, bytes32 indexed interfaceHash, address indexed implementer ); ``` ### `ManagerChanged` ``` event ManagerChanged( address indexed addr, address indexed newManager ); ``` ## ERC1820Registry Functions that emit events ### `setInterfaceImplementer()` Emits a {InterfaceImplementerSet} event. ### `setManager()` Emits a {ManagerChanged} event. ## Tests [OpenZeppelin ERC1820Implementer.test.js](https://github.com/OpenZeppelin/openzeppelin-contracts/blob/master/test/utils/introspection/ERC1820Implementer.test.js)
×
Sign in
Email
Password
Forgot password
or
By clicking below, you agree to our
terms of service
.
Sign in via Facebook
Sign in via Twitter
Sign in via GitHub
Sign in via Dropbox
Sign in with Wallet
Wallet (
)
Connect another wallet
New to HackMD?
Sign up