| title | Smart Contracts |
|---|---|
| id | smart-contracts |
| description | Reference documentation for Swarm smart contracts including addresses and ABIs. |
import { globalVariables } from '/src/config/globalVariables';
| Contract | Blockchain | Address |
|---|---|---|
| BZZ token | Ethereum | 0x19062190b1925b5b6689d7073fdfc8c2976ef8cb |
| xBZZ token | Gnosis Chain | 0xdBF3Ea6F5beE45c02255B2c26a16F300502F68da |
| sBZZ token | Sepolia (Ethereum testnet) | 0x543dDb01Ba47acB11de34891cD86B675F04840db |
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} |