Sentrix

EVM · VERIFIED CONTRACTS

Verified contracts — Testnet

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

Check verification status
Canonical contracts
ContractAddress (testnet)Status
WSRX0x85d5E7...fF949AWtSRX (testnet)Unverified
Multicall30x790082...55Cd54Unverified
TokenFactory0xaE2a85...0baEc7Unverified
SentrixSafe0xc9D7a6...532110SentrixSafe (Testnet)Unverified
SentrixV2 Factory0x856539...7651C7Sentrix DEX Factory (testnet)Unverified
SentrixV2 Router020x2bF734...b55cB0Sentrix DEX Router (testnet)Unverified
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 7120 \
  <ADDRESS> contracts/MyToken.sol:MyToken

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

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

Sentrix Scan — Block Explorer