Live from the Injective LCD (exchange module), the native on-chain order book. This is the same module a Solidity contract reaches through the exchange precompile in panel 06.
01RPC failover
primaryidle
fallbackidle
02Live blocks
latest 6
loading blocks…
03Address inspector
balance, and whether the address is a contract (via eth_getCode).
04Send transaction · write
INJ
connect wallet to enable
Signs and broadcasts a real transaction on Injective mainnet. Defaults to a 0-value self-transfer, only gas is spent. Full write path: build, wallet-sign, broadcast, confirm.
05JSON-RPC console
pick a method and Send. Runs against the active RPC.
06Precompile registry
Standard EVM precompiles (0x01-0x09) exist on every EVM chain; the exchange precompile is Injective-native. Each row makes a real eth_call.
07Address 0x → inj
inj···
ⓘ Live on Injective mainnet (chain 1776). Reads are free and keyless. The write panel signs and broadcasts a real transaction from your wallet, defaulting to a 0-value self-transfer, so only gas is spent (fractions of a cent).