-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gas-snapshot
130 lines (130 loc) · 8.16 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
AcrossActionsTest:testDepositV3RevertsIfInputTokenIsNotWrappedNativeToken() (gas: 101197)
AcrossActionsTest:testDepositV3RevertsIfInvalidFillDeadline() (gas: 94184)
AcrossActionsTest:testDepositV3RevertsIfInvalidQuoteTimestamp() (gas: 94300)
AcrossActionsTest:testDepositV3RevertsIfNotEnoughInputToken() (gas: 99828)
AcrossActionsTest:testDepositV3WithERC20() (gas: 93039)
AcrossActionsTest:testDepositV3WithNativeToken() (gas: 119176)
ApproveAndSwapTest:testSwap() (gas: 275122)
ApproveAndSwapTest:testSwapFailsIfWeExpectedTooMuch() (gas: 339569)
ApproveAndSwapTest:testSwapFailsWithNoApproval() (gas: 96664)
CCTPBridge:testBridgeToBase() (gas: 128986)
CometClaimRewardsTest:testClaimComp() (gas: 128593)
CometRepayAndWithdrawMultipleAssetsTest:testInvalidInput() (gas: 45788)
CometRepayAndWithdrawMultipleAssetsTest:testRepayAndWithdrawMultipleAssets() (gas: 135531)
CometSupplyMultipleAssetsAndBorrowTest:testInvalidInput() (gas: 45732)
CometSupplyMultipleAssetsAndBorrowTest:testSupplyMultipleAssetsAndBorrow() (gas: 277062)
ConditionalMulticallTest:testConditionalRunEmptyInputIsValid() (gas: 46140)
ConditionalMulticallTest:testConditionalRunInvalidInput() (gas: 46239)
ConditionalMulticallTest:testConditionalRunMulticallError() (gas: 290012)
ConditionalMulticallTest:testConditionalRunOnPeriodicRepay() (gas: 282038)
ConditionalMulticallTest:testConditionalRunPassed() (gas: 268155)
ConditionalMulticallTest:testConditionalRunUnmet() (gas: 78046)
EthcallTest:testEthcallCallReraiseError() (gas: 54519)
EthcallTest:testEthcallCounter() (gas: 66310)
EthcallTest:testEthcallShouldReturnCallResult() (gas: 47126)
EthcallTest:testEthcallSupplyUSDCToComet() (gas: 155234)
EthcallTest:testEthcallWithdrawUSDCFromComet() (gas: 309037)
GetDripTest:testDrip() (gas: 118389)
MorphoActionsTest:testRepayAndWithdrawCollateral() (gas: 126133)
MorphoActionsTest:testRepayMaxAndWithdrawCollateral() (gas: 100292)
MorphoActionsTest:testSupplyCollateralAndBorrow() (gas: 247518)
MorphoInfoTest:testBaseMainnet() (gas: 1640071)
MorphoInfoTest:testBaseSepolia() (gas: 759985)
MorphoInfoTest:testEthMainnet() (gas: 2654795)
MorphoInfoTest:testEthSepolia() (gas: 721288)
MorphoRewardsActionsTest:testClaim() (gas: 108754)
MorphoRewardsActionsTest:testClaimAll() (gas: 180588)
MorphoVaultActionsTest:testDeposit() (gas: 759946)
MorphoVaultActionsTest:testWithdraw() (gas: 568804)
MulticallTest:testCallcodeToMulticallSucceedsWhenUninitialized() (gas: 74223)
MulticallTest:testCreateSubWalletAndExecute() (gas: 603893)
MulticallTest:testEmptyInputIsValid() (gas: 45785)
MulticallTest:testExecutorCanMulticallAcrossSubwallets() (gas: 253685)
MulticallTest:testInvalidInput() (gas: 45999)
MulticallTest:testInvokeCounterTwice() (gas: 74377)
MulticallTest:testMulticallError() (gas: 282876)
MulticallTest:testMulticallShouldReturnCallResults() (gas: 76844)
MulticallTest:testRevertsForInvalidCallContext() (gas: 11543)
MulticallTest:testSupplyWETHWithdrawUSDCOnComet() (gas: 247803)
PaycallTest:testInitializeProperlyFromConstructor() (gas: 6412)
PaycallTest:testPaycallAddress() (gas: 204488)
PaycallTest:testPaycallForPayWithUSDT() (gas: 116809)
PaycallTest:testPaycallForPayWithWBTC() (gas: 109949)
PaycallTest:testPaycallRevertsWhenCallReverts() (gas: 50738)
PaycallTest:testReturnCallResult() (gas: 86647)
PaycallTest:testRevertWhenCostIsMoreThanMaxPaymentCost() (gas: 96405)
PaycallTest:testRevertsForInvalidCallContext() (gas: 15789)
PaycallTest:testSimpleCounterAndPayWithUSDC() (gas: 137814)
PaycallTest:testSimpleTransferTokenAndPayWithUSDC() (gas: 139168)
PaycallTest:testSupplyWETHWithdrawUSDCOnCometAndPayWithUSDC() (gas: 290960)
QuotecallTest:testInitializeProperlyFromConstructor() (gas: 6996)
QuotecallTest:testQuotecallForPayWithUSDT() (gas: 116913)
QuotecallTest:testQuotecallForPayWithWBTC() (gas: 110134)
QuotecallTest:testQuotecallRevertsWhenCallReverts() (gas: 87021)
QuotecallTest:testReturnCallResult() (gas: 106734)
QuotecallTest:testRevertsForInvalidCallContext() (gas: 15764)
QuotecallTest:testRevertsWhenQuoteTooHigh() (gas: 132485)
QuotecallTest:testRevertsWhenQuoteTooLow() (gas: 132327)
QuotecallTest:testSimpleCounterAndPayWithUSDC() (gas: 137950)
QuotecallTest:testSimpleTransferTokenAndPayWithUSDC() (gas: 139316)
RecurringSwapTest:testCancelRecurringSwap() (gas: 276138)
RecurringSwapTest:testRecurringSwapCanSwapMultipleTimes() (gas: 320997)
RecurringSwapTest:testRecurringSwapCannotSwapMultipleTimesForMissedWindows() (gas: 322894)
RecurringSwapTest:testRecurringSwapExactInAlternateSwap() (gas: 217827)
RecurringSwapTest:testRecurringSwapExactInSwap() (gas: 225593)
RecurringSwapTest:testRecurringSwapExactOutAlternateSwap() (gas: 221123)
RecurringSwapTest:testRecurringSwapExactOutSwap() (gas: 227463)
RecurringSwapTest:testRecurringSwapWithDifferentCalldata() (gas: 550677)
RecurringSwapTest:testRecurringSwapWithMultiplePriceFeeds() (gas: 242704)
RecurringSwapTest:testRevertsForBadPrice() (gas: 79021)
RecurringSwapTest:testRevertsForExpiredQuarkOperation() (gas: 9938)
RecurringSwapTest:testRevertsForInvalidInput() (gas: 93654)
RecurringSwapTest:testRevertsForStalePrice() (gas: 78874)
RecurringSwapTest:testRevertsForSwapBeforeNextSwapWindow() (gas: 248499)
RecurringSwapTest:testRevertsForSwapBeforeStartTime() (gas: 9223372036854754743)
RecurringSwapTest:testRevertsForSwapWhenSwapWindowIsClosed() (gas: 322923)
RecurringSwapTest:testRevertsWhenSlippageParamsConfiguredWrong() (gas: 229487)
RecurringSwapTest:testRevertsWhenSlippageTooHigh() (gas: 229729)
SupplyActionsTest:testInvalidInput() (gas: 45797)
SupplyActionsTest:testRepayBorrow() (gas: 71850)
SupplyActionsTest:testSupply() (gas: 114160)
SupplyActionsTest:testSupplyFrom() (gas: 93963)
SupplyActionsTest:testSupplyMultipleCollateral() (gas: 252211)
SupplyActionsTest:testSupplyTo() (gas: 113656)
TransferActionsTest:testRevertsForTransferERC777ReentrancyAttackWithReentrancyGuard() (gas: 99528)
TransferActionsTest:testRevertsForTransferReentrancyAttackWithReentrancyGuard() (gas: 80304)
TransferActionsTest:testRevertsForTransferReentrancyAttackWithoutCallbackEnabled() (gas: 75206)
TransferActionsTest:testRevertsForTransferReentrantAttackWithStolenSignature() (gas: 87371)
TransferActionsTest:testTransferERC20TokenToEOA() (gas: 52858)
TransferActionsTest:testTransferERC20TokenToQuarkWallet() (gas: 54177)
TransferActionsTest:testTransferERC777SuccessWithEvilReceiverWithoutAttackAttempt() (gas: 75987)
TransferActionsTest:testTransferERC777TokenReentrancyAttackSuccessWithCallbackEnabled() (gas: 111522)
TransferActionsTest:testTransferNativeTokenToEOA() (gas: 77491)
TransferActionsTest:testTransferNativeTokenToQuarkWallet() (gas: 52157)
TransferActionsTest:testTransferReentrancyAttackSuccessWithCallbackEnabled() (gas: 94922)
TransferActionsTest:testTransferSuccessWithEvilReceiverWithoutAttackAttempt() (gas: 56348)
UniswapFlashLoanTest:testFlashLoanForCollateralSwapOnCompound() (gas: 369775)
UniswapFlashLoanTest:testRevertsForInsufficientFundsToRepayFlashLoan() (gas: 140068)
UniswapFlashLoanTest:testRevertsForInvalidCaller() (gas: 47588)
UniswapFlashLoanTest:testRevertsForSecondCallback() (gas: 129088)
UniswapFlashLoanTest:testTokensOrderInvariant() (gas: 83055)
UniswapFlashSwapExactOutTest:testInvalidCallerFlashSwap() (gas: 47806)
UniswapFlashSwapExactOutTest:testNotEnoughToPayFlashSwap() (gas: 235245)
UniswapFlashSwapExactOutTest:testRevertsForSecondCallback() (gas: 112074)
UniswapFlashSwapExactOutTest:testRevertsIfCalledDirectly() (gas: 104456)
UniswapFlashSwapExactOutTest:testUniswapFlashSwapExactOutLeverageComet() (gas: 312398)
UniswapSwapActionsTest:testApprovalRefund() (gas: 160372)
UniswapSwapActionsTest:testBuyAssetOneStop() (gas: 252378)
UniswapSwapActionsTest:testBuyAssetTwoStops() (gas: 365490)
UniswapSwapActionsTest:testSellAssetOneStop() (gas: 249062)
UniswapSwapActionsTest:testSellAssetTwoStops() (gas: 370410)
WithdrawActionsTest:testBorrow() (gas: 151422)
WithdrawActionsTest:testInvalidInput() (gas: 45776)
WithdrawActionsTest:testWithdraw() (gas: 65832)
WithdrawActionsTest:testWithdrawFrom() (gas: 65244)
WithdrawActionsTest:testWithdrawMultipleAssets() (gas: 140950)
WithdrawActionsTest:testWithdrawTo() (gas: 65772)
WrapperScriptsTest:testUnwrapWETH() (gas: 40088)
WrapperScriptsTest:testUnwrapWstETH() (gas: 88908)
WrapperScriptsTest:testWrapETH() (gas: 74669)
WrapperScriptsTest:testWrapStETH() (gas: 106893)