Skip to main content
Precompiles let EVM contracts call Cosmos-native module logic directly. For the CLI examples in the subpages, set the testnet RPC URL and precompile addresses:

Module Subpages

Each subpage includes supported methods (ABI signatures) and example calls.

Precompile Address Map

The clob, spot, and market trading modules are not covered by these pages. Order placement, cancellation, orderbook queries, and market administration go through the Cosmos tx/query interfaces of those modules.

Source of Truth

  • Cosmos-EVM constants: x/vm/types/precompiles.go in github.com/Ault-Blockchain/evm
  • Ault custom precompiles in the main Ault chain repository:
    • precompiles/license/license.go
    • precompiles/miner/miner.go
    • precompiles/agent/agent.go
    • precompiles/tokenregistry/tokenregistry.go