Skip to content

Latest commit

 

History

History
29 lines (23 loc) · 2.33 KB

File metadata and controls

29 lines (23 loc) · 2.33 KB
title Smart Contracts
id smart-contracts
description Reference documentation for Swarm smart contracts including addresses and ABIs.

import { globalVariables } from '/src/config/globalVariables';

Token Contracts

Contract Blockchain Address
BZZ token Ethereum 0x19062190b1925b5b6689d7073fdfc8c2976ef8cb
xBZZ token Gnosis Chain 0xdBF3Ea6F5beE45c02255B2c26a16F300502F68da
sBZZ token Sepolia (Ethereum testnet) 0x543dDb01Ba47acB11de34891cD86B675F04840db

Storage Incentives Contracts

You can find the Solidity source code for each contract in the storage incentives Github repo.

For a list of the current smart contract addresses, see the storage incentives ABI repo.

For a history of smart contract addresses, see the storage incentives ABI repo history.

Contract Blockchain Address
Postage Stamp Gnosis Chain <a href={https://gnosisscan.io/address/${globalVariables.postageStampContract}#code} target="_blank">{globalVariables.postageStampContract}
Staking Gnosis Chain <a href={https://gnosisscan.io/address/${globalVariables.stakingContract}#code} target="_blank">{globalVariables.stakingContract}
Redistribution Gnosis Chain <a href={https://gnosisscan.io/address/${globalVariables.redistributionContract}#code} target="_blank">{globalVariables.redistributionContract}
Price Oracle Gnosis Chain <a href={https://gnosisscan.io/address/${globalVariables.priceOracleContract}#code} target="_blank">{globalVariables.priceOracleContract}