Skip to main content

3 docs tagged with "ERC-7546"

View all tags

Dictionary

The Dictionary Contract is a crucial component of the UCS (ERC-7546) architecture. It manages the mapping of function selectors to their corresponding Function Contract addresses, acting as a dispatcher for the Proxy Contract.

Overview

Welcome to the documentation for UCS Contracts, an implementation of ERC-7546: Upgradeable Clone for Scalable Contracts. This standard introduces an innovative approach to creating modular, upgradeable, and extensible smart contracts on the Ethereum blockchain.

Proxy

The Proxy Contract is a fundamental component of the UCS (ERC-7546) architecture. It serves as the stable, unchanging address that users and other contracts interact with, while delegating calls to the appropriate Function Contracts.