ABIs
Read the full published ABI of each deployed Hookr contract, served as plain JSON straight from the pinned release evidence.
The ABI of each deployed contract, served as JSON from /api/v2-abi/<Contract>.
Each file is the ABI from the release evidence, copied into the app because the deployment does not ship the contract tree, and pinned to the evidence by a test that compares the two byte for byte. The route serves only the names in the table below; anything else is a 404.
HookrTokenV61 is the fixed-supply ERC-20 the token-deployer library creates for a new-token market. It has no address of its own in the deployment record: one is deployed per launch, at an address previewNewTokenAddress returns before the launch transaction is sent.
Addresses for these contracts are on Contracts and addresses. Every custom error in these ABIs is listed on Errors.
| Contract | Functions | Events | Errors | JSON |
|---|---|---|---|---|
HookrModularHookV6 | 18 | 3 | 7 | /api/v2-abi/HookrModularHookV6 |
HookrMarketCoordinatorV5 | 38 | 10 | 32 | /api/v2-abi/HookrMarketCoordinatorV5 |
HookrNativeMechanicsBlockV2 | 55 | 6 | 15 | /api/v2-abi/HookrNativeMechanicsBlockV2 |
HookrStackRegistryV2 | 65 | 14 | 70 | /api/v2-abi/HookrStackRegistryV2 |
HookrKernelRouterV3 | 19 | 1 | 28 | /api/v2-abi/HookrKernelRouterV3 |
HookrKernelQuoterV1 | 15 | 0 | 18 | /api/v2-abi/HookrKernelQuoterV1 |
HookrTreasuryForwarderV1 | 14 | 8 | 11 | /api/v2-abi/HookrTreasuryForwarderV1 |
HookrTokenV61 | 20 | 2 | 2 | /api/v2-abi/HookrTokenV61 |