reference
mainnet addresses
lode deployment to ethereum mainnet, addresses below. canonical deployment artifact: deployments/1.json in the public repo.
core contracts
flagship splitter
governance
burn destination
!
addresses are placeholders
the protocol, splitter, and owner-safe addresses above are live mainnet deployments and verified on etherscan. guardian, keeper, and buyback-executor addresses remain zero-padded until those operational wallets are rotated in. the lodeHook address ends in 0x...88 to satisfy the v4 hook flag bit pattern.
verifying a deployment
each deployed contract is auto-verified on etherscan by the deploy script. cross-check:
- the bytecode hash on etherscan matches the build output in
build/contracts/. - the constructor arguments match those documented in
deployments/1.json. - the hook address bit pattern:
(addr & 0x3fff) == 0x88.