Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
35 changes: 35 additions & 0 deletions hooks/monad/0xe449e013004db4a5681e9622ca10c5ba0ea610cc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
{
"hook": {
"address": "0xe449e013004db4a5681e9622ca10c5ba0ea610cc",
"chain": "monad",
"chainId": 143,
"name": "AegisHook",
"description": "A Uniswap v4 hook that applies dynamic fees to swaps via an external DynamicFeeManager, integrates oracle price observations after each swap, and periodically reinvests accumulated hook fees into full-range LP positions via an AegisEngine.",
"deployer": "",
"verifiedSource": true,
"auditUrl": "https://docs.aegis.markets/audits"
},
"flags": {
"beforeInitialize": false,
"afterInitialize": true,
"beforeAddLiquidity": false,
"afterAddLiquidity": false,
"beforeRemoveLiquidity": false,
"afterRemoveLiquidity": false,
"beforeSwap": true,
"afterSwap": true,
"beforeDonate": false,
"afterDonate": false,
"beforeSwapReturnsDelta": true,
"afterSwapReturnsDelta": true,
"afterAddLiquidityReturnsDelta": false,
"afterRemoveLiquidityReturnsDelta": false
},
"properties": {
"dynamicFee": true,
"upgradeable": false,
"requiresCustomSwapData": false,
"vanillaSwap": false,
"swapAccess": "none"
}
}
Loading