Contract Addresses
This reference guide provides a comprehensive list of core contract addresses for the GOAT Network. These contracts form the foundation of the network's functionality, including bridging, governance, and token management.
For all other verified contracts on the GOAT Network, visit the Verified Contracts Explorer (opens in a new tab).
Core Protocol Contracts
Pre-Deployed Contracts
These contracts are pre-deployed at genesis and serve critical network functions:
Executor Contracts
These contracts handle network execution and validation:
Contract Name | Address | Description |
---|---|---|
ExecutorRelayer | 0xBc10000000000000000000000000000000001000 (opens in a new tab) | Handles cross-chain message execution |
ExecutorLocking | 0xBC10000000000000000000000000000000001001 (opens in a new tab) | Manages execution-specific token locking |
Contract Source Code
For detailed implementation and documentation:
Always verify contract addresses through official channels before interacting with them. The GOAT Network explorer provides contract verification and source code viewing capabilities.
Contract Interactions
When interacting with these contracts:
- Use the latest verified contract ABIs from the explorer
- Ensure you're connected to the correct network (Testnet: Chain ID 48816)
- Follow security best practices for contract interactions
- Test interactions on testnet before mainnet deployment
For detailed integration guides and examples, refer to our Smart Contracts Overview.