Sentrix

EVM · VERIFIED CONTRACTS

Verified contracts — Mainnet

EVM rail only. Native-side primitives (SRC-20, StakingOps) run at the protocol level — see the Native dashboard.

Check verification status
Canonical contracts
ContractAddress (mainnet)Status
WSRX0x4693b1...656553WSRXUnverified
Multicall30xFd4b34...f9ceE9Unverified
TokenFactory0x53C383...33D366Unverified
SentrixSafe0x6272dC...2a3b26SentrixSafe (Mainnet)Unverified
SentrixV2 Factory0xC5344f...5aD936Sentrix DEX FactoryUnverified
SentrixV2 Router020xAb67E1...9c9dE8Sentrix DEX RouterUnverified
Recently deployed

Loading…

Verify your own contract

Sentrix runs a self-hosted Sourcify verifier at verify.sentrixchain.com. Both Foundry and Hardhat speak it via the standard \`--verifier sourcify\` flag.

# Foundry
forge verify-contract \
  --verifier sourcify \
  --verifier-url https://verify.sentrixchain.com \
  --chain 7119 \
  <ADDRESS> contracts/MyToken.sol:MyToken

# Hardhat (with hardhat-verify plugin)
npx hardhat verify --network sentrix <ADDRESS>

Once verified, the address page's Contract tab renders source + ABI + Read Contract automatically.

Verified Contracts | Sentrix Scan