-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gas-snapshot
95 lines (95 loc) · 8.52 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
AddToAllowlist_Unit_Concrete_Test:test_AddToAllowlist() (gas: 294177)
AddToAllowlist_Unit_Concrete_Test:test_RevertWhen_CallerNotOwner() (gas: 13021)
AddToAllowlist_Unit_Concrete_Test:test_RevertWhen_InvalidZeroCodeModule() (gas: 13101)
CancelRequest_Integration_Concret_Test:test_CancelRequest_PaymentMethodLinearStream_StatusCanceled() (gas: 30130)
CancelRequest_Integration_Concret_Test:test_CancelRequest_PaymentMethodLinearStream_StatusPending() (gas: 456362)
CancelRequest_Integration_Concret_Test:test_CancelRequest_PaymentMethodTranchedStream_StatusCanceled() (gas: 30108)
CancelRequest_Integration_Concret_Test:test_CancelRequest_PaymentMethodTranchedStream_StatusPending() (gas: 455894)
CancelRequest_Integration_Concret_Test:test_CancelRequest_PaymentMethodTransfer() (gas: 30162)
CancelRequest_Integration_Concret_Test:test_RevertWhen_PaymentIsPaid() (gas: 55905)
CancelRequest_Integration_Concret_Test:test_RevertWhen_PaymentMethodLinearStream_StatusPending_SenderNoInitialtStreamSender() (gas: 412484)
CancelRequest_Integration_Concret_Test:test_RevertWhen_PaymentMethodLinearStream_StatusPending_SenderNotPaymentRecipient() (gas: 21892)
CancelRequest_Integration_Concret_Test:test_RevertWhen_PaymentMethodTranchedStream_StatusPending_SenderNoInitialtStreamSender() (gas: 412508)
CancelRequest_Integration_Concret_Test:test_RevertWhen_PaymentMethodTranchedStream_StatusPending_SenderNotPaymentRecipient() (gas: 21849)
CancelRequest_Integration_Concret_Test:test_RevertWhen_PaymentMethodTransfer_SenderNotPaymentRecipient() (gas: 21859)
CancelRequest_Integration_Concret_Test:test_RevertWhen_RequestCanceled() (gas: 29836)
ComputeNumberOfPayments_Helpers_Test:test_ComputeNumberOfPayments_Monthly() (gas: 3530)
ComputeNumberOfPayments_Helpers_Test:test_ComputeNumberOfPayments_Weekly() (gas: 3483)
ComputeNumberOfPayments_Helpers_Test:test_ComputeNumberOfPayments_Yearly() (gas: 3591)
Constructor_ModuleKeeper_Test:test_Constructor() (gas: 241794)
Constructor_StationRegistry_Test:test_Constructor() (gas: 6000889)
Constructor_StreamManager_Integration_Concret_Test:test_Constructor() (gas: 1483582)
CreateAccount_Unit_Concrete_Test:test_CreateAccount_StationIdNonZero() (gas: 838312)
CreateAccount_Unit_Concrete_Test:test_CreateAccount_StationIdZero() (gas: 471586)
CreateAccount_Unit_Concrete_Test:test_RevertWhen_CallerNotStationOwner() (gas: 494552)
CreateRequest_Integration_Concret_Test:test_CreateRequest_LinearStream() (gas: 213120)
CreateRequest_Integration_Concret_Test:test_CreateRequest_PaymentMethodOneOffTransfer() (gas: 213582)
CreateRequest_Integration_Concret_Test:test_CreateRequest_RecurringTransfer() (gas: 214358)
CreateRequest_Integration_Concret_Test:test_CreateRequest_Tranched() (gas: 214732)
CreateRequest_Integration_Concret_Test:test_RevertWhen_CallerNotContract() (gas: 87433)
CreateRequest_Integration_Concret_Test:test_RevertWhen_EndTimeInThePast() (gas: 104518)
CreateRequest_Integration_Concret_Test:test_RevertWhen_NonCompliantSpace() (gas: 94507)
CreateRequest_Integration_Concret_Test:test_RevertWhen_PaymentMethodLinearStream_PaymentAssetNativeToken() (gas: 104640)
CreateRequest_Integration_Concret_Test:test_RevertWhen_PaymentMethodRecurringTransfer_PaymentIntervalTooShortForSelectedRecurrence() (gas: 105215)
CreateRequest_Integration_Concret_Test:test_RevertWhen_PaymentMethodTranchedStream_PaymentAssetNativeToken() (gas: 105883)
CreateRequest_Integration_Concret_Test:test_RevertWhen_PaymentMethodTranchedStream_PaymentIntervalTooShortForSelectedRecurrence() (gas: 105401)
CreateRequest_Integration_Concret_Test:test_RevertWhen_PaymentMethodTranchedStream_RecurrenceSetToOneOff() (gas: 104096)
CreateRequest_Integration_Concret_Test:test_RevertWhen_StartTimeGreaterThanEndTime() (gas: 103921)
CreateRequest_Integration_Concret_Test:test_RevertWhen_ZeroPaymentAmount() (gas: 83212)
CreateRequest_Integration_Fuzz_Test:testFuzz_CreateRequest(uint8,uint8,address,uint40,uint40,uint128) (runs: 10002, μ: 167414, ~: 213538)
DisableModule_Unit_Concrete_Test:test_DisableModule() (gas: 297619)
DisableModule_Unit_Concrete_Test:test_RevertWhen_CallerNotOwner() (gas: 18242)
EnableModule_Unit_Concrete_Test:test_EnableModule() (gas: 38307)
EnableModule_Unit_Concrete_Test:test_RevertWhen_CallerNotOwner() (gas: 18210)
EnableModule_Unit_Concrete_Test:test_RevertWhen_ModuleNotAllowlisted() (gas: 28825)
ExecuteBatch_Unit_Concrete_Test:test_ExecuteBatch() (gas: 310024)
ExecuteBatch_Unit_Concrete_Test:test_RevertWhen_CallerNotOwner() (gas: 32567)
ExecuteBatch_Unit_Concrete_Test:test_RevertWhen_ModuleNotEnabled() (gas: 38738)
ExecuteBatch_Unit_Concrete_Test:test_RevertWhen_WrongArrayLengths() (gas: 57822)
Execute_Unit_Concrete_Test:test_Execute() (gas: 83058)
Execute_Unit_Concrete_Test:test_RevertWhen_CallerNotOwner() (gas: 20659)
Execute_Unit_Concrete_Test:test_RevertWhen_ModuleNotEnabled() (gas: 21166)
Fallback_Unit_Concrete_Test:test_Fallback() (gas: 23595)
MintInvoice_Integration_Concret_Test:test_MintInvoice() (gas: 127976)
MintInvoice_Integration_Concret_Test:test_RevertWhen_CallerNotRelayer() (gas: 14112)
PayPayment_Integration_Concret_Test:test_PayRequest_PaymentMethodLinearStream() (gas: 317023)
PayPayment_Integration_Concret_Test:test_PayRequest_PaymentMethodTranchedStream() (gas: 445445)
PayPayment_Integration_Concret_Test:test_PayRequest_PaymentMethodTransfer_ERC20Token_Recurring() (gas: 106179)
PayPayment_Integration_Concret_Test:test_PayRequest_PaymentMethodTransfer_NativeToken_OneOff() (gas: 70456)
PayPayment_Integration_Concret_Test:test_RevertWhen_PaymentMethodTransfer_NativeTokenTransferFails() (gas: 146017)
PayPayment_Integration_Concret_Test:test_RevertWhen_PaymentMethodTransfer_PaymentAmountLessThanRequestedAmount() (gas: 31822)
PayPayment_Integration_Concret_Test:test_RevertWhen_RequestAlreadyPaid() (gas: 81025)
PayPayment_Integration_Concret_Test:test_RevertWhen_RequestCanceled() (gas: 32409)
PayPayment_Integration_Concret_Test:test_RevertWhen_RequestNull() (gas: 17722)
PayRequest_Integration_Fuzz_Test:testFuzz_PayRequest(uint8,uint8,uint40,uint40,uint128) (runs: 10001, μ: 348425, ~: 320864)
Receive_Unit_Concrete_Test:test_Receive() (gas: 23390)
RemoveFromAllowlist_Unit_Concrete_Test:test_AddToAllowlist() (gas: 22211)
RemoveFromAllowlist_Unit_Concrete_Test:test_RevertWhen_CallerNotOwner() (gas: 12982)
TransferFrom_Integration_Concret_Test:test_TransferFrom() (gas: 15639)
TransferOwnership_Unit_Concrete_Test:test_RevertWhen_CallerNotCurrentOwner() (gas: 15031)
TransferOwnership_Unit_Concrete_Test:test_RevertWhen_NewOwnerZeroAddress() (gas: 12950)
TransferOwnership_Unit_Concrete_Test:test_TransferOwnership() (gas: 22589)
TransferOwnership_Unit_Fuzz_Test:testFuzz_RevertWhen_CallerNotCurrentOwner(address) (runs: 10002, μ: 13560, ~: 13560)
TransferOwnership_Unit_Fuzz_Test:testFuzz_TransferOwnership(address) (runs: 10002, μ: 20803, ~: 20803)
TransferStationOwnership_Unit_Concrete_Test:test_RevertWhen_CallerNotOwner() (gas: 486702)
TransferStationOwnership_Unit_Concrete_Test:test_TransferStationOwnership() (gas: 492259)
UpdateModuleKeeper_Unit_Concrete_Test:test_RevertWhen_CallerNotRegistryOwner() (gas: 13994)
UpdateModuleKeeper_Unit_Concrete_Test:test_UpdateModuleKeeper() (gas: 21811)
UpdateStreamBrokerFee_Integration_Concret_Test:test_RevertWhen_CallerNotOwner() (gas: 12865)
UpdateStreamBrokerFee_Integration_Concret_Test:test_UpdateStreamBrokerFee() (gas: 38936)
WithdrawERC1155_Unit_Concrete_Test:test_RevertWhen_CallerNotAdminOrEntryPoint() (gas: 32720)
WithdrawERC1155_Unit_Concrete_Test:test_RevertWhen_InsufficientERC1155Balance() (gas: 44674)
WithdrawERC1155_Unit_Concrete_Test:test_WithdrawERC1155() (gas: 117528)
WithdrawERC1155_Unit_Concrete_Test:test_WithdrawERC1155_Batch() (gas: 136425)
WithdrawERC20_Unit_Concrete_Test:test_RevertWhen_CallerNotOwner() (gas: 18302)
WithdrawERC20_Unit_Concrete_Test:test_RevertWhen_InsufficientERC20ToWithdraw() (gas: 25695)
WithdrawERC20_Unit_Concrete_Test:test_WithdrawERC20() (gas: 91444)
WithdrawERC721_Unit_Concrete_Test:test_RevertWhen_CallerNotOwner() (gas: 18307)
WithdrawERC721_Unit_Concrete_Test:test_RevertWhen_NonexistentERC721Token() (gas: 31230)
WithdrawERC721_Unit_Concrete_Test:test_WithdrawERC721() (gas: 96680)
WithdrawNative_Unit_Concrete_Test:test_RevertWhen_CallerNotOwner() (gas: 18144)
WithdrawNative_Unit_Concrete_Test:test_RevertWhen_InsufficientNativeToWithdraw() (gas: 17974)
WithdrawNative_Unit_Concrete_Test:test_RevertWhen_NativeWithdrawFailed() (gas: 33626)
WithdrawNative_Unit_Concrete_Test:test_WithdrawNative() (gas: 39195)
WithdrawRequestStream_Integration_Concret_Test:test_WithdrawStream_LinearStream() (gas: 315583)
WithdrawRequestStream_Integration_Concret_Test:test_WithdrawStream_TranchedStream() (gas: 438362)