@zoralabs/coins 2.4.0 → 2.5.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.abi-stability +923 -0
- package/.turbo/turbo-build$colon$js.log +110 -116
- package/CHANGELOG.md +25 -0
- package/abis/Address.json +0 -16
- package/abis/BaseCoin.json +18 -0
- package/abis/BuySupplyWithSwapRouterHook.json +0 -27
- package/abis/BuySupplyWithV4SwapHook.json +0 -32
- package/abis/Clones.json +1 -1
- package/abis/CoinDopplerMultiCurve.json +109 -0
- package/abis/ContentCoin.json +18 -0
- package/abis/Create2.json +0 -21
- package/abis/CreatorCoin.json +18 -0
- package/abis/ERC1967Proxy.json +1 -1
- package/abis/ERC1967Utils.json +0 -45
- package/abis/{UpgradeCoinImpl.json → Errors.json} +14 -10
- package/abis/{MockERC20.json → IERC1363.json} +134 -104
- package/abis/IERC1967.json +47 -0
- package/abis/IERC20.json +0 -36
- package/abis/IHasCreationInfo.json +20 -0
- package/abis/IProtocolRewards.json +0 -258
- package/abis/{Script.json → ISupportsLimitOrderFill.json} +2 -2
- package/abis/IZoraLimitOrderBookCoinsInterface.json +67 -0
- package/abis/IZoraV4CoinHook.json +10 -0
- package/abis/ProxyShim.json +15 -16
- package/abis/SafeCast.json +51 -0
- package/abis/{AddressConstants.json → SafeCast160.json} +1 -1
- package/abis/Strings.json +10 -0
- package/abis/UUPSUpgradeable.json +1 -1
- package/abis/V3ToV4SwapLib.json +28 -0
- package/abis/ZoraFactory.json +1 -1
- package/abis/ZoraFactoryImpl.json +22 -6
- package/abis/ZoraV4CoinHook.json +20 -48
- package/dist/index.cjs +980 -43
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +978 -41
- package/dist/index.js.map +1 -1
- package/dist/wagmiGenerated.d.ts +1501 -76
- package/dist/wagmiGenerated.d.ts.map +1 -1
- package/package/wagmiGenerated.ts +981 -44
- package/package.json +11 -9
- package/remappings.txt +2 -1
- package/src/BaseCoin.sol +32 -2
- package/src/ZoraFactoryImpl.sol +8 -0
- package/src/deployment/ForkedCoinsAddresses.sol +54 -0
- package/src/hooks/ZoraV4CoinHook.sol +131 -20
- package/src/hooks/deployment/BuySupplyWithV4SwapHook.sol +20 -142
- package/src/interfaces/IHasCreationInfo.sol +12 -0
- package/src/interfaces/ISupportsLimitOrderFill.sol +11 -0
- package/src/interfaces/IZoraLimitOrderBookCoinsInterface.sol +21 -0
- package/src/interfaces/IZoraV4CoinHook.sol +6 -0
- package/src/libs/CoinConstants.sol +22 -0
- package/src/libs/CoinDopplerMultiCurve.sol +1 -1
- package/src/libs/CoinRewardsV4.sol +0 -1
- package/src/libs/CoinSetup.sol +7 -1
- package/src/libs/HooksDeployment.sol +20 -8
- package/src/libs/UniV4SwapHelper.sol +35 -0
- package/src/libs/V3ToV4SwapLib.sol +265 -0
- package/src/version/ContractVersionBase.sol +1 -1
- package/test/BuySupplyWithV4SwapHook.t.sol +4 -3
- package/test/Coin.t.sol +7 -1
- package/test/CoinUniV4.t.sol +6 -1
- package/test/ContentCoinRewards.t.sol +6 -1
- package/test/CreatorCoin.t.sol +3 -1
- package/test/CreatorCoinRewards.t.sol +4 -1
- package/test/Factory.t.sol +20 -7
- package/test/HooksDeployment.t.sol +16 -3
- package/test/LaunchFee.t.sol +286 -0
- package/test/LiquidityMigration.t.sol +52 -44
- package/test/MultiOwnable.t.sol +2 -1
- package/test/Upgrades.t.sol +110 -81
- package/test/V4Liquidity.t.sol +1 -1
- package/test/mocks/MockSwapRouter.sol +33 -0
- package/test/mocks/MockZoraLimitOrderBook.sol +14 -0
- package/test/utils/BaseTest.sol +14 -448
- package/test/utils/FeeEstimatorHook.sol +6 -2
- package/test/utils/V4TestSetup.sol +595 -0
- package/wagmi.config.ts +1 -1
- package/abis/BaseTest.json +0 -718
- package/abis/DeterministicDeployerAndCaller.json +0 -315
- package/abis/DeterministicUUPSProxyDeployer.json +0 -167
- package/abis/EIP712.json +0 -67
- package/abis/ERC20.json +0 -310
- package/abis/FeeEstimatorHook.json +0 -1938
- package/abis/IERC721.json +0 -287
- package/abis/IERC721Enumerable.json +0 -343
- package/abis/IERC721Metadata.json +0 -332
- package/abis/IERC721TokenReceiver.json +0 -36
- package/abis/IImmutableCreate2Factory.json +0 -93
- package/abis/IMulticall3.json +0 -440
- package/abis/ISafe.json +0 -15
- package/abis/ISymbol.json +0 -15
- package/abis/IUniswapV4Router04.json +0 -484
- package/abis/IUniversalRouter.json +0 -61
- package/abis/IV4Quoter.json +0 -310
- package/abis/ImmutableCreate2FactoryUtils.json +0 -15
- package/abis/LibString.json +0 -7
- package/abis/Math.json +0 -7
- package/abis/MockAirlock.json +0 -39
- package/abis/MockERC721.json +0 -350
- package/abis/ProtocolRewards.json +0 -494
- package/abis/ShortStrings.json +0 -18
- package/abis/SimpleERC20.json +0 -326
- package/abis/StdAssertions.json +0 -379
- package/abis/StdInvariant.json +0 -180
- package/abis/Test.json +0 -570
- package/abis/VmContractHelper235.json +0 -233
- package/abis/VmContractHelper242.json +0 -233
- package/abis/stdError.json +0 -119
- package/abis/stdStorageSafe.json +0 -52
- package/addresses/8453.json +0 -13
- package/addresses/84532.json +0 -10
- package/deterministicConfig/deployerAndCaller.json +0 -5
- package/deterministicConfig/zoraFactory.json +0 -8
- package/script/Deploy.s.sol +0 -23
- package/script/DeployAutoSwapper.s.sol +0 -30
- package/script/DeployDevFactory.s.sol +0 -21
- package/script/DeployPostDeploymentHooks.s.sol +0 -20
- package/script/DeployTrustedMsgSenderLookup.s.sol +0 -20
- package/script/DeployUpgradeGate.s.sol +0 -21
- package/script/GenerateDeterministicParams.s.sol +0 -43
- package/script/PrintRegisterUpgradePath.s.sol +0 -28
- package/script/PrintUpgradeCommand.s.sol +0 -13
- package/script/TestBackingCoinSwap.s.sol +0 -144
- package/script/TestV4Swap.s.sol +0 -133
- package/script/UpgradeCoinImpl.sol +0 -23
- package/script/UpgradeFactoryImpl.s.sol +0 -28
- package/script/UpgradeHooks.s.sol +0 -23
- package/src/deployment/CoinsDeployerBase.sol +0 -297
- /package/{test → src}/utils/ProxyShim.sol +0 -0
package/.abi-stability
ADDED
|
@@ -0,0 +1,923 @@
|
|
|
1
|
+
=======================
|
|
2
|
+
👁👁 ABI STABILITY snapshot 👁👁
|
|
3
|
+
=======================
|
|
4
|
+
|
|
5
|
+
===============================
|
|
6
|
+
DEPRECATED FUNCTIONS
|
|
7
|
+
===============================
|
|
8
|
+
|
|
9
|
+
(none)
|
|
10
|
+
|
|
11
|
+
===============================
|
|
12
|
+
➡ IAirlock
|
|
13
|
+
===============================
|
|
14
|
+
|
|
15
|
+
--- EVENTS ---
|
|
16
|
+
|
|
17
|
+
╭-------+-------╮
|
|
18
|
+
| Event | Topic |
|
|
19
|
+
+===============+
|
|
20
|
+
╰-------+-------╯
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
--- FUNCTIONS ---
|
|
24
|
+
|
|
25
|
+
╭---------+------------╮
|
|
26
|
+
| Method | Identifier |
|
|
27
|
+
+======================+
|
|
28
|
+
| owner() | 8da5cb5b |
|
|
29
|
+
╰---------+------------╯
|
|
30
|
+
|
|
31
|
+
|
|
32
|
+
===============================
|
|
33
|
+
➡ ICoin
|
|
34
|
+
===============================
|
|
35
|
+
|
|
36
|
+
--- EVENTS ---
|
|
37
|
+
|
|
38
|
+
╭-------------------------------------------------------------------------------------------+--------------------------------------------------------------------╮
|
|
39
|
+
| Event | Topic |
|
|
40
|
+
+================================================================================================================================================================+
|
|
41
|
+
| CoinBuy(address,address,address,uint256,address,uint256,uint256) | 0xb280b2fd9334458c7b5a2343837fec55db58deb4c932372b74fa588e170cce6d |
|
|
42
|
+
|-------------------------------------------------------------------------------------------+--------------------------------------------------------------------|
|
|
43
|
+
| CoinMarketRewards(address,address,address,address,ICoin.MarketRewards) | 0xd2e31f07440ca680ea380c07ac85551d333179b92ab1e83534bf08248304be21 |
|
|
44
|
+
|-------------------------------------------------------------------------------------------+--------------------------------------------------------------------|
|
|
45
|
+
| CoinPayoutRecipientUpdated(address,address,address) | 0xa5377dd2e56b1960177c4c53e6e87ef5c7f8e15e7fbf615d56d21c8e82184891 |
|
|
46
|
+
|-------------------------------------------------------------------------------------------+--------------------------------------------------------------------|
|
|
47
|
+
| CoinSell(address,address,address,uint256,address,uint256,uint256) | 0xc4d7974e02746de6a9586b1470c5ac0655fabcde3f35bf9b9dab7fc73786511e |
|
|
48
|
+
|-------------------------------------------------------------------------------------------+--------------------------------------------------------------------|
|
|
49
|
+
| CoinTradeRewards(address,address,address,address,uint256,uint256,uint256,uint256,address) | 0x6b67f906562afcdc3afeeeb6754e906cc24d9ce090e9db1b7b68e6462682d966 |
|
|
50
|
+
|-------------------------------------------------------------------------------------------+--------------------------------------------------------------------|
|
|
51
|
+
| CoinTransfer(address,address,uint256,uint256,uint256) | 0xa20126263d779da517a295859c8332765f45a215da1c42acac1b9e458a69a144 |
|
|
52
|
+
|-------------------------------------------------------------------------------------------+--------------------------------------------------------------------|
|
|
53
|
+
| ContractMetadataUpdated(address,string,string) | 0x74b7c2afa3f89c562b59674a101e2c48bceeb27cdb620afefa14446f1ffa487b |
|
|
54
|
+
|-------------------------------------------------------------------------------------------+--------------------------------------------------------------------|
|
|
55
|
+
| ContractURIUpdated() | 0xa5d4097edda6d87cb9329af83fb3712ef77eeb13738ffe43cc35a4ce305ad962 |
|
|
56
|
+
|-------------------------------------------------------------------------------------------+--------------------------------------------------------------------|
|
|
57
|
+
| LiquidityMigrated(PoolKey,bytes32,PoolKey,bytes32) | 0x907fbdc07b1c9a591dc1287635b072fa848f4da7c86645dfc9b8bfb3b94f82ab |
|
|
58
|
+
|-------------------------------------------------------------------------------------------+--------------------------------------------------------------------|
|
|
59
|
+
| NameAndSymbolUpdated(address,string,string) | 0x336055ccb9a037f06b5fb6c1f62596553eeb62303f58c90b0929dd1deab23460 |
|
|
60
|
+
╰-------------------------------------------------------------------------------------------+--------------------------------------------------------------------╯
|
|
61
|
+
|
|
62
|
+
|
|
63
|
+
--- FUNCTIONS ---
|
|
64
|
+
|
|
65
|
+
╭----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+------------╮
|
|
66
|
+
| Method | Identifier |
|
|
67
|
+
+===============================================================================================================================================================================================+
|
|
68
|
+
| airlock() | f78a8a3e |
|
|
69
|
+
|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+------------|
|
|
70
|
+
| burn(uint256) | 42966c68 |
|
|
71
|
+
|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+------------|
|
|
72
|
+
| coinType() | 1fe93ea8 |
|
|
73
|
+
|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+------------|
|
|
74
|
+
| contractURI() | e8a3d485 |
|
|
75
|
+
|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+------------|
|
|
76
|
+
| currency() | e5a6b10f |
|
|
77
|
+
|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+------------|
|
|
78
|
+
| dopplerFeeRecipient() | 346a21dc |
|
|
79
|
+
|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+------------|
|
|
80
|
+
| getPayoutSwapPath(address) | f3ffe14b |
|
|
81
|
+
|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+------------|
|
|
82
|
+
| getPoolConfiguration() | b80945e9 |
|
|
83
|
+
|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+------------|
|
|
84
|
+
| getPoolKey() | 683e76e0 |
|
|
85
|
+
|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+------------|
|
|
86
|
+
| hooks() | cd7033c4 |
|
|
87
|
+
|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+------------|
|
|
88
|
+
| initialize(address,address[],string,string,string,address,address,(address,address,uint24,int24,address),uint160,(uint8,uint16,uint24,int24,uint16[],int24[],int24[],uint256[])) | dd0371d5 |
|
|
89
|
+
|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+------------|
|
|
90
|
+
| payoutRecipient() | 3fb80b15 |
|
|
91
|
+
|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+------------|
|
|
92
|
+
| platformReferrer() | 51845bf6 |
|
|
93
|
+
|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+------------|
|
|
94
|
+
| protocolRewardRecipient() | f53eab8e |
|
|
95
|
+
|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+------------|
|
|
96
|
+
| setNameAndSymbol(string,string) | 5a446215 |
|
|
97
|
+
|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+------------|
|
|
98
|
+
| supportsInterface(bytes4) | 01ffc9a7 |
|
|
99
|
+
|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+------------|
|
|
100
|
+
| tokenURI() | 3c130d90 |
|
|
101
|
+
|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+------------|
|
|
102
|
+
| totalSupplyForPositions() | 3e280d53 |
|
|
103
|
+
╰----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+------------╯
|
|
104
|
+
|
|
105
|
+
|
|
106
|
+
===============================
|
|
107
|
+
➡ ICoinComments
|
|
108
|
+
===============================
|
|
109
|
+
|
|
110
|
+
--- EVENTS ---
|
|
111
|
+
|
|
112
|
+
╭-------+-------╮
|
|
113
|
+
| Event | Topic |
|
|
114
|
+
+===============+
|
|
115
|
+
╰-------+-------╯
|
|
116
|
+
|
|
117
|
+
|
|
118
|
+
--- FUNCTIONS ---
|
|
119
|
+
|
|
120
|
+
╭--------------------+------------╮
|
|
121
|
+
| Method | Identifier |
|
|
122
|
+
+=================================+
|
|
123
|
+
| balanceOf(address) | 70a08231 |
|
|
124
|
+
|--------------------+------------|
|
|
125
|
+
| isOwner(address) | 2f54bf6e |
|
|
126
|
+
|--------------------+------------|
|
|
127
|
+
| payoutRecipient() | 3fb80b15 |
|
|
128
|
+
╰--------------------+------------╯
|
|
129
|
+
|
|
130
|
+
|
|
131
|
+
===============================
|
|
132
|
+
➡ ICoinDeployHook
|
|
133
|
+
===============================
|
|
134
|
+
|
|
135
|
+
--- EVENTS ---
|
|
136
|
+
|
|
137
|
+
╭-------+-------╮
|
|
138
|
+
| Event | Topic |
|
|
139
|
+
+===============+
|
|
140
|
+
╰-------+-------╯
|
|
141
|
+
|
|
142
|
+
|
|
143
|
+
--- FUNCTIONS ---
|
|
144
|
+
|
|
145
|
+
╭----------------------------------------+------------╮
|
|
146
|
+
| Method | Identifier |
|
|
147
|
+
+=====================================================+
|
|
148
|
+
| afterCoinDeploy(address,address,bytes) | cdefd124 |
|
|
149
|
+
╰----------------------------------------+------------╯
|
|
150
|
+
|
|
151
|
+
|
|
152
|
+
===============================
|
|
153
|
+
➡ ICoinV3
|
|
154
|
+
===============================
|
|
155
|
+
|
|
156
|
+
--- EVENTS ---
|
|
157
|
+
|
|
158
|
+
╭-------------------------------------------------------------------------------------------+--------------------------------------------------------------------╮
|
|
159
|
+
| Event | Topic |
|
|
160
|
+
+================================================================================================================================================================+
|
|
161
|
+
| CoinBuy(address,address,address,uint256,address,uint256,uint256) | 0xb280b2fd9334458c7b5a2343837fec55db58deb4c932372b74fa588e170cce6d |
|
|
162
|
+
|-------------------------------------------------------------------------------------------+--------------------------------------------------------------------|
|
|
163
|
+
| CoinMarketRewards(address,address,address,address,ICoin.MarketRewards) | 0xd2e31f07440ca680ea380c07ac85551d333179b92ab1e83534bf08248304be21 |
|
|
164
|
+
|-------------------------------------------------------------------------------------------+--------------------------------------------------------------------|
|
|
165
|
+
| CoinPayoutRecipientUpdated(address,address,address) | 0xa5377dd2e56b1960177c4c53e6e87ef5c7f8e15e7fbf615d56d21c8e82184891 |
|
|
166
|
+
|-------------------------------------------------------------------------------------------+--------------------------------------------------------------------|
|
|
167
|
+
| CoinSell(address,address,address,uint256,address,uint256,uint256) | 0xc4d7974e02746de6a9586b1470c5ac0655fabcde3f35bf9b9dab7fc73786511e |
|
|
168
|
+
|-------------------------------------------------------------------------------------------+--------------------------------------------------------------------|
|
|
169
|
+
| CoinTradeRewards(address,address,address,address,uint256,uint256,uint256,uint256,address) | 0x6b67f906562afcdc3afeeeb6754e906cc24d9ce090e9db1b7b68e6462682d966 |
|
|
170
|
+
|-------------------------------------------------------------------------------------------+--------------------------------------------------------------------|
|
|
171
|
+
| CoinTransfer(address,address,uint256,uint256,uint256) | 0xa20126263d779da517a295859c8332765f45a215da1c42acac1b9e458a69a144 |
|
|
172
|
+
|-------------------------------------------------------------------------------------------+--------------------------------------------------------------------|
|
|
173
|
+
| ContractMetadataUpdated(address,string,string) | 0x74b7c2afa3f89c562b59674a101e2c48bceeb27cdb620afefa14446f1ffa487b |
|
|
174
|
+
|-------------------------------------------------------------------------------------------+--------------------------------------------------------------------|
|
|
175
|
+
| ContractURIUpdated() | 0xa5d4097edda6d87cb9329af83fb3712ef77eeb13738ffe43cc35a4ce305ad962 |
|
|
176
|
+
|-------------------------------------------------------------------------------------------+--------------------------------------------------------------------|
|
|
177
|
+
| LiquidityMigrated(PoolKey,bytes32,PoolKey,bytes32) | 0x907fbdc07b1c9a591dc1287635b072fa848f4da7c86645dfc9b8bfb3b94f82ab |
|
|
178
|
+
|-------------------------------------------------------------------------------------------+--------------------------------------------------------------------|
|
|
179
|
+
| NameAndSymbolUpdated(address,string,string) | 0x336055ccb9a037f06b5fb6c1f62596553eeb62303f58c90b0929dd1deab23460 |
|
|
180
|
+
╰-------------------------------------------------------------------------------------------+--------------------------------------------------------------------╯
|
|
181
|
+
|
|
182
|
+
|
|
183
|
+
--- FUNCTIONS ---
|
|
184
|
+
|
|
185
|
+
╭----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+------------╮
|
|
186
|
+
| Method | Identifier |
|
|
187
|
+
+===============================================================================================================================================================================================+
|
|
188
|
+
| WETH() | ad5c4648 |
|
|
189
|
+
|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+------------|
|
|
190
|
+
| airlock() | f78a8a3e |
|
|
191
|
+
|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+------------|
|
|
192
|
+
| burn(uint256) | 42966c68 |
|
|
193
|
+
|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+------------|
|
|
194
|
+
| buy(address,uint256,uint256,uint160,address) | c957180f |
|
|
195
|
+
|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+------------|
|
|
196
|
+
| claimSecondaryRewards(bool) | 4be9f076 |
|
|
197
|
+
|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+------------|
|
|
198
|
+
| coinType() | 1fe93ea8 |
|
|
199
|
+
|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+------------|
|
|
200
|
+
| contractURI() | e8a3d485 |
|
|
201
|
+
|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+------------|
|
|
202
|
+
| currency() | e5a6b10f |
|
|
203
|
+
|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+------------|
|
|
204
|
+
| dopplerFeeRecipient() | 346a21dc |
|
|
205
|
+
|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+------------|
|
|
206
|
+
| getPayoutSwapPath(address) | f3ffe14b |
|
|
207
|
+
|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+------------|
|
|
208
|
+
| getPoolConfiguration() | b80945e9 |
|
|
209
|
+
|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+------------|
|
|
210
|
+
| getPoolKey() | 683e76e0 |
|
|
211
|
+
|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+------------|
|
|
212
|
+
| hooks() | cd7033c4 |
|
|
213
|
+
|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+------------|
|
|
214
|
+
| initialize(address,address[],string,string,string,address,address,(address,address,uint24,int24,address),uint160,(uint8,uint16,uint24,int24,uint16[],int24[],int24[],uint256[])) | dd0371d5 |
|
|
215
|
+
|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+------------|
|
|
216
|
+
| initialize(address,address[],string,string,string,address,address,address,(uint8,uint16,uint24,int24,uint16[],int24[],int24[],uint256[]),(int24,int24,uint128)[]) | 812a3535 |
|
|
217
|
+
|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+------------|
|
|
218
|
+
| payoutRecipient() | 3fb80b15 |
|
|
219
|
+
|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+------------|
|
|
220
|
+
| platformReferrer() | 51845bf6 |
|
|
221
|
+
|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+------------|
|
|
222
|
+
| poolAddress() | 1755ff21 |
|
|
223
|
+
|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+------------|
|
|
224
|
+
| protocolRewardRecipient() | f53eab8e |
|
|
225
|
+
|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+------------|
|
|
226
|
+
| sell(address,uint256,uint256,uint160,address) | b49d370d |
|
|
227
|
+
|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+------------|
|
|
228
|
+
| setNameAndSymbol(string,string) | 5a446215 |
|
|
229
|
+
|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+------------|
|
|
230
|
+
| supportsInterface(bytes4) | 01ffc9a7 |
|
|
231
|
+
|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+------------|
|
|
232
|
+
| tokenURI() | 3c130d90 |
|
|
233
|
+
|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+------------|
|
|
234
|
+
| totalSupplyForPositions() | 3e280d53 |
|
|
235
|
+
|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+------------|
|
|
236
|
+
| v3Factory() | 7c887c59 |
|
|
237
|
+
╰----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+------------╯
|
|
238
|
+
|
|
239
|
+
|
|
240
|
+
===============================
|
|
241
|
+
➡ ICreatorCoin
|
|
242
|
+
===============================
|
|
243
|
+
|
|
244
|
+
--- EVENTS ---
|
|
245
|
+
|
|
246
|
+
╭-------------------------------------------------------------------------------------------+--------------------------------------------------------------------╮
|
|
247
|
+
| Event | Topic |
|
|
248
|
+
+================================================================================================================================================================+
|
|
249
|
+
| CoinBuy(address,address,address,uint256,address,uint256,uint256) | 0xb280b2fd9334458c7b5a2343837fec55db58deb4c932372b74fa588e170cce6d |
|
|
250
|
+
|-------------------------------------------------------------------------------------------+--------------------------------------------------------------------|
|
|
251
|
+
| CoinMarketRewards(address,address,address,address,ICoin.MarketRewards) | 0xd2e31f07440ca680ea380c07ac85551d333179b92ab1e83534bf08248304be21 |
|
|
252
|
+
|-------------------------------------------------------------------------------------------+--------------------------------------------------------------------|
|
|
253
|
+
| CoinPayoutRecipientUpdated(address,address,address) | 0xa5377dd2e56b1960177c4c53e6e87ef5c7f8e15e7fbf615d56d21c8e82184891 |
|
|
254
|
+
|-------------------------------------------------------------------------------------------+--------------------------------------------------------------------|
|
|
255
|
+
| CoinSell(address,address,address,uint256,address,uint256,uint256) | 0xc4d7974e02746de6a9586b1470c5ac0655fabcde3f35bf9b9dab7fc73786511e |
|
|
256
|
+
|-------------------------------------------------------------------------------------------+--------------------------------------------------------------------|
|
|
257
|
+
| CoinTradeRewards(address,address,address,address,uint256,uint256,uint256,uint256,address) | 0x6b67f906562afcdc3afeeeb6754e906cc24d9ce090e9db1b7b68e6462682d966 |
|
|
258
|
+
|-------------------------------------------------------------------------------------------+--------------------------------------------------------------------|
|
|
259
|
+
| CoinTransfer(address,address,uint256,uint256,uint256) | 0xa20126263d779da517a295859c8332765f45a215da1c42acac1b9e458a69a144 |
|
|
260
|
+
|-------------------------------------------------------------------------------------------+--------------------------------------------------------------------|
|
|
261
|
+
| ContractMetadataUpdated(address,string,string) | 0x74b7c2afa3f89c562b59674a101e2c48bceeb27cdb620afefa14446f1ffa487b |
|
|
262
|
+
|-------------------------------------------------------------------------------------------+--------------------------------------------------------------------|
|
|
263
|
+
| ContractURIUpdated() | 0xa5d4097edda6d87cb9329af83fb3712ef77eeb13738ffe43cc35a4ce305ad962 |
|
|
264
|
+
|-------------------------------------------------------------------------------------------+--------------------------------------------------------------------|
|
|
265
|
+
| CreatorVestingClaimed(address,uint256,uint256,uint256,uint256) | 0x547365a9b087790f946864e58c45cdbc0a4f8f2f884b7f79e9475154cc6b740a |
|
|
266
|
+
|-------------------------------------------------------------------------------------------+--------------------------------------------------------------------|
|
|
267
|
+
| LiquidityMigrated(PoolKey,bytes32,PoolKey,bytes32) | 0x907fbdc07b1c9a591dc1287635b072fa848f4da7c86645dfc9b8bfb3b94f82ab |
|
|
268
|
+
|-------------------------------------------------------------------------------------------+--------------------------------------------------------------------|
|
|
269
|
+
| NameAndSymbolUpdated(address,string,string) | 0x336055ccb9a037f06b5fb6c1f62596553eeb62303f58c90b0929dd1deab23460 |
|
|
270
|
+
╰-------------------------------------------------------------------------------------------+--------------------------------------------------------------------╯
|
|
271
|
+
|
|
272
|
+
|
|
273
|
+
--- FUNCTIONS ---
|
|
274
|
+
|
|
275
|
+
╭----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+------------╮
|
|
276
|
+
| Method | Identifier |
|
|
277
|
+
+===============================================================================================================================================================================================+
|
|
278
|
+
| airlock() | f78a8a3e |
|
|
279
|
+
|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+------------|
|
|
280
|
+
| burn(uint256) | 42966c68 |
|
|
281
|
+
|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+------------|
|
|
282
|
+
| claimVesting() | fedda89c |
|
|
283
|
+
|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+------------|
|
|
284
|
+
| coinType() | 1fe93ea8 |
|
|
285
|
+
|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+------------|
|
|
286
|
+
| contractURI() | e8a3d485 |
|
|
287
|
+
|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+------------|
|
|
288
|
+
| currency() | e5a6b10f |
|
|
289
|
+
|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+------------|
|
|
290
|
+
| dopplerFeeRecipient() | 346a21dc |
|
|
291
|
+
|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+------------|
|
|
292
|
+
| getClaimableAmount() | c354bd6e |
|
|
293
|
+
|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+------------|
|
|
294
|
+
| getPayoutSwapPath(address) | f3ffe14b |
|
|
295
|
+
|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+------------|
|
|
296
|
+
| getPoolConfiguration() | b80945e9 |
|
|
297
|
+
|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+------------|
|
|
298
|
+
| getPoolKey() | 683e76e0 |
|
|
299
|
+
|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+------------|
|
|
300
|
+
| hooks() | cd7033c4 |
|
|
301
|
+
|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+------------|
|
|
302
|
+
| initialize(address,address[],string,string,string,address,address,(address,address,uint24,int24,address),uint160,(uint8,uint16,uint24,int24,uint16[],int24[],int24[],uint256[])) | dd0371d5 |
|
|
303
|
+
|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+------------|
|
|
304
|
+
| payoutRecipient() | 3fb80b15 |
|
|
305
|
+
|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+------------|
|
|
306
|
+
| platformReferrer() | 51845bf6 |
|
|
307
|
+
|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+------------|
|
|
308
|
+
| protocolRewardRecipient() | f53eab8e |
|
|
309
|
+
|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+------------|
|
|
310
|
+
| setNameAndSymbol(string,string) | 5a446215 |
|
|
311
|
+
|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+------------|
|
|
312
|
+
| supportsInterface(bytes4) | 01ffc9a7 |
|
|
313
|
+
|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+------------|
|
|
314
|
+
| tokenURI() | 3c130d90 |
|
|
315
|
+
|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+------------|
|
|
316
|
+
| totalSupplyForPositions() | 3e280d53 |
|
|
317
|
+
╰----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+------------╯
|
|
318
|
+
|
|
319
|
+
|
|
320
|
+
===============================
|
|
321
|
+
➡ ICreatorCoinHook
|
|
322
|
+
===============================
|
|
323
|
+
|
|
324
|
+
--- EVENTS ---
|
|
325
|
+
|
|
326
|
+
╭---------------------------------------------------------------------+--------------------------------------------------------------------╮
|
|
327
|
+
| Event | Topic |
|
|
328
|
+
+==========================================================================================================================================+
|
|
329
|
+
| CreatorCoinRewards(address,address,address,address,uint256,uint256) | 0xea92473287be4e55f8279d0b8395a45960a217ae2f1a76ac9cae84af58a751ed |
|
|
330
|
+
╰---------------------------------------------------------------------+--------------------------------------------------------------------╯
|
|
331
|
+
|
|
332
|
+
|
|
333
|
+
--- FUNCTIONS ---
|
|
334
|
+
|
|
335
|
+
╭--------+------------╮
|
|
336
|
+
| Method | Identifier |
|
|
337
|
+
+=====================+
|
|
338
|
+
╰--------+------------╯
|
|
339
|
+
|
|
340
|
+
|
|
341
|
+
===============================
|
|
342
|
+
➡ IDeployedCoinVersionLookup
|
|
343
|
+
===============================
|
|
344
|
+
|
|
345
|
+
--- EVENTS ---
|
|
346
|
+
|
|
347
|
+
╭-------+-------╮
|
|
348
|
+
| Event | Topic |
|
|
349
|
+
+===============+
|
|
350
|
+
╰-------+-------╯
|
|
351
|
+
|
|
352
|
+
|
|
353
|
+
--- FUNCTIONS ---
|
|
354
|
+
|
|
355
|
+
╭------------------------------------+------------╮
|
|
356
|
+
| Method | Identifier |
|
|
357
|
+
+=================================================+
|
|
358
|
+
| getVersionForDeployedCoin(address) | 885efbd2 |
|
|
359
|
+
╰------------------------------------+------------╯
|
|
360
|
+
|
|
361
|
+
|
|
362
|
+
===============================
|
|
363
|
+
➡ IDopplerErrors
|
|
364
|
+
===============================
|
|
365
|
+
|
|
366
|
+
--- EVENTS ---
|
|
367
|
+
|
|
368
|
+
╭-------+-------╮
|
|
369
|
+
| Event | Topic |
|
|
370
|
+
+===============+
|
|
371
|
+
╰-------+-------╯
|
|
372
|
+
|
|
373
|
+
|
|
374
|
+
--- FUNCTIONS ---
|
|
375
|
+
|
|
376
|
+
╭--------+------------╮
|
|
377
|
+
| Method | Identifier |
|
|
378
|
+
+=====================+
|
|
379
|
+
╰--------+------------╯
|
|
380
|
+
|
|
381
|
+
|
|
382
|
+
===============================
|
|
383
|
+
➡ IERC7572
|
|
384
|
+
===============================
|
|
385
|
+
|
|
386
|
+
--- EVENTS ---
|
|
387
|
+
|
|
388
|
+
╭----------------------+--------------------------------------------------------------------╮
|
|
389
|
+
| Event | Topic |
|
|
390
|
+
+===========================================================================================+
|
|
391
|
+
| ContractURIUpdated() | 0xa5d4097edda6d87cb9329af83fb3712ef77eeb13738ffe43cc35a4ce305ad962 |
|
|
392
|
+
╰----------------------+--------------------------------------------------------------------╯
|
|
393
|
+
|
|
394
|
+
|
|
395
|
+
--- FUNCTIONS ---
|
|
396
|
+
|
|
397
|
+
╭---------------+------------╮
|
|
398
|
+
| Method | Identifier |
|
|
399
|
+
+============================+
|
|
400
|
+
| contractURI() | e8a3d485 |
|
|
401
|
+
╰---------------+------------╯
|
|
402
|
+
|
|
403
|
+
|
|
404
|
+
===============================
|
|
405
|
+
➡ IHasCreationInfo
|
|
406
|
+
===============================
|
|
407
|
+
|
|
408
|
+
--- EVENTS ---
|
|
409
|
+
|
|
410
|
+
╭-------+-------╮
|
|
411
|
+
| Event | Topic |
|
|
412
|
+
+===============+
|
|
413
|
+
╰-------+-------╯
|
|
414
|
+
|
|
415
|
+
|
|
416
|
+
--- FUNCTIONS ---
|
|
417
|
+
|
|
418
|
+
╭----------------+------------╮
|
|
419
|
+
| Method | Identifier |
|
|
420
|
+
+=============================+
|
|
421
|
+
| creationInfo() | 187446c8 |
|
|
422
|
+
╰----------------+------------╯
|
|
423
|
+
|
|
424
|
+
|
|
425
|
+
===============================
|
|
426
|
+
➡ IHasRewardsRecipients
|
|
427
|
+
===============================
|
|
428
|
+
|
|
429
|
+
--- EVENTS ---
|
|
430
|
+
|
|
431
|
+
╭-------+-------╮
|
|
432
|
+
| Event | Topic |
|
|
433
|
+
+===============+
|
|
434
|
+
╰-------+-------╯
|
|
435
|
+
|
|
436
|
+
|
|
437
|
+
--- FUNCTIONS ---
|
|
438
|
+
|
|
439
|
+
╭---------------------------+------------╮
|
|
440
|
+
| Method | Identifier |
|
|
441
|
+
+========================================+
|
|
442
|
+
| dopplerFeeRecipient() | 346a21dc |
|
|
443
|
+
|---------------------------+------------|
|
|
444
|
+
| payoutRecipient() | 3fb80b15 |
|
|
445
|
+
|---------------------------+------------|
|
|
446
|
+
| platformReferrer() | 51845bf6 |
|
|
447
|
+
|---------------------------+------------|
|
|
448
|
+
| protocolRewardRecipient() | f53eab8e |
|
|
449
|
+
╰---------------------------+------------╯
|
|
450
|
+
|
|
451
|
+
|
|
452
|
+
===============================
|
|
453
|
+
➡ IHooksUpgradeGate
|
|
454
|
+
===============================
|
|
455
|
+
|
|
456
|
+
--- EVENTS ---
|
|
457
|
+
|
|
458
|
+
╭------------------------------------+--------------------------------------------------------------------╮
|
|
459
|
+
| Event | Topic |
|
|
460
|
+
+=========================================================================================================+
|
|
461
|
+
| UpgradeRegistered(address,address) | 0xab6a7dc54721d6a1a284ca865830f8981d6f12fbddb3618d1774b71c00368059 |
|
|
462
|
+
|------------------------------------+--------------------------------------------------------------------|
|
|
463
|
+
| UpgradeRemoved(address,address) | 0x0ebd98f6f75e38ba2f0751378f5c86205cafca83e206cb62795f45fcea728333 |
|
|
464
|
+
╰------------------------------------+--------------------------------------------------------------------╯
|
|
465
|
+
|
|
466
|
+
|
|
467
|
+
--- FUNCTIONS ---
|
|
468
|
+
|
|
469
|
+
╭------------------------------------------+------------╮
|
|
470
|
+
| Method | Identifier |
|
|
471
|
+
+=======================================================+
|
|
472
|
+
| isRegisteredUpgradePath(address,address) | 21f74347 |
|
|
473
|
+
|------------------------------------------+------------|
|
|
474
|
+
| registerUpgradePath(address[],address) | 92b60a4c |
|
|
475
|
+
|------------------------------------------+------------|
|
|
476
|
+
| removeUpgradePath(address,address) | f0fad991 |
|
|
477
|
+
╰------------------------------------------+------------╯
|
|
478
|
+
|
|
479
|
+
|
|
480
|
+
===============================
|
|
481
|
+
➡ IMsgSender
|
|
482
|
+
===============================
|
|
483
|
+
|
|
484
|
+
--- EVENTS ---
|
|
485
|
+
(no events)
|
|
486
|
+
|
|
487
|
+
--- FUNCTIONS ---
|
|
488
|
+
(no methods)
|
|
489
|
+
|
|
490
|
+
===============================
|
|
491
|
+
➡ INonfungiblePositionManager
|
|
492
|
+
===============================
|
|
493
|
+
|
|
494
|
+
--- EVENTS ---
|
|
495
|
+
|
|
496
|
+
╭------------------------------------------+--------------------------------------------------------------------╮
|
|
497
|
+
| Event | Topic |
|
|
498
|
+
+===============================================================================================================+
|
|
499
|
+
| Collect(uint256,address,uint256,uint256) | 0x40d0efd1a53d60ecbf40971b9daf7dc90178c3aadc7aab1765632738fa8b8f01 |
|
|
500
|
+
╰------------------------------------------+--------------------------------------------------------------------╯
|
|
501
|
+
|
|
502
|
+
|
|
503
|
+
--- FUNCTIONS ---
|
|
504
|
+
|
|
505
|
+
╭--------------------------------------------------------------------------------------------+------------╮
|
|
506
|
+
| Method | Identifier |
|
|
507
|
+
+=========================================================================================================+
|
|
508
|
+
| approve(address,uint256) | 095ea7b3 |
|
|
509
|
+
|--------------------------------------------------------------------------------------------+------------|
|
|
510
|
+
| collect((uint256,address,uint128,uint128)) | fc6f7865 |
|
|
511
|
+
|--------------------------------------------------------------------------------------------+------------|
|
|
512
|
+
| createAndInitializePoolIfNecessary(address,address,uint24,uint160) | 13ead562 |
|
|
513
|
+
|--------------------------------------------------------------------------------------------+------------|
|
|
514
|
+
| factory() | c45a0155 |
|
|
515
|
+
|--------------------------------------------------------------------------------------------+------------|
|
|
516
|
+
| mint((address,address,uint24,int24,int24,uint256,uint256,uint256,uint256,address,uint256)) | 88316456 |
|
|
517
|
+
|--------------------------------------------------------------------------------------------+------------|
|
|
518
|
+
| ownerOf(uint256) | 6352211e |
|
|
519
|
+
|--------------------------------------------------------------------------------------------+------------|
|
|
520
|
+
| positions(uint256) | 99fbab88 |
|
|
521
|
+
|--------------------------------------------------------------------------------------------+------------|
|
|
522
|
+
| safeTransferFrom(address,address,uint256,bytes) | b88d4fde |
|
|
523
|
+
|--------------------------------------------------------------------------------------------+------------|
|
|
524
|
+
| transferFrom(address,address,uint256) | 23b872dd |
|
|
525
|
+
╰--------------------------------------------------------------------------------------------+------------╯
|
|
526
|
+
|
|
527
|
+
|
|
528
|
+
===============================
|
|
529
|
+
➡ IPoolConfigEncoding
|
|
530
|
+
===============================
|
|
531
|
+
|
|
532
|
+
--- EVENTS ---
|
|
533
|
+
|
|
534
|
+
╭-------+-------╮
|
|
535
|
+
| Event | Topic |
|
|
536
|
+
+===============+
|
|
537
|
+
╰-------+-------╯
|
|
538
|
+
|
|
539
|
+
|
|
540
|
+
--- FUNCTIONS ---
|
|
541
|
+
|
|
542
|
+
╭------------------------------------------------------------------------------+------------╮
|
|
543
|
+
| Method | Identifier |
|
|
544
|
+
+===========================================================================================+
|
|
545
|
+
| encodeMultiCurvePoolConfig(uint8,address,int24[],int24[],uint16[],uint256[]) | cbc1d0e6 |
|
|
546
|
+
╰------------------------------------------------------------------------------+------------╯
|
|
547
|
+
|
|
548
|
+
|
|
549
|
+
===============================
|
|
550
|
+
➡ IProtocolRewards
|
|
551
|
+
===============================
|
|
552
|
+
|
|
553
|
+
--- EVENTS ---
|
|
554
|
+
(no events)
|
|
555
|
+
|
|
556
|
+
--- FUNCTIONS ---
|
|
557
|
+
(no methods)
|
|
558
|
+
|
|
559
|
+
===============================
|
|
560
|
+
➡ ISupportsLimitOrderFill
|
|
561
|
+
===============================
|
|
562
|
+
|
|
563
|
+
--- EVENTS ---
|
|
564
|
+
|
|
565
|
+
╭-------+-------╮
|
|
566
|
+
| Event | Topic |
|
|
567
|
+
+===============+
|
|
568
|
+
╰-------+-------╯
|
|
569
|
+
|
|
570
|
+
|
|
571
|
+
--- FUNCTIONS ---
|
|
572
|
+
|
|
573
|
+
╭--------------------------+------------╮
|
|
574
|
+
| Method | Identifier |
|
|
575
|
+
+=======================================+
|
|
576
|
+
| supportsLimitOrderFill() | a0fa294b |
|
|
577
|
+
╰--------------------------+------------╯
|
|
578
|
+
|
|
579
|
+
|
|
580
|
+
===============================
|
|
581
|
+
➡ ISwapPathRouter
|
|
582
|
+
===============================
|
|
583
|
+
|
|
584
|
+
--- EVENTS ---
|
|
585
|
+
|
|
586
|
+
╭-------+-------╮
|
|
587
|
+
| Event | Topic |
|
|
588
|
+
+===============+
|
|
589
|
+
╰-------+-------╯
|
|
590
|
+
|
|
591
|
+
|
|
592
|
+
--- FUNCTIONS ---
|
|
593
|
+
|
|
594
|
+
╭-------------------------------------------------------------+------------╮
|
|
595
|
+
| Method | Identifier |
|
|
596
|
+
+==========================================================================+
|
|
597
|
+
| getSwapPath((address,address,uint24,int24,address),address) | 6b3851aa |
|
|
598
|
+
╰-------------------------------------------------------------+------------╯
|
|
599
|
+
|
|
600
|
+
|
|
601
|
+
===============================
|
|
602
|
+
➡ ISwapRouter
|
|
603
|
+
===============================
|
|
604
|
+
|
|
605
|
+
--- EVENTS ---
|
|
606
|
+
|
|
607
|
+
╭-------+-------╮
|
|
608
|
+
| Event | Topic |
|
|
609
|
+
+===============+
|
|
610
|
+
╰-------+-------╯
|
|
611
|
+
|
|
612
|
+
|
|
613
|
+
--- FUNCTIONS ---
|
|
614
|
+
|
|
615
|
+
╭-----------------------------------------------------------------------------+------------╮
|
|
616
|
+
| Method | Identifier |
|
|
617
|
+
+==========================================================================================+
|
|
618
|
+
| exactInput((bytes,address,uint256,uint256)) | b858183f |
|
|
619
|
+
|-----------------------------------------------------------------------------+------------|
|
|
620
|
+
| exactInputSingle((address,address,uint24,address,uint256,uint256,uint160)) | 04e45aaf |
|
|
621
|
+
|-----------------------------------------------------------------------------+------------|
|
|
622
|
+
| exactOutput((bytes,address,uint256,uint256)) | 09b81346 |
|
|
623
|
+
|-----------------------------------------------------------------------------+------------|
|
|
624
|
+
| exactOutputSingle((address,address,uint24,address,uint256,uint256,uint160)) | 5023b4df |
|
|
625
|
+
|-----------------------------------------------------------------------------+------------|
|
|
626
|
+
| uniswapV3SwapCallback(int256,int256,bytes) | fa461e33 |
|
|
627
|
+
╰-----------------------------------------------------------------------------+------------╯
|
|
628
|
+
|
|
629
|
+
|
|
630
|
+
===============================
|
|
631
|
+
➡ ITrustedMsgSenderProviderLookup
|
|
632
|
+
===============================
|
|
633
|
+
|
|
634
|
+
--- EVENTS ---
|
|
635
|
+
|
|
636
|
+
╭-------+-------╮
|
|
637
|
+
| Event | Topic |
|
|
638
|
+
+===============+
|
|
639
|
+
╰-------+-------╯
|
|
640
|
+
|
|
641
|
+
|
|
642
|
+
--- FUNCTIONS ---
|
|
643
|
+
|
|
644
|
+
╭-------------------------------------+------------╮
|
|
645
|
+
| Method | Identifier |
|
|
646
|
+
+==================================================+
|
|
647
|
+
| isTrustedMsgSenderProvider(address) | 9effe022 |
|
|
648
|
+
╰-------------------------------------+------------╯
|
|
649
|
+
|
|
650
|
+
|
|
651
|
+
===============================
|
|
652
|
+
➡ IUniswapV3Factory
|
|
653
|
+
===============================
|
|
654
|
+
|
|
655
|
+
--- EVENTS ---
|
|
656
|
+
|
|
657
|
+
╭---------------------------------------------------+--------------------------------------------------------------------╮
|
|
658
|
+
| Event | Topic |
|
|
659
|
+
+========================================================================================================================+
|
|
660
|
+
| FeeAmountEnabled(uint24,int24) | 0xc66a3fdf07232cdd185febcc6579d408c241b47ae2f9907d84be655141eeaecc |
|
|
661
|
+
|---------------------------------------------------+--------------------------------------------------------------------|
|
|
662
|
+
| OwnerChanged(address,address) | 0xb532073b38c83145e3e5135377a08bf9aab55bc0fd7c1179cd4fb995d2a5159c |
|
|
663
|
+
|---------------------------------------------------+--------------------------------------------------------------------|
|
|
664
|
+
| PoolCreated(address,address,uint24,int24,address) | 0x783cca1c0412dd0d695e784568c96da2e9c22ff989357a2e8b1d9b2b4e6b7118 |
|
|
665
|
+
╰---------------------------------------------------+--------------------------------------------------------------------╯
|
|
666
|
+
|
|
667
|
+
|
|
668
|
+
--- FUNCTIONS ---
|
|
669
|
+
|
|
670
|
+
╭------------------------------------+------------╮
|
|
671
|
+
| Method | Identifier |
|
|
672
|
+
+=================================================+
|
|
673
|
+
| createPool(address,address,uint24) | a1671295 |
|
|
674
|
+
|------------------------------------+------------|
|
|
675
|
+
| enableFeeAmount(uint24,int24) | 8a7c195f |
|
|
676
|
+
|------------------------------------+------------|
|
|
677
|
+
| feeAmountTickSpacing(uint24) | 22afcccb |
|
|
678
|
+
|------------------------------------+------------|
|
|
679
|
+
| getPool(address,address,uint24) | 1698ee82 |
|
|
680
|
+
|------------------------------------+------------|
|
|
681
|
+
| owner() | 8da5cb5b |
|
|
682
|
+
|------------------------------------+------------|
|
|
683
|
+
| setOwner(address) | 13af4035 |
|
|
684
|
+
╰------------------------------------+------------╯
|
|
685
|
+
|
|
686
|
+
|
|
687
|
+
===============================
|
|
688
|
+
➡ IUniswapV3Pool
|
|
689
|
+
===============================
|
|
690
|
+
|
|
691
|
+
--- EVENTS ---
|
|
692
|
+
|
|
693
|
+
╭-------+-------╮
|
|
694
|
+
| Event | Topic |
|
|
695
|
+
+===============+
|
|
696
|
+
╰-------+-------╯
|
|
697
|
+
|
|
698
|
+
|
|
699
|
+
--- FUNCTIONS ---
|
|
700
|
+
|
|
701
|
+
╭----------------------------------------------+------------╮
|
|
702
|
+
| Method | Identifier |
|
|
703
|
+
+===========================================================+
|
|
704
|
+
| burn(int24,int24,uint128) | a34123a7 |
|
|
705
|
+
|----------------------------------------------+------------|
|
|
706
|
+
| collect(address,int24,int24,uint128,uint128) | 4f1eb3d8 |
|
|
707
|
+
|----------------------------------------------+------------|
|
|
708
|
+
| feeGrowthGlobal0X128() | f3058399 |
|
|
709
|
+
|----------------------------------------------+------------|
|
|
710
|
+
| feeGrowthGlobal1X128() | 46141319 |
|
|
711
|
+
|----------------------------------------------+------------|
|
|
712
|
+
| initialize(uint160) | f637731d |
|
|
713
|
+
|----------------------------------------------+------------|
|
|
714
|
+
| mint(address,int24,int24,uint128,bytes) | 3c8a7d8d |
|
|
715
|
+
|----------------------------------------------+------------|
|
|
716
|
+
| slot0() | 3850c7bd |
|
|
717
|
+
|----------------------------------------------+------------|
|
|
718
|
+
| swap(address,bool,int256,uint160,bytes) | 128acb08 |
|
|
719
|
+
|----------------------------------------------+------------|
|
|
720
|
+
| token0() | 0dfe1681 |
|
|
721
|
+
|----------------------------------------------+------------|
|
|
722
|
+
| token1() | d21220a7 |
|
|
723
|
+
╰----------------------------------------------+------------╯
|
|
724
|
+
|
|
725
|
+
|
|
726
|
+
===============================
|
|
727
|
+
➡ IUniswapV3SwapCallback
|
|
728
|
+
===============================
|
|
729
|
+
|
|
730
|
+
--- EVENTS ---
|
|
731
|
+
(no events)
|
|
732
|
+
|
|
733
|
+
--- FUNCTIONS ---
|
|
734
|
+
(no methods)
|
|
735
|
+
|
|
736
|
+
===============================
|
|
737
|
+
➡ IUpgradeableV4Hook
|
|
738
|
+
===============================
|
|
739
|
+
|
|
740
|
+
--- EVENTS ---
|
|
741
|
+
|
|
742
|
+
╭-------+-------╮
|
|
743
|
+
| Event | Topic |
|
|
744
|
+
+===============+
|
|
745
|
+
╰-------+-------╯
|
|
746
|
+
|
|
747
|
+
|
|
748
|
+
--- FUNCTIONS ---
|
|
749
|
+
|
|
750
|
+
╭------------------------------------------------------------------------+------------╮
|
|
751
|
+
| Method | Identifier |
|
|
752
|
+
+=====================================================================================+
|
|
753
|
+
| migrateLiquidity(address,(address,address,uint24,int24,address),bytes) | 4a862f63 |
|
|
754
|
+
╰------------------------------------------------------------------------+------------╯
|
|
755
|
+
|
|
756
|
+
|
|
757
|
+
===============================
|
|
758
|
+
➡ IWETH
|
|
759
|
+
===============================
|
|
760
|
+
|
|
761
|
+
--- EVENTS ---
|
|
762
|
+
|
|
763
|
+
╭-------+-------╮
|
|
764
|
+
| Event | Topic |
|
|
765
|
+
+===============+
|
|
766
|
+
╰-------+-------╯
|
|
767
|
+
|
|
768
|
+
|
|
769
|
+
--- FUNCTIONS ---
|
|
770
|
+
|
|
771
|
+
╭---------------------------------------+------------╮
|
|
772
|
+
| Method | Identifier |
|
|
773
|
+
+====================================================+
|
|
774
|
+
| approve(address,uint256) | 095ea7b3 |
|
|
775
|
+
|---------------------------------------+------------|
|
|
776
|
+
| balanceOf(address) | 70a08231 |
|
|
777
|
+
|---------------------------------------+------------|
|
|
778
|
+
| deposit() | d0e30db0 |
|
|
779
|
+
|---------------------------------------+------------|
|
|
780
|
+
| transfer(address,uint256) | a9059cbb |
|
|
781
|
+
|---------------------------------------+------------|
|
|
782
|
+
| transferFrom(address,address,uint256) | 23b872dd |
|
|
783
|
+
|---------------------------------------+------------|
|
|
784
|
+
| withdraw(uint256) | 2e1a7d4d |
|
|
785
|
+
╰---------------------------------------+------------╯
|
|
786
|
+
|
|
787
|
+
|
|
788
|
+
===============================
|
|
789
|
+
➡ IZoraFactory
|
|
790
|
+
===============================
|
|
791
|
+
|
|
792
|
+
--- EVENTS ---
|
|
793
|
+
|
|
794
|
+
╭---------------------------------------------------------------------------------------------------------+--------------------------------------------------------------------╮
|
|
795
|
+
| Event | Topic |
|
|
796
|
+
+==============================================================================================================================================================================+
|
|
797
|
+
| CoinCreated(address,address,address,address,string,string,string,address,address,string) | 0x3d1462491f7fa8396808c230d95c3fa60fd09ef59506d0b9bd1cf072d2a03f56 |
|
|
798
|
+
|---------------------------------------------------------------------------------------------------------+--------------------------------------------------------------------|
|
|
799
|
+
| CoinCreatedV4(address,address,address,address,string,string,string,address,PoolKey,bytes32,string) | 0x2de436107c2096e039c98bbcc3c5a2560583738ce15c234557eecb4d3221aa81 |
|
|
800
|
+
|---------------------------------------------------------------------------------------------------------+--------------------------------------------------------------------|
|
|
801
|
+
| CreatorCoinCreated(address,address,address,address,string,string,string,address,PoolKey,bytes32,string) | 0x74b670d628e152daa36ca95dda7cb0002d6ea7a37b55afe4593db7abd1515781 |
|
|
802
|
+
╰---------------------------------------------------------------------------------------------------------+--------------------------------------------------------------------╯
|
|
803
|
+
|
|
804
|
+
|
|
805
|
+
--- FUNCTIONS ---
|
|
806
|
+
|
|
807
|
+
╭-----------------------------------------------------------------------------------------------+------------╮
|
|
808
|
+
| Method | Identifier |
|
|
809
|
+
+============================================================================================================+
|
|
810
|
+
| coinAddress(address,string,string,bytes,address,bytes32) | 1f63f65f |
|
|
811
|
+
|-----------------------------------------------------------------------------------------------+------------|
|
|
812
|
+
| contentCoinHook() | 144f93dc |
|
|
813
|
+
|-----------------------------------------------------------------------------------------------+------------|
|
|
814
|
+
| creatorCoinHook() | 12902a4d |
|
|
815
|
+
|-----------------------------------------------------------------------------------------------+------------|
|
|
816
|
+
| deploy(address,address[],string,string,string,bytes,address,address,bytes,bytes32) | a423ada1 |
|
|
817
|
+
|-----------------------------------------------------------------------------------------------+------------|
|
|
818
|
+
| deploy(address,address[],string,string,string,bytes,address,uint256) | c7ce4e16 |
|
|
819
|
+
|-----------------------------------------------------------------------------------------------+------------|
|
|
820
|
+
| deployCreatorCoin(address,address[],string,string,string,bytes,address,address,bytes,bytes32) | f4858a9a |
|
|
821
|
+
|-----------------------------------------------------------------------------------------------+------------|
|
|
822
|
+
| deployCreatorCoin(address,address[],string,string,string,bytes,address,bytes32) | a27a6dce |
|
|
823
|
+
|-----------------------------------------------------------------------------------------------+------------|
|
|
824
|
+
| deployWithHook(address,address[],string,string,string,bytes,address,address,bytes) | 0d36fc77 |
|
|
825
|
+
|-----------------------------------------------------------------------------------------------+------------|
|
|
826
|
+
| getVersionForDeployedCoin(address) | 885efbd2 |
|
|
827
|
+
|-----------------------------------------------------------------------------------------------+------------|
|
|
828
|
+
| hook() | 7f5a7c7b |
|
|
829
|
+
|-----------------------------------------------------------------------------------------------+------------|
|
|
830
|
+
| implementation() | 5c60da1b |
|
|
831
|
+
|-----------------------------------------------------------------------------------------------+------------|
|
|
832
|
+
| zoraHookRegistry() | a6de70b4 |
|
|
833
|
+
╰-----------------------------------------------------------------------------------------------+------------╯
|
|
834
|
+
|
|
835
|
+
|
|
836
|
+
===============================
|
|
837
|
+
➡ IZoraHookRegistry
|
|
838
|
+
===============================
|
|
839
|
+
|
|
840
|
+
--- EVENTS ---
|
|
841
|
+
|
|
842
|
+
╭-------------------------------------------+--------------------------------------------------------------------╮
|
|
843
|
+
| Event | Topic |
|
|
844
|
+
+================================================================================================================+
|
|
845
|
+
| ZoraHookRegistered(address,string,string) | 0xcf4000d2717988c072e9ec433f61ecff44a8bf0ebc5275e6353893a1b268fc5b |
|
|
846
|
+
|-------------------------------------------+--------------------------------------------------------------------|
|
|
847
|
+
| ZoraHookRemoved(address,string,string) | 0xa10389d8e1ec032c606ad9f3b208c5291d705bf4af8aa17c9ba0ec9f7422b674 |
|
|
848
|
+
╰-------------------------------------------+--------------------------------------------------------------------╯
|
|
849
|
+
|
|
850
|
+
|
|
851
|
+
--- FUNCTIONS ---
|
|
852
|
+
|
|
853
|
+
╭-----------------------------------+------------╮
|
|
854
|
+
| Method | Identifier |
|
|
855
|
+
+================================================+
|
|
856
|
+
| getHookAddresses() | afeb348f |
|
|
857
|
+
|-----------------------------------+------------|
|
|
858
|
+
| getHookTag(address) | 9d4ce503 |
|
|
859
|
+
|-----------------------------------+------------|
|
|
860
|
+
| getHookVersion(address) | ab770ffd |
|
|
861
|
+
|-----------------------------------+------------|
|
|
862
|
+
| getHooks() | 5cd2525e |
|
|
863
|
+
|-----------------------------------+------------|
|
|
864
|
+
| isRegisteredHook(address) | 82984f30 |
|
|
865
|
+
|-----------------------------------+------------|
|
|
866
|
+
| registerHooks(address[],string[]) | c6f4ac0b |
|
|
867
|
+
|-----------------------------------+------------|
|
|
868
|
+
| removeHooks(address[]) | ce1426a8 |
|
|
869
|
+
╰-----------------------------------+------------╯
|
|
870
|
+
|
|
871
|
+
|
|
872
|
+
===============================
|
|
873
|
+
➡ IZoraLimitOrderBookCoinsInterface
|
|
874
|
+
===============================
|
|
875
|
+
|
|
876
|
+
--- EVENTS ---
|
|
877
|
+
|
|
878
|
+
╭-------+-------╮
|
|
879
|
+
| Event | Topic |
|
|
880
|
+
+===============+
|
|
881
|
+
╰-------+-------╯
|
|
882
|
+
|
|
883
|
+
|
|
884
|
+
--- FUNCTIONS ---
|
|
885
|
+
|
|
886
|
+
╭-------------------------------------------------------------------------------+------------╮
|
|
887
|
+
| Method | Identifier |
|
|
888
|
+
+============================================================================================+
|
|
889
|
+
| fill((address,address,uint24,int24,address),bool,int24,int24,uint256,address) | 5f8fbad6 |
|
|
890
|
+
╰-------------------------------------------------------------------------------+------------╯
|
|
891
|
+
|
|
892
|
+
|
|
893
|
+
===============================
|
|
894
|
+
➡ IZoraV4CoinHook
|
|
895
|
+
===============================
|
|
896
|
+
|
|
897
|
+
--- EVENTS ---
|
|
898
|
+
|
|
899
|
+
╭--------------------------------------------------------------------------------------------------------------+--------------------------------------------------------------------╮
|
|
900
|
+
| Event | Topic |
|
|
901
|
+
+===================================================================================================================================================================================+
|
|
902
|
+
| CoinMarketRewardsV4(address,address,address,address,address,address,address,IZoraV4CoinHook.MarketRewardsV4) | 0x35b5031218696db1dfd903223a47f38e66a1998e14a942a5d60fddaa49a685fc |
|
|
903
|
+
|--------------------------------------------------------------------------------------------------------------+--------------------------------------------------------------------|
|
|
904
|
+
| LpReward(address,address,uint256,int24,uint128) | 0x799d090bc599befcdf8ac6d1eb2e1fe90317df87da2217a4480f328c18ee6dc8 |
|
|
905
|
+
|--------------------------------------------------------------------------------------------------------------+--------------------------------------------------------------------|
|
|
906
|
+
| Swapped(address,address,bool,PoolKey,bytes32,SwapParams,int128,int128,bool,bytes,uint160) | 0xd0565428a2140862827b5b6126002556c70acb52db537fae9cf41a18a470ec4a |
|
|
907
|
+
╰--------------------------------------------------------------------------------------------------------------+--------------------------------------------------------------------╯
|
|
908
|
+
|
|
909
|
+
|
|
910
|
+
--- FUNCTIONS ---
|
|
911
|
+
|
|
912
|
+
╭------------------------------------------------------------------------+------------╮
|
|
913
|
+
| Method | Identifier |
|
|
914
|
+
+=====================================================================================+
|
|
915
|
+
| getPoolCoin((address,address,uint24,int24,address)) | 2c5fe5a9 |
|
|
916
|
+
|------------------------------------------------------------------------+------------|
|
|
917
|
+
| getPoolCoinByHash(bytes32) | 247a4775 |
|
|
918
|
+
|------------------------------------------------------------------------+------------|
|
|
919
|
+
| isTrustedMessageSender(address) | bc9113b3 |
|
|
920
|
+
|------------------------------------------------------------------------+------------|
|
|
921
|
+
| migrateLiquidity(address,(address,address,uint24,int24,address),bytes) | 4a862f63 |
|
|
922
|
+
╰------------------------------------------------------------------------+------------╯
|
|
923
|
+
|