Resources
Deployed Contracts
Live contract addresses and network details for the LICEN protocol on 0G Galileo Testnet.
Deployed Contracts
LICEN is currently live on the 0G Galileo Testnet.
Network
| Parameter | Value |
|---|---|
| Network Name | 0G Galileo Testnet |
| Chain ID | 16602 |
| RPC URL | https://evmrpc-testnet.0g.ai |
| Currency | 0G (native token) |
| Block Explorer | chainscan-galileo.0g.ai |
Add this network to MetaMask: 0G Faucet → (the faucet page includes a one-click "Add Network" button)
LICEN Contracts
| Contract | Address | Explorer |
|---|---|---|
DataPolicy | 0x565ab137D5D18B7Aa32783C7D1a8dc29d83687E7 | View → |
0G Infrastructure
| Service | Endpoint |
|---|---|
| 0G Storage Indexer | https://indexer-storage-testnet-turbo.0g.ai |
| 0G Storage Contract | 0x0412e84ab4bF457f5C21625902047DBF59D16366 |
| 0G Faucet | https://faucet.0g.ai |
Verifying the Contract
You can read the full DataPolicy state from the 0G Explorer:
- Registered datasets —
getPolicy(datasetRoot)returns the full Policy struct - Job state —
getJob(jobId)returns the current job state, escrow amount, and settlement info - Publisher earnings —
claimableRoyalties(owner)returns unclaimed balance
All settlement events are emitted on-chain and indexed by Envio. Every royalty payment, refund, and job completion is publicly auditable.