Project Contracts
views
History

Contract History

The Workspace’s History view gives you a complete timeline of your contract’s lifecycle on the Stagenet — how it was compiled, versioned, and deployed over time.

Each contract imported from GitHub passes through the Stagenet’s CI/CD pipeline, which compiles the code on every push and generates new versions its logic (bytecode) changes. A version represents a specific compilation of the contract, tied to a Git commit, and identified by its updated bytecode. When that contract is deployed — whether once or many times — each deployment is automatically associated with the version it matches.

The History view brings all of this together in one place. It shows the full sequence of versions produced for the contract, the deployments created from each version, and the compilation activity that led to them, giving you a clear picture of how the contract has evolved over time.

Active Deployment

  • The active deployment determines which address is used throughout the contract page and other parts of the app.
  • Active deployment is marked with a green "Active" badge

Contract Workspaces

Contract CI/CD