Contract addresses
Core and utility contract references
Use this page as a quick reference for deployed contracts on Radius Testnet and Radius Network (mainnet). All addresses are checksummed and copy-paste ready.
Core contract
SBC token contract
The SBC contract is the stablecoin used for transfers and gas-fee conversion behavior on Radius.
- Contract address:
0x33ad9e4BD16B69B5BFdED37D8B5D9fF9aba014Fb
Utility contracts
These utility contracts are commonly used across tooling and app integrations.
Testnet
| Contract | Address | Why you use it |
|---|---|---|
| Arachnid Create2 Factory (deterministic deployment proxy repository) | 0x4e59b44847b379578588920cA78FbF26c0B4956C | Deploy contracts to deterministic addresses with CREATE2. |
| CreateX deployment framework repository | 0xba5Ed099633D3B313e4D5F7bdc1305d3c28ba5Ed | Use advanced CREATE/CREATE2/CREATE3 deployment patterns. |
| Multicall3 repository | 0xcA11bde05977b3631167028862bE2a173976CA11 | Batch multiple read calls into one RPC request. |
| Uniswap Permit2 repository | 0x000000000022D473030F116dDEE9F6B43aC78BA3 | Support signature-based approvals and transfer flows. |
Mainnet
| Contract | Address | Why you use it |
|---|---|---|
| Arachnid Create2 Factory (deterministic deployment proxy repository) | 0x4e59b44847b379578588920cA78FbF26c0B4956C | Deploy contracts to deterministic addresses with CREATE2. |
| Uniswap Permit2 repository | 0x000000000022D473030F116dDEE9F6B43aC78BA3 | Support signature-based approvals and transfer flows. |
| Multicall3 repository | 0xcA11bde05977b3631167028862bE2a173976CA11 | Batch multiple read calls into one RPC request. |
| CreateX deployment framework repository | 0xba5Ed099633D3B313e4D5F7bdc1305d3c28ba5Ed | Use advanced CREATE/CREATE2/CREATE3 deployment patterns. |
Accessibility and verification notes
- Use the contract name column to understand purpose before copying an address.
- Use the Why you use it column for quick context in screen-reader and scan-first workflows.
- Verify target network before deployment or scripting.
- Prefer checksummed addresses in config files and deployment artifacts.