Completed clean root directory structure: - Root now contains only: .git, .env, docs/, orig/ - Moved all remaining files and directories to orig/: - Config files (.claude, .dockerignore, .drone.yml, etc.) - All .env variants (except active .env) - Git config (.gitconfig, .github, .gitignore, etc.) - Tool configs (.golangci.yml, .revive.toml, etc.) - Documentation (*.md files, @prompts) - Build files (Dockerfiles, Makefile, go.mod, go.sum) - Docker compose files - All source directories (scripts, tests, tools, etc.) - Runtime directories (logs, monitoring, reports) - Dependency files (node_modules, lib, cache) - Special files (--delete) - Removed empty runtime directories (bin/, data/) V2 structure is now clean: - docs/planning/ - V2 planning documents - orig/ - Complete V1 codebase preserved - .env - Active environment config (not in git) 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
257 lines
4.1 KiB
JSON
257 lines
4.1 KiB
JSON
[
|
|
{
|
|
"constant": true,
|
|
"inputs": [],
|
|
"name": "token0",
|
|
"outputs": [
|
|
{
|
|
"name": "",
|
|
"type": "address"
|
|
}
|
|
],
|
|
"type": "function"
|
|
},
|
|
{
|
|
"constant": true,
|
|
"inputs": [],
|
|
"name": "token1",
|
|
"outputs": [
|
|
{
|
|
"name": "",
|
|
"type": "address"
|
|
}
|
|
],
|
|
"type": "function"
|
|
},
|
|
{
|
|
"constant": true,
|
|
"inputs": [],
|
|
"name": "fee",
|
|
"outputs": [
|
|
{
|
|
"name": "",
|
|
"type": "uint24"
|
|
}
|
|
],
|
|
"type": "function"
|
|
},
|
|
{
|
|
"constant": true,
|
|
"inputs": [],
|
|
"name": "tickSpacing",
|
|
"outputs": [
|
|
{
|
|
"name": "",
|
|
"type": "int24"
|
|
}
|
|
],
|
|
"type": "function"
|
|
},
|
|
{
|
|
"constant": true,
|
|
"inputs": [],
|
|
"name": "maxLiquidityPerTick",
|
|
"outputs": [
|
|
{
|
|
"name": "",
|
|
"type": "uint128"
|
|
}
|
|
],
|
|
"type": "function"
|
|
},
|
|
{
|
|
"constant": true,
|
|
"inputs": [],
|
|
"name": "slot0",
|
|
"outputs": [
|
|
{
|
|
"name": "sqrtPriceX96",
|
|
"type": "uint160"
|
|
},
|
|
{
|
|
"name": "tick",
|
|
"type": "int24"
|
|
},
|
|
{
|
|
"name": "observationIndex",
|
|
"type": "uint16"
|
|
},
|
|
{
|
|
"name": "observationCardinality",
|
|
"type": "uint16"
|
|
},
|
|
{
|
|
"name": "observationCardinalityNext",
|
|
"type": "uint16"
|
|
},
|
|
{
|
|
"name": "feeProtocol",
|
|
"type": "uint8"
|
|
},
|
|
{
|
|
"name": "unlocked",
|
|
"type": "bool"
|
|
}
|
|
],
|
|
"type": "function"
|
|
},
|
|
{
|
|
"constant": true,
|
|
"inputs": [],
|
|
"name": "feeGrowthGlobal0X128",
|
|
"outputs": [
|
|
{
|
|
"name": "",
|
|
"type": "uint256"
|
|
}
|
|
],
|
|
"type": "function"
|
|
},
|
|
{
|
|
"constant": true,
|
|
"inputs": [],
|
|
"name": "feeGrowthGlobal1X128",
|
|
"outputs": [
|
|
{
|
|
"name": "",
|
|
"type": "uint256"
|
|
}
|
|
],
|
|
"type": "function"
|
|
},
|
|
{
|
|
"constant": true,
|
|
"inputs": [],
|
|
"name": "liquidity",
|
|
"outputs": [
|
|
{
|
|
"name": "",
|
|
"type": "uint128"
|
|
}
|
|
],
|
|
"type": "function"
|
|
},
|
|
{
|
|
"constant": true,
|
|
"inputs": [
|
|
{
|
|
"name": "",
|
|
"type": "int24"
|
|
}
|
|
],
|
|
"name": "ticks",
|
|
"outputs": [
|
|
{
|
|
"name": "liquidityGross",
|
|
"type": "uint128"
|
|
},
|
|
{
|
|
"name": "liquidityNet",
|
|
"type": "int128"
|
|
},
|
|
{
|
|
"name": "feeGrowthOutside0X128",
|
|
"type": "uint256"
|
|
},
|
|
{
|
|
"name": "feeGrowthOutside1X128",
|
|
"type": "uint256"
|
|
},
|
|
{
|
|
"name": "tickCumulativeOutside",
|
|
"type": "int56"
|
|
},
|
|
{
|
|
"name": "secondsPerLiquidityOutsideX128",
|
|
"type": "uint160"
|
|
},
|
|
{
|
|
"name": "secondsOutside",
|
|
"type": "uint32"
|
|
},
|
|
{
|
|
"name": "initialized",
|
|
"type": "bool"
|
|
}
|
|
],
|
|
"type": "function"
|
|
},
|
|
{
|
|
"constant": true,
|
|
"inputs": [
|
|
{
|
|
"name": "",
|
|
"type": "uint256"
|
|
}
|
|
],
|
|
"name": "observations",
|
|
"outputs": [
|
|
{
|
|
"name": "blockTimestamp",
|
|
"type": "uint32"
|
|
},
|
|
{
|
|
"name": "tickCumulative",
|
|
"type": "int56"
|
|
},
|
|
{
|
|
"name": "secondsPerLiquidityCumulativeX128",
|
|
"type": "uint160"
|
|
},
|
|
{
|
|
"name": "initialized",
|
|
"type": "bool"
|
|
}
|
|
],
|
|
"type": "function"
|
|
},
|
|
{
|
|
"constant": true,
|
|
"inputs": [],
|
|
"name": "factory",
|
|
"outputs": [
|
|
{
|
|
"name": "",
|
|
"type": "address"
|
|
}
|
|
],
|
|
"type": "function"
|
|
},
|
|
{
|
|
"inputs": [
|
|
{
|
|
"name": "recipient",
|
|
"type": "address"
|
|
},
|
|
{
|
|
"name": "zeroForOne",
|
|
"type": "bool"
|
|
},
|
|
{
|
|
"name": "amountSpecified",
|
|
"type": "int256"
|
|
},
|
|
{
|
|
"name": "sqrtPriceLimitX96",
|
|
"type": "uint160"
|
|
},
|
|
{
|
|
"name": "data",
|
|
"type": "bytes"
|
|
}
|
|
],
|
|
"name": "swap",
|
|
"outputs": [
|
|
{
|
|
"name": "amount0",
|
|
"type": "int256"
|
|
},
|
|
{
|
|
"name": "amount1",
|
|
"type": "int256"
|
|
}
|
|
],
|
|
"type": "function"
|
|
}
|
|
]
|