Contratti

Tutti i contratti sono open-source, verificati su Etherscan, zero require(), custom errors ovunque.

Sepolia (Testnet)

ContrattoIndirizzo
XPAY Token0xc43509425...3e9A
XKEY NFT0x7E2C2Cb1...5D44
XPAYKEY Core0xb6B68d04...4a7f
XPAYAMM Pool0x8d0056E0...cc95
XKEYRenderer0x0a2d31d3...99ae

Deployer: 0xB25550d89834C7618c62181e46578b8d34124b07 | RPC: Infura Sepolia | Tutti verificati su Etherscan.

Source Code

contracts/
├── xpay_token.sol           ← XPAY (crediti, AMM, swap, sell)
├── xpaykey_core.sol         ← Core (check, pagamento diretto, callback escrow)
├── xkey_nft.sol             ← XKEY (prodotti NFT, stats, SVG)
├── xpay_amm.sol             ← AMM Pool ETH/XPAY (swap, liquidita')
├── xpay_escrow.sol          ← Escrow (fondi bloccati 180gg)
├── xkey_renderer.sol        ← Immagini SVG on-chain
├── xpay_oracle.sol          ← Oracle gold-index (10 FX feeds)
├── xkey_image.sol           ← Interfaccia SVG
├── xpaykey_abstracts.sol    ← Libreria base (Ownable, ReentrancyGuard, Pausable, Timelocked)
└── xpaykey_interfaces.sol   ← Interfacce