ERC1820
ERC1820, also known as the "Pseudo-State" standard, is a smart contract standard on the Ethereum blockchain. It introduces a mechanism for smart contracts to declare that they implement specific interfaces, even if they don't inherit from a standard interface contract. This is achieved through a globally accessible registry contract.
The primary purpose of ERC1820 is to facilitate contract interoperability and discovery. Before ERC1820, contracts often
When a contract wants to declare that it implements an interface, it deploys a small contract that
This standard is particularly useful for token standards that might not conform to existing ERC standards,