-
Notifications
You must be signed in to change notification settings - Fork 29
/
Copy path.gas-snapshot
251 lines (251 loc) · 17.3 KB
/
.gas-snapshot
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
AccountTest:test_Abs(int256) (runs: 257, μ: 5744, ~: 5745)
AccountTest:test_AddDelegatedTrader() (gas: 51356)
AccountTest:test_AddDelegatedTrader_AlreadyDelegated() (gas: 54835)
AccountTest:test_AddDelegatedTrader_Event() (gas: 53106)
AccountTest:test_AddDelegatedTrader_OnlyOwner() (gas: 82496)
AccountTest:test_AddDelegatedTrader_ZeroAddress() (gas: 21771)
AccountTest:test_Checker() (gas: 34868)
AccountTest:test_DelegatedTrader_Execute_ACCOUNT_MODIFY_MARGIN() (gas: 84323)
AccountTest:test_DelegatedTrader_Execute_ACCOUNT_WITHDRAW_ETH() (gas: 84324)
AccountTest:test_DelegatedTrader_Execute_GELATO_CANCEL_CONDITIONAL_ORDER() (gas: 143797)
AccountTest:test_DelegatedTrader_Execute_GELATO_PLACE_CONDITIONAL_ORDER() (gas: 85653)
AccountTest:test_DelegatedTrader_Execute_PERPS_V2_CANCEL_DELAYED_ORDER() (gas: 157923)
AccountTest:test_DelegatedTrader_Execute_PERPS_V2_CANCEL_OFFCHAIN_DELAYED_ORDER() (gas: 157947)
AccountTest:test_DelegatedTrader_Execute_PERPS_V2_CLOSE_POSITION() (gas: 243264)
AccountTest:test_DelegatedTrader_Execute_PERPS_V2_MODIFY_MARGIN() (gas: 122724)
AccountTest:test_DelegatedTrader_Execute_PERPS_V2_SUBMIT_ATOMIC_ORDER() (gas: 433514)
AccountTest:test_DelegatedTrader_Execute_PERPS_V2_SUBMIT_CLOSE_DELAYED_ORDER() (gas: 221833)
AccountTest:test_DelegatedTrader_Execute_PERPS_V2_SUBMIT_CLOSE_OFFCHAIN_DELAYED_ORDER() (gas: 221583)
AccountTest:test_DelegatedTrader_Execute_PERPS_V2_SUBMIT_DELAYED_ORDER() (gas: 444440)
AccountTest:test_DelegatedTrader_Execute_PERPS_V2_SUBMIT_OFFCHAIN_DELAYED_ORDER() (gas: 454094)
AccountTest:test_DelegatedTrader_Execute_PERPS_V2_WITHDRAW_ALL_MARGIN() (gas: 372464)
AccountTest:test_DelegatedTrader_Execute_UNISWAP_V3_SWAP() (gas: 84116)
AccountTest:test_DelegatedTrader_TransferAccountOwnership() (gas: 54748)
AccountTest:test_Deposit_ETH_AnyCaller() (gas: 85346)
AccountTest:test_Deposit_Margin_OnlyOwner() (gas: 112057)
AccountTest:test_Dispatch_InvalidCommand() (gas: 20279)
AccountTest:test_Dispatch_ValidCommand_InvalidInput() (gas: 53611)
AccountTest:test_ExecuteConditionalOrder_Locked() (gas: 54141)
AccountTest:test_Execute_CanUnlock() (gas: 50951)
AccountTest:test_Execute_Locked() (gas: 54604)
AccountTest:test_GetCommittedMargin() (gas: 18186)
AccountTest:test_GetConditionalOrder() (gas: 34797)
AccountTest:test_GetConditionalOrderId() (gas: 18186)
AccountTest:test_GetDelayedOrder_EthMarket() (gas: 74422)
AccountTest:test_GetDelayedOrder_InvalidMarket() (gas: 26614)
AccountTest:test_GetEvents() (gas: 7713)
AccountTest:test_GetFactory() (gas: 7690)
AccountTest:test_GetFreeMargin() (gas: 34475)
AccountTest:test_GetFuturesMarketManager() (gas: 5607)
AccountTest:test_GetGelato() (gas: 5595)
AccountTest:test_GetMarginAsset() (gas: 5597)
AccountTest:test_GetOps() (gas: 5617)
AccountTest:test_GetPosition_EthMarket() (gas: 62269)
AccountTest:test_GetPosition_InvalidMarket() (gas: 26270)
AccountTest:test_GetSystemStatus() (gas: 5639)
AccountTest:test_GetTokenInTokenOut_Invalid_Fee() (gas: 10305)
AccountTest:test_GetTokenInTokenOut_Invalid_Pools_No_Revert(bytes) (runs: 257, μ: 11392, ~: 11153)
AccountTest:test_GetTokenInTokenOut_Invalid_TokenIn() (gas: 10226)
AccountTest:test_GetTokenInTokenOut_Invalid_TokenOut() (gas: 10214)
AccountTest:test_GetTokenInTokenOut_Multi_Pool() (gas: 11475)
AccountTest:test_GetTokenInTokenOut_Single_Pool() (gas: 7490)
AccountTest:test_GetTrackingCode() (gas: 5501)
AccountTest:test_GetVerison() (gas: 16086)
AccountTest:test_IsSameSign(int256,int256) (runs: 257, μ: 6255, ~: 6103)
AccountTest:test_NonReentrant_Locked() (gas: 31079)
AccountTest:test_NonReentrant_Unlocked() (gas: 460653)
AccountTest:test_Ownership_Transfer() (gas: 100688)
AccountTest:test_Ownership_Transfer_Event() (gas: 81143)
AccountTest:test_Ownership_Transfer_Twice() (gas: 123168)
AccountTest:test_Ownership_setInitialOwnership_OnlyFactory() (gas: 19424)
AccountTest:test_PerpsV2ExchangeRate() (gas: 74479)
AccountTest:test_RemoveDelegatedTrader() (gas: 42038)
AccountTest:test_RemoveDelegatedTrader_Event() (gas: 43418)
AccountTest:test_RemoveDelegatedTrader_NotDelegated() (gas: 23981)
AccountTest:test_RemoveDelegatedTrader_OnlyOwner() (gas: 110853)
AccountTest:test_RemoveDelegatedTrader_ZeroAddress() (gas: 54670)
AccountTest:test_Withdraw_ETH_OnlyOwner() (gas: 112047)
AccountTest:test_Withdraw_Margin_OnlyOwner() (gas: 112133)
AccountTest:test_getPerpsV2Market_Invalid_Key() (gas: 14269)
AccountTest:test_getPerpsV2Market_Valid_Key() (gas: 11513)
AccountTest:test_sUSDRate_Chainlink_Price() (gas: 137221)
AccountTest:test_sUSDRate_Invalid_Chainlink_Price() (gas: 54942)
AccountTest:test_sUSDRate_Invalid_Market() (gas: 11363)
AccountTest:test_sUSDRate_Pyth_Price() (gas: 52789)
AccountTest:test_sUSDRate_Valid_Market() (gas: 52860)
AuthTest:test_addDelegate() (gas: 32035)
AuthTest:test_isAuth() (gas: 13625)
AuthTest:test_isOwner() (gas: 11275)
AuthTest:test_removeDelegate() (gas: 21724)
AuthTest:test_transferOwnership() (gas: 12431)
EventsTest:test_Constructor_FactorySet() (gas: 7664)
EventsTest:test_EmitConditionalOrderCancelled_Event() (gas: 21253)
EventsTest:test_EmitConditionalOrderCancelled_OnlyAccounts() (gas: 14450)
EventsTest:test_EmitConditionalOrderFilled_Event() (gas: 22518)
EventsTest:test_EmitConditionalOrderFilled_OnlyAccounts() (gas: 14514)
EventsTest:test_EmitConditionalOrderPlaced_Event() (gas: 25004)
EventsTest:test_EmitConditionalOrderPlaced_OnlyAccounts() (gas: 14778)
EventsTest:test_EmitDelegatedAccountAdded_Event() (gas: 19631)
EventsTest:test_EmitDelegatedAccountAdded_OnlyAccounts() (gas: 14405)
EventsTest:test_EmitDelegatedAccountRemoved_Event() (gas: 19576)
EventsTest:test_EmitDelegatedAccountRemoved_OnlyAccounts() (gas: 14360)
EventsTest:test_EmitDeposit_Event() (gas: 20187)
EventsTest:test_EmitDeposit_OnlyAccounts() (gas: 14336)
EventsTest:test_EmitEthWithdraw_Event() (gas: 20166)
EventsTest:test_EmitEthWithdraw_OnlyAccounts() (gas: 14314)
EventsTest:test_EmitOwnershipTransferred_Event() (gas: 19499)
EventsTest:test_EmitOwnershipTransferred_OnlyAccounts() (gas: 14325)
EventsTest:test_EmitUniswapV3Swap_Event() (gas: 20986)
EventsTest:test_EmitUniswapV3Swap_OnlyAccounts() (gas: 14540)
EventsTest:test_EmitWithdraw_Event() (gas: 20208)
EventsTest:test_EmitWithdraw_OnlyAccounts() (gas: 14334)
EventsTest:test_emitOrderFlowFeeImposed_Event() (gas: 19289)
EventsTest:test_emitOrderFlowFeeImposed_OnlyAccounts() (gas: 14187)
FactoryBehaviorTest:test_Account_OwnerSet() (gas: 329045)
FactoryBehaviorTest:test_Implementation_Owner() (gas: 7702)
FactoryTest:test_Constructor_Accounts(address) (runs: 257, μ: 7968, ~: 7968)
FactoryTest:test_Constructor_CanUpgrade() (gas: 7682)
FactoryTest:test_Constructor_Implementation() (gas: 9773)
FactoryTest:test_Constructor_Owner() (gas: 7667)
FactoryTest:test_NewAccount_Address() (gas: 326660)
FactoryTest:test_NewAccount_CannotBeInitialized() (gas: 347037)
FactoryTest:test_NewAccount_CannotFetchVersion() (gas: 371612)
FactoryTest:test_NewAccount_Event() (gas: 331332)
FactoryTest:test_NewAccount_MultiplePerAddress() (gas: 629544)
FactoryTest:test_NewAccount_State() (gas: 327724)
FactoryTest:test_Ownership_NonAccount() (gas: 10980)
FactoryTest:test_Ownership_Transfer() (gas: 13152)
FactoryTest:test_UpdateAccountOwnership_AccountDoesNotExist() (gas: 11402)
FactoryTest:test_UpdateAccountOwnership_NewOwner_MultipleAccount(uint256) (runs: 256, μ: 501842, ~: 353497)
FactoryTest:test_UpdateAccountOwnership_OldOwner_MultipleAccount(uint256) (runs: 256, μ: 809796, ~: 667279)
FactoryTest:test_UpdateAccountOwnership_OldOwner_SingleAccount() (gas: 350299)
FactoryTest:test_Upgrade_Implementation() (gas: 1040856)
FactoryTest:test_Upgrade_Implementation_Event() (gas: 13041)
FactoryTest:test_Upgrade_Implementation_OnlyOwner() (gas: 10957)
FactoryTest:test_Upgrade_Implementation_UpgradabilityRemoved() (gas: 14816)
FactoryTest:test_Upgrade_Remove() (gas: 11452)
FactoryTest:test_Upgrade_Remove_OnlyOwner() (gas: 10761)
MarginBehaviorTest:test_Commands_CancelDelayedOrder() (gas: 1522950)
MarginBehaviorTest:test_Commands_CancelDelayedOrder_NoneExists() (gas: 291362)
MarginBehaviorTest:test_Commands_CancelOffchainDelayedOrder() (gas: 1532525)
MarginBehaviorTest:test_Commands_CancelOffchainDelayedOrder_NoneExists() (gas: 291407)
MarginBehaviorTest:test_Commands_ClosePosition() (gas: 1743424)
MarginBehaviorTest:test_Commands_ClosePositionWhen_NoneExists() (gas: 449485)
MarginBehaviorTest:test_Commands_ModifyMarginInMarket_ExistingMarginInMarket(int256) (runs: 257, μ: 777071, ~: 715508)
MarginBehaviorTest:test_Commands_ModifyMarginInMarket_NoExistingMarginInMarket(int256) (runs: 257, μ: 325397, ~: 242828)
MarginBehaviorTest:test_Commands_SetMinKeeperFee() (gas: 52365)
MarginBehaviorTest:test_Commands_SetMinKeeperFee_Fails() (gas: 52898)
MarginBehaviorTest:test_Commands_SubmitAtomicOrder() (gas: 1347028)
MarginBehaviorTest:test_Commands_SubmitCloseDelayedOrder() (gas: 2120233)
MarginBehaviorTest:test_Commands_SubmitCloseDelayedOrder_NoneExists() (gas: 192880)
MarginBehaviorTest:test_Commands_SubmitCloseOffchainDelayedOrder() (gas: 2096848)
MarginBehaviorTest:test_Commands_SubmitCloseOffchainDelayedOrder_NoneExists() (gas: 192589)
MarginBehaviorTest:test_Commands_SubmitDelayedOrder() (gas: 1485058)
MarginBehaviorTest:test_Commands_SubmitOffchainDelayedOrder() (gas: 1474800)
MarginBehaviorTest:test_Commands_WithdrawAllMarginFromMarket_ExistingMarginInMarket() (gas: 923046)
MarginBehaviorTest:test_Commands_WithdrawAllMarginFromMarket_NoExistingMarginInMarket() (gas: 501541)
MarginBehaviorTest:test_Deposit_ETH() (gas: 22856)
MarginBehaviorTest:test_Deposit_Margin(uint256) (runs: 257, μ: 229719, ~: 248205)
MarginBehaviorTest:test_Execute_InputCommandDifferingLengths() (gas: 224317)
MarginBehaviorTest:test_Scenario_1() (gas: 1494059)
MarginBehaviorTest:test_Withdraw_Eth(uint256) (runs: 257, μ: 60644, ~: 55896)
MarginBehaviorTest:test_Withdraw_Margin(int256) (runs: 256, μ: 266754, ~: 241973)
OrderFlowFeeTest:test_calculateOrderFlowFee(uint256) (runs: 256, μ: 1414061, ~: 1418936)
OrderFlowFeeTest:test_imposeOrderFlowFee_account_margin() (gas: 1425597)
OrderFlowFeeTest:test_imposeOrderFlowFee_both_margin() (gas: 1586238)
OrderFlowFeeTest:test_imposeOrderFlowFee_event() (gas: 1380169)
OrderFlowFeeTest:test_imposeOrderFlowFee_market_margin() (gas: 1580873)
OrderFlowFeeTest:test_imposeOrderFlowFee_market_margin_failed() (gas: 970882)
OrderFlowFeeTest:test_imposeOrderFlowFee_market_margin_with_pending_order() (gas: 1927054)
OrderGelatoBehaviorTest:test_CancelConditionalOrder_Event() (gas: 325522)
OrderGelatoBehaviorTest:test_CancelConditionalOrder_Invalid_NotOwner() (gas: 36634)
OrderGelatoBehaviorTest:test_CancelConditionalOrder_Margin() (gas: 323860)
OrderGelatoBehaviorTest:test_CancelConditionalOrder_Nonexistent(uint256) (runs: 257, μ: 93340, ~: 93340)
OrderGelatoBehaviorTest:test_CancelConditionalOrder_State() (gas: 321460)
OrderGelatoBehaviorTest:test_ConditionalOrder_Limit_Valid_Execute_Cancel() (gas: 1619336)
OrderGelatoBehaviorTest:test_ExecuteConditionalOrder_AfterUnlock() (gas: 1536439)
OrderGelatoBehaviorTest:test_ExecuteConditionalOrder_InvalidAtExecutionTime() (gas: 489178)
OrderGelatoBehaviorTest:test_ExecuteConditionalOrder_Limit_Valid_Margin() (gas: 1537646)
OrderGelatoBehaviorTest:test_ExecuteConditionalOrder_Limit_Valid_State() (gas: 1534752)
OrderGelatoBehaviorTest:test_ExecuteConditionalOrder_Limit_Valid_Synthetix() (gas: 1549921)
OrderGelatoBehaviorTest:test_ExecuteConditionalOrder_MarketIsPaused() (gas: 415635)
OrderGelatoBehaviorTest:test_ExecuteConditionalOrder_Stop_Valid_Margin() (gas: 1537653)
OrderGelatoBehaviorTest:test_ExecuteConditionalOrder_Stop_Valid_State() (gas: 1534802)
OrderGelatoBehaviorTest:test_ExecuteConditionalOrder_Stop_Valid_Synthetix() (gas: 1549926)
OrderGelatoBehaviorTest:test_ExecuteConditionalOrder_Valid_FeeTransfer() (gas: 1530355)
OrderGelatoBehaviorTest:test_ExecuteConditionalOrder_Valid_GelatoFee() (gas: 1532748)
OrderGelatoBehaviorTest:test_ExecuteConditionalOrder_Valid_InsufficientEth() (gas: 555988)
OrderGelatoBehaviorTest:test_ExecuteConditionalOrder_Valid_InvalidReduceOnly_InactiveMarket_FeeTransfer() (gas: 485424)
OrderGelatoBehaviorTest:test_ExecuteConditionalOrder_Valid_InvalidReduceOnly_SameSign_FeeTransfer() (gas: 1468988)
OrderGelatoBehaviorTest:test_ExecuteConditionalOrder_Valid_TaskCancelled() (gas: 1540716)
OrderGelatoBehaviorTest:test_ExecuteConditionalOrder_Valid_TaskRemovedFromGelato() (gas: 1541421)
OrderGelatoBehaviorTest:test_PlaceConditionalOrder_CommittingMargin_Deposit() (gas: 366068)
OrderGelatoBehaviorTest:test_PlaceConditionalOrder_CommittingMargin_Withdraw(uint256,int256) (runs: 256, μ: 422411, ~: 386612)
OrderGelatoBehaviorTest:test_PlaceConditionalOrder_Invalid_InsufficientFreeMargin() (gas: 382855)
OrderGelatoBehaviorTest:test_PlaceConditionalOrder_Invalid_InsufficientMargin() (gas: 390938)
OrderGelatoBehaviorTest:test_PlaceConditionalOrder_Invalid_NotOwner() (gas: 37358)
OrderGelatoBehaviorTest:test_PlaceConditionalOrder_Invalid_OrderType() (gas: 8581)
OrderGelatoBehaviorTest:test_PlaceConditionalOrder_Invalid_ZeroSizeDelta() (gas: 35253)
OrderGelatoBehaviorTest:test_PlaceConditionalOrder_Limit_Invalid_Long(uint256) (runs: 256, μ: 438324, ~: 440035)
OrderGelatoBehaviorTest:test_PlaceConditionalOrder_Limit_Invalid_Short(uint256) (runs: 257, μ: 440028, ~: 440028)
OrderGelatoBehaviorTest:test_PlaceConditionalOrder_Limit_Valid_Event(int256) (runs: 257, μ: 380228, ~: 380228)
OrderGelatoBehaviorTest:test_PlaceConditionalOrder_Limit_Valid_Long(uint256) (runs: 257, μ: 440007, ~: 440007)
OrderGelatoBehaviorTest:test_PlaceConditionalOrder_Limit_Valid_Short(uint256) (runs: 256, μ: 438368, ~: 440001)
OrderGelatoBehaviorTest:test_PlaceConditionalOrder_Limit_Valid_State(int256) (runs: 257, μ: 374332, ~: 374332)
OrderGelatoBehaviorTest:test_PlaceConditionalOrder_Stop_Invalid_Long(uint256) (runs: 257, μ: 459973, ~: 459973)
OrderGelatoBehaviorTest:test_PlaceConditionalOrder_Stop_Invalid_Short(uint256) (runs: 256, μ: 458375, ~: 460008)
OrderGelatoBehaviorTest:test_PlaceConditionalOrder_Stop_Valid_Long(uint256) (runs: 256, μ: 458232, ~: 459943)
OrderGelatoBehaviorTest:test_PlaceConditionalOrder_Stop_Valid_Short(uint256) (runs: 257, μ: 460001, ~: 460001)
OrderGelatoBehaviorTest:test_PlaceConditionalOrder_Valid_GelatoTaskId() (gas: 374924)
OrderGelatoBehaviorTest:test_ReduceOnlyOrder_Valid_Long(int256) (runs: 257, μ: 1707846, ~: 1432811)
OrderGelatoBehaviorTest:test_ReduceOnlyOrder_Valid_Short(int256) (runs: 257, μ: 2016668, ~: 2269906)
OrderGelatoBehaviorTest:test_ReduceOnlyOrder_Valid_State() (gas: 2296219)
OrderGelatoBehaviorTest:test_ReduceOnlyOrder_Valid_Synthetix() (gas: 2311383)
OrderPublicBehaviorTest:test_ExecuteConditionalOrder_Public() (gas: 1412122)
OrderPublicBehaviorTest:test_ExecuteConditionalOrder_Public_Cannot_PayExecutorFee() (gas: 233203)
OrderPublicBehaviorTest:test_ExecuteConditionalOrder_Public_Invalid_ConditionalOrder() (gas: 96731)
OrderPublicBehaviorTest:test_ExecuteConditionalOrder_Public_PayExecutorFee() (gas: 1407777)
OrderPublicBehaviorTest:test_ExecuteConditionalOrder_Public_Replay_Prevented() (gas: 1416701)
PermitBehaviorTest:test_Permit() (gas: 100513)
PermitBehaviorTest:test_Permit_UniswapV3Swap() (gas: 357325)
PermitBehaviorTest:test_Permit_UniswapV3Swap_Cant_Replay() (gas: 111993)
SettingsTest:test_Constructor_Owner() (gas: 7657)
SettingsTest:test_setAccountExecutionEnabled() (gas: 13679)
SettingsTest:test_setAccountExecutionEnabled_Event() (gas: 15721)
SettingsTest:test_setAccountExecutionEnabled_OnlyOwner() (gas: 10942)
SettingsTest:test_setExecutorFee(uint256) (runs: 257, μ: 14247, ~: 14509)
SettingsTest:test_setExecutorFee_Event() (gas: 17596)
SettingsTest:test_setExecutorFee_OnlyOwner() (gas: 10882)
SettingsTest:test_setOrderFlowFee(uint256) (runs: 257, μ: 20357, ~: 11652)
SettingsTest:test_setOrderFlowFee_Event() (gas: 17574)
SettingsTest:test_setOrderFlowFee_OnlyOwner() (gas: 10829)
SettingsTest:test_setTokenWhitelistStatus(address) (runs: 257, μ: 25785, ~: 25772)
SettingsTest:test_setTokenWhitelistStatus_Event() (gas: 27765)
SettingsTest:test_setTokenWhitelistStatus_OnlyOwner() (gas: 11101)
SettingsTest:test_whitelistedTokens() (gas: 25708)
SwapBehaviorTest:test_UniswapV3Swap_DAI_SUSD() (gas: 341759)
SwapBehaviorTest:test_UniswapV3Swap_DAI_SUSD_Event() (gas: 339402)
SwapBehaviorTest:test_UniswapV3Swap_DAI_USDC_SUSD() (gas: 1545393)
SwapBehaviorTest:test_UniswapV3Swap_Either_SUSD_In_Out() (gas: 82879)
SwapBehaviorTest:test_UniswapV3Swap_Insufficient_Margin() (gas: 107181)
SwapBehaviorTest:test_UniswapV3Swap_Insufficient_TokenIn_Balance() (gas: 209423)
SwapBehaviorTest:test_UniswapV3Swap_Invalid_AmountIn() (gas: 120057)
SwapBehaviorTest:test_UniswapV3Swap_Invalid_AmountOutMin() (gas: 350763)
SwapBehaviorTest:test_UniswapV3Swap_Invalid_Path() (gas: 342044)
SwapBehaviorTest:test_UniswapV3Swap_Only_Whitelisted_TokenIn() (gas: 61291)
SwapBehaviorTest:test_UniswapV3Swap_Only_Whitelisted_TokenOut() (gas: 235175)
SwapBehaviorTest:test_UniswapV3Swap_SUSD_DAI() (gas: 515654)
SwapBehaviorTest:test_UniswapV3Swap_SUSD_DAI_Event() (gas: 510673)
SwapBehaviorTest:test_UniswapV3Swap_SUSD_DAI_USDC() (gas: 603839)
UpgradeTest:test_Deployed_Account_Version() (gas: 16468)
UpgradeTest:test_Deployed_Account_Version() (gas: 16468)
UpgradeTest:test_Deployed_Account_Version() (gas: 16468)
UpgradeTest:test_Upgrade() (gas: 86561)
UpgradeTest:test_Upgrade() (gas: 89230)
UpgradeTest:test_Upgrade() (gas: 89230)
UpgradeTest:test_committedMargin_slot() (gas: 5509)
UpgradeTest:test_conditionalOrderId_slot() (gas: 5573)
UpgradeTest:test_conditionalOrders_slot() (gas: 5576)
UpgradeTest:test_delegates_slot() (gas: 5544)
UpgradeTest:test_locked_slot() (gas: 5554)
UpgradeTest:test_owner_slot() (gas: 5520)