-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gas-snapshot
336 lines (336 loc) · 23.4 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
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
AffiliationFixedCampaignTest:test_construct_InvalidConfig_emptyTrigger() (gas: 96674)
AffiliationFixedCampaignTest:test_construct_InvalidConfig_noBank() (gas: 96181)
AffiliationFixedCampaignTest:test_ecosystemSetup() (gas: 26368)
AffiliationFixedCampaignTest:test_factory() (gas: 1377476)
AffiliationFixedCampaignTest:test_getChainingConfig() (gas: 6401)
AffiliationFixedCampaignTest:test_handleInteraction() (gas: 313480)
AffiliationFixedCampaignTest:test_handleInteraction_DistributionCapHit() (gas: 361261)
AffiliationFixedCampaignTest:test_handleInteraction_DistributionCapReset() (gas: 390446)
AffiliationFixedCampaignTest:test_handleInteraction_DontResitributeIfSpecified() (gas: 319502)
AffiliationFixedCampaignTest:test_handleInteraction_InactiveCampaign() (gas: 8243)
AffiliationFixedCampaignTest:test_handleInteraction_InfiniteResitributeIfSpecified() (gas: 340808)
AffiliationFixedCampaignTest:test_handleInteraction_Unauthorized() (gas: 4841)
AffiliationFixedCampaignTest:test_handleInteraction_doNothingForUnknownInteraction() (gas: 53567)
AffiliationFixedCampaignTest:test_handleInteraction_doNothingIfNoReferrer() (gas: 81753)
AffiliationFixedCampaignTest:test_init() (gas: 3111)
AffiliationFixedCampaignTest:test_isActive_interactionCampaignInactive() (gas: 7295)
AffiliationFixedCampaignTest:test_isActive_withActivationEndPassed() (gas: 5346)
AffiliationFixedCampaignTest:test_isActive_withActivationPeriod() (gas: 15552)
AffiliationFixedCampaignTest:test_isActive_withActivationStartNotPassed() (gas: 5053)
AffiliationFixedCampaignTest:test_isActive_withBankDisabled() (gas: 6811)
AffiliationFixedCampaignTest:test_metadata() (gas: 7979)
AffiliationFixedCampaignTest:test_setRunningStatus() (gas: 39420)
AffiliationFixedCampaignTest:test_setRunningStatus_Unauthorized() (gas: 27079)
AffiliationFixedCampaignTest:test_setup_isActive() (gas: 15257)
AffiliationFixedCampaignTest:test_supportProductType() (gas: 9771)
AffiliationFixedCampaignTest:test_updateActivationPeriod() (gas: 47712)
AffiliationFixedCampaignTest:test_updateActivationPeriod_Unauthorized() (gas: 13106)
AffiliationFixedCampaignTest:test_updateCapConfig() (gas: 28982)
AffiliationFixedCampaignTest:test_updateCapConfig_Unauthorized() (gas: 13087)
AffiliationRangeCampaignTest:test_construct_InvalidConfig_emptyTrigger() (gas: 97122)
AffiliationRangeCampaignTest:test_construct_InvalidConfig_noBank() (gas: 97093)
AffiliationRangeCampaignTest:test_ecosystemSetup() (gas: 26368)
AffiliationRangeCampaignTest:test_factory() (gas: 1629989)
AffiliationRangeCampaignTest:test_getChainingConfig() (gas: 6444)
AffiliationRangeCampaignTest:test_handleInteraction() (gas: 318065)
AffiliationRangeCampaignTest:test_handleInteraction_DistributionCapHit() (gas: 0)
AffiliationRangeCampaignTest:test_handleInteraction_DistributionCapReset() (gas: 0)
AffiliationRangeCampaignTest:test_handleInteraction_DontResitributeIfSpecified() (gas: 324549)
AffiliationRangeCampaignTest:test_handleInteraction_InactiveCampaign() (gas: 8265)
AffiliationRangeCampaignTest:test_handleInteraction_InfiniteResitributeIfSpecified() (gas: 354403)
AffiliationRangeCampaignTest:test_handleInteraction_Unauthorized() (gas: 4863)
AffiliationRangeCampaignTest:test_handleInteraction_doNothingForUnknownInteraction() (gas: 53722)
AffiliationRangeCampaignTest:test_handleInteraction_doNothingIfNoReferrer() (gas: 87007)
AffiliationRangeCampaignTest:test_init() (gas: 3111)
AffiliationRangeCampaignTest:test_isActive_interactionCampaignInactive() (gas: 7295)
AffiliationRangeCampaignTest:test_isActive_withActivationEndPassed() (gas: 5346)
AffiliationRangeCampaignTest:test_isActive_withActivationPeriod() (gas: 15552)
AffiliationRangeCampaignTest:test_isActive_withActivationStartNotPassed() (gas: 5053)
AffiliationRangeCampaignTest:test_isActive_withBankDisabled() (gas: 6811)
AffiliationRangeCampaignTest:test_metadata() (gas: 8001)
AffiliationRangeCampaignTest:test_setRunningStatus() (gas: 39442)
AffiliationRangeCampaignTest:test_setRunningStatus_Unauthorized() (gas: 27123)
AffiliationRangeCampaignTest:test_setup_isActive() (gas: 15257)
AffiliationRangeCampaignTest:test_supportProductType() (gas: 9771)
AffiliationRangeCampaignTest:test_updateActivationPeriod() (gas: 47938)
AffiliationRangeCampaignTest:test_updateActivationPeriod_Unauthorized() (gas: 12943)
AffiliationRangeCampaignTest:test_updateCapConfig() (gas: 29145)
AffiliationRangeCampaignTest:test_updateCapConfig_Unauthorized() (gas: 12893)
BetaDistributionTest:test_integerBetaPoint_average_beta10() (gas: 44766701)
BetaDistributionTest:test_integerBetaPoint_average_beta2() (gas: 18749357)
BetaDistributionTest:test_integerBetaPoint_betaEqual() (gas: 6165)
BetaDistributionTest:test_integerBetaPoint_betaInferior() (gas: 5853)
BetaDistributionTest:test_integerBetaPoint_betaSuperior() (gas: 9096)
BetaDistributionTest:test_integerBetaPoint_differentPoints() (gas: 17746)
BetaDistributionTest:test_integerBetaPoint_gas() (gas: 30639)
BetaDistributionTest:test_wadBetaPoint_average_beta13() (gas: 111067958)
BetaDistributionTest:test_wadBetaPoint_average_beta2() (gas: 39864968)
BetaDistributionTest:test_wadBetaPoint_betaEqual() (gas: 7903)
BetaDistributionTest:test_wadBetaPoint_betaInferior() (gas: 6662)
BetaDistributionTest:test_wadBetaPoint_betaSuperior() (gas: 13583)
BetaDistributionTest:test_wadBetaPoint_differentPoints() (gas: 30887)
BetaDistributionTest:test_wadBetaPoint_distribution() (gas: 0)
BetaDistributionTest:test_wadBetaPoint_gas() (gas: 66798)
CampaignBankFactoryTest:testFuzz_deployCampaignBank(uint256,address) (runs: 128, μ: 846586, ~: 846586)
CampaignBankFactoryTest:test_deployCampaignBank() (gas: 848590)
CampaignBankFactoryTest:test_deployCampaignBank_CantRedeploySameOne() (gas: 1040456230)
CampaignBankFactoryTest:test_ecosystemSetup() (gas: 26367)
CampaignBankTest:invariant_totalPendingLtBalance() (runs: 128, calls: 64000, reverts: 48309)
CampaignBankTest:test_campaignAllowance() (gas: 91504)
CampaignBankTest:test_config() (gas: 12989)
CampaignBankTest:test_distributeRewards() (gas: 222702)
CampaignBankTest:test_distributionState() (gas: 57806)
CampaignBankTest:test_ecosystemSetup() (gas: 26369)
CampaignBankTest:test_isAbleToDistribute() (gas: 150078)
CampaignBankTest:test_startDisabled() (gas: 10466)
CampaignBankTest:test_withdraw() (gas: 190658)
CampaignBankTest:test_withdraw_withPendingRewards() (gas: 229740)
DappInteractionTest:test_UnandledProductType() (gas: 0)
DappInteractionTest:test_direct_mpt() (gas: 774690)
DappInteractionTest:test_ecosystemSetup() (gas: 26283)
DappInteractionTest:test_multiCampaign() (gas: 5761294)
DappInteractionTest:test_singleCampaign() (gas: 1596247)
DappInteractionTest:test_storageCallUpdate() (gas: 94218)
DappInteractionTest:test_storageCallUpdate_CallFailed() (gas: 92882)
DappInteractionTest:test_storageCallUpdate_CallVerificationFailed() (gas: 94784)
DappInteractionTest:test_storageUpdate() (gas: 159409)
DappInteractionTest:test_storageUpdate_UnknownContract() (gas: 25485)
DappInteractionTest:test_storageUpdate_deregister_UnknownContract() (gas: 76018)
InteractionDelegatorTest:test_UnandledProductType() (gas: 0)
InteractionDelegatorTest:test_default_validator_disable() (gas: 180404)
InteractionDelegatorTest:test_default_validator_enable() (gas: 188013)
InteractionDelegatorTest:test_delegateInteraction() (gas: 55076)
InteractionDelegatorTest:test_delegateInteraction_Unauthorized() (gas: 14436)
InteractionDelegatorTest:test_delegateInteractions() (gas: 56014)
InteractionDelegatorTest:test_delegateInteractions_Unauthorized() (gas: 14625)
InteractionDelegatorTest:test_delegateInteractions_compressed() (gas: 163650)
InteractionDelegatorTest:test_disable_mode() (gas: 182042)
InteractionDelegatorTest:test_ecosystemSetup() (gas: 26390)
InteractionDelegatorTest:test_eip712() (gas: 19041)
InteractionDelegatorTest:test_enableInteractionDelegation() (gas: 9807)
InteractionDelegatorTest:test_enable_then_mode_1() (gas: 285595)
InteractionDelegatorTest:test_external_call_batch_execute_fail() (gas: 28348)
InteractionDelegatorTest:test_external_call_batch_execute_success() (gas: 705842)
InteractionDelegatorTest:test_external_call_default() (gas: 26293)
InteractionDelegatorTest:test_external_call_execute_delegatecall_fail() (gas: 27240)
InteractionDelegatorTest:test_external_call_execute_delegatecall_option_fail() (gas: 25167)
InteractionDelegatorTest:test_external_call_execute_delegatecall_success() (gas: 27138)
InteractionDelegatorTest:test_external_call_execute_fail() (gas: 27532)
InteractionDelegatorTest:test_external_call_execute_success() (gas: 27478)
InteractionDelegatorTest:test_external_call_execution() (gas: 613309)
InteractionDelegatorTest:test_fail_validate_not_activate() (gas: 411609)
InteractionDelegatorTest:test_fail_validate_wrongsignature() (gas: 37171)
InteractionDelegatorTest:test_get_nonce() (gas: 27885)
InteractionDelegatorTest:test_get_nonce(uint192) (runs: 128, μ: 22200, ~: 22200)
InteractionDelegatorTest:test_ignore() (gas: 186)
InteractionDelegatorTest:test_initialize() (gas: 153808)
InteractionDelegatorTest:test_initialize_twice() (gas: 20865)
InteractionDelegatorTest:test_mode_2() (gas: 251541)
InteractionDelegatorTest:test_multiCampaign() (gas: 0)
InteractionDelegatorTest:test_revert_when_mode_disabled() (gas: 198406)
InteractionDelegatorTest:test_sendInteraction() (gas: 43766)
InteractionDelegatorTest:test_sendInteraction_NotAuthorizedCaller() (gas: 10879)
InteractionDelegatorTest:test_sendInteractions() (gas: 44599)
InteractionDelegatorTest:test_sendInteractions_NotAuthorizedCaller() (gas: 11433)
InteractionDelegatorTest:test_set_default_validator() (gas: 526327)
InteractionDelegatorTest:test_set_execution() (gas: 572049)
InteractionDelegatorTest:test_should_emit_event_on_receive() (gas: 22577)
InteractionDelegatorTest:test_should_receive_erc1155() (gas: 908911)
InteractionDelegatorTest:test_should_receive_erc1155_batch() (gas: 936458)
InteractionDelegatorTest:test_should_receive_erc721() (gas: 665783)
InteractionDelegatorTest:test_should_return_address_if_deployed() (gas: 24173)
InteractionDelegatorTest:test_singleCampaign() (gas: 0)
InteractionDelegatorTest:test_sudo() (gas: 176277)
InteractionDelegatorTest:test_sudo_wrongSig() (gas: 114848)
InteractionDelegatorTest:test_upgrade() (gas: 21031)
InteractionDelegatorTest:test_validateUserOp_fail_invalid_mode() (gas: 26457)
InteractionDelegatorTest:test_validateUserOp_fail_not_entryPoint() (gas: 23220)
InteractionDelegatorTest:test_validate_signature() (gas: 200246)
PressInteractionTest:testFuzz_articleOpened(bytes32,address) (runs: 128, μ: 23668, ~: 23668)
PressInteractionTest:testFuzz_articleRead(bytes32,address) (runs: 128, μ: 23670, ~: 23670)
PressInteractionTest:test_UnandledProductType() (gas: 0)
PressInteractionTest:test_UnknownInteraction() (gas: 20388)
PressInteractionTest:test_articleOpened() (gas: 25803)
PressInteractionTest:test_articleRead() (gas: 25847)
PressInteractionTest:test_articleRead_InvalidValidation() (gas: 27178)
PressInteractionTest:test_construct() (gas: 199787)
PressInteractionTest:test_description() (gas: 21684)
PressInteractionTest:test_domainSeparator() (gas: 8390)
PressInteractionTest:test_ecosystemSetup() (gas: 26367)
PressInteractionTest:test_multiCampaign() (gas: 5630274)
PressInteractionTest:test_singleCampaign() (gas: 1465229)
ProductAdministratorRegistryTest:test_grant_Unauthorized(address,uint256) (runs: 128, μ: 23064, ~: 23064)
ProductAdministratorRegistryTest:test_grant_randomRoles_fromAdmin(address,uint256) (runs: 128, μ: 48102, ~: 48101)
ProductAdministratorRegistryTest:test_grant_randomRoles_fromOwner(address,uint256) (runs: 128, μ: 49693, ~: 49692)
ProductAdministratorRegistryTest:test_hasRoles_noDefaultRoles(address) (runs: 128, μ: 29040, ~: 29040)
ProductAdministratorRegistryTest:test_renonceAll_randomRoles(address,uint256) (runs: 128, μ: 41848, ~: 41848)
ProductAdministratorRegistryTest:test_renonce_randomRoles(address,uint256) (runs: 128, μ: 42028, ~: 42027)
ProductAdministratorRegistryTest:test_revokeAll_randomRoles(address,uint256) (runs: 128, μ: 44296, ~: 44296)
ProductAdministratorRegistryTest:test_revoke_randomRoles(address,uint256) (runs: 128, μ: 44464, ~: 44464)
ProductInteractionManagerTest:test_addInteractionMananger() (gas: 1876550)
ProductInteractionManagerTest:test_deleteInteractionContract() (gas: 1811269)
ProductInteractionManagerTest:test_deleteInteractionContract_Unauthorized() (gas: 1830818)
ProductInteractionManagerTest:test_deleteInteractionManager() (gas: 67472)
ProductInteractionManagerTest:test_deployCampaign() (gas: 3249096)
ProductInteractionManagerTest:test_deployInteractionContract() (gas: 3650833)
ProductInteractionManagerTest:test_deployInteractionContract_CantHandleProductTypes() (gas: 1748396)
ProductInteractionManagerTest:test_deployInteractionContract_InteractionContractAlreadyDeployed() (gas: 1831567)
ProductInteractionManagerTest:test_deployInteractionContract_SaltClash() (gas: 1010006935)
ProductInteractionManagerTest:test_deployInteractionContract_Unauthorized() (gas: 28422)
ProductInteractionManagerTest:test_deployInteractionContract_fromMinter() (gas: 3636403)
ProductInteractionManagerTest:test_detachCampaigns_multi() (gas: 7419810)
ProductInteractionManagerTest:test_detachCampaigns_single() (gas: 7412065)
ProductInteractionManagerTest:test_ecosystemSetup() (gas: 26380)
ProductInteractionManagerTest:test_getInteractionContract() (gas: 1836306)
ProductInteractionManagerTest:test_reinit() (gas: 1763637)
ProductInteractionManagerTest:test_updateFacetsFactory() (gas: 21816)
ProductInteractionManagerTest:test_updateFacetsFactory_Unauthorized() (gas: 17415)
ProductInteractionManagerTest:test_updateInteractionContract() (gas: 1838019)
ProductInteractionManagerTest:test_updateInteractionContract_NoInteractionContractFound() (gas: 33031)
ProductInteractionManagerTest:test_updateInteractionContract_Unauthorized() (gas: 28401)
ProductInteractionManagerTest:test_upgrade() (gas: 1767610)
ProductRegistryTest:test_isAuthorized() (gas: 168607)
ProductRegistryTest:test_mint() (gas: 144675)
ProductRegistryTest:test_mint_AlreadyExistingProduct() (gas: 145839)
ProductRegistryTest:test_mint_InvalidNameOrDomain() (gas: 30056)
ProductRegistryTest:test_mint_Unauthorized() (gas: 13133)
ProductRegistryTest:test_productRegistry_description() (gas: 49725)
ProductRegistryTest:test_setBaseMetadataUrl_isAuthorized() (gas: 28215)
ProductRegistryTest:test_updateMetadata() (gas: 186379)
PurchaseFeatureInteractionTest:testFuzz_purchaseCompleted(uint256) (runs: 128, μ: 50817, ~: 50817)
PurchaseFeatureInteractionTest:testFuzz_purchaseStarted(uint256) (runs: 128, μ: 25699, ~: 25699)
PurchaseFeatureInteractionTest:testFuzz_unsafePurchaseCompleted(uint256) (runs: 128, μ: 48010, ~: 48010)
PurchaseFeatureInteractionTest:test_UnandledProductType() (gas: 0)
PurchaseFeatureInteractionTest:test_construct() (gas: 371963)
PurchaseFeatureInteractionTest:test_description() (gas: 16935)
PurchaseFeatureInteractionTest:test_ecosystemSetup() (gas: 26345)
PurchaseFeatureInteractionTest:test_multiCampaign() (gas: 5630088)
PurchaseFeatureInteractionTest:test_purchaseCompleted() (gas: 50827)
PurchaseFeatureInteractionTest:test_purchaseCompleted_DontHandleTwice() (gas: 61170)
PurchaseFeatureInteractionTest:test_purchaseCompleted_NotCompleted() (gas: 45566)
PurchaseFeatureInteractionTest:test_purchaseCompleted_OracleNotSet() (gas: 45759)
PurchaseFeatureInteractionTest:test_purchaseStarted() (gas: 25609)
PurchaseFeatureInteractionTest:test_singleCampaign() (gas: 1465065)
PurchaseFeatureInteractionTest:test_unsafePurchaseCompleted() (gas: 47940)
PurchaseFeatureInteractionTest:test_unsafePurchaseCompleted_DontHandleTwice() (gas: 57295)
PurchaseOracleTest:testFuzz_updateMerkleRoot(bytes32) (runs: 128, μ: 43038, ~: 43038)
PurchaseOracleTest:testFuzz_verifyPurchase(uint256) (runs: 128, μ: 42198, ~: 42198)
PurchaseOracleTest:test_ecosystemSetup() (gas: 26390)
PurchaseOracleTest:test_externalMerkleProof() (gas: 49779)
PurchaseOracleTest:test_generateMekleTreeAndProof() (gas: 3820)
PurchaseOracleTest:test_updateMerkleRoot() (gas: 42981)
PurchaseOracleTest:test_updateMerkleRoot_Unauthorized() (gas: 21374)
PurchaseOracleTest:test_updateMerkleRoot_toZero() (gas: 23066)
PurchaseOracleTest:test_verifyPurchase() (gas: 42196)
PurchaseOracleTest:test_verifyPurchase_MerkleRootNotSet() (gas: 13440)
PurchaseOracleTest:test_verifyPurchase_invalidProof() (gas: 42260)
PushPullModuleTest:invariant_totalPendingLtBalance() (runs: 128, calls: 64000, reverts: 40305)
PushPullModuleTest:testFuzz_addReward(address,uint256) (runs: 128, μ: 130124, ~: 130746)
PushPullModuleTest:testFuzz_addReward_NotEnoughToken(uint256) (runs: 128, μ: 86477, ~: 87721)
PushPullModuleTest:test_addReward() (gas: 163593)
PushPullModuleTest:test_addReward_NotEnoughToken() (gas: 87204)
PushPullModuleTest:test_addRewards() (gas: 163271)
PushPullModuleTest:test_addRewards_NotEnoughToken() (gas: 115231)
PushPullModuleTest:test_claim_single() (gas: 179103)
ReferralCampaignTest:test_construct_InvalidConfig_emptyTrigger() (gas: 96122)
ReferralCampaignTest:test_construct_InvalidConfig_noBank() (gas: 96074)
ReferralCampaignTest:test_ecosystemSetup() (gas: 26368)
ReferralCampaignTest:test_handleInteraction() (gas: 313604)
ReferralCampaignTest:test_handleInteraction_DistributionCapHit() (gas: 361057)
ReferralCampaignTest:test_handleInteraction_DistributionCapReset() (gas: 390205)
ReferralCampaignTest:test_handleInteraction_DontResitributeIfSpecified() (gas: 319637)
ReferralCampaignTest:test_handleInteraction_InactiveCampaign() (gas: 8287)
ReferralCampaignTest:test_handleInteraction_InfiniteResitributeIfSpecified() (gas: 341103)
ReferralCampaignTest:test_handleInteraction_Unauthorized() (gas: 4819)
ReferralCampaignTest:test_handleInteraction_doNothingForUnknownInteraction() (gas: 53556)
ReferralCampaignTest:test_handleInteraction_doNothingIfNoReferrer() (gas: 81768)
ReferralCampaignTest:test_init() (gas: 3088)
ReferralCampaignTest:test_isActive_interactionCampaignInactive() (gas: 7309)
ReferralCampaignTest:test_isActive_withActivationEndPassed() (gas: 5362)
ReferralCampaignTest:test_isActive_withActivationPeriod() (gas: 15526)
ReferralCampaignTest:test_isActive_withActivationStartNotPassed() (gas: 5053)
ReferralCampaignTest:test_isActive_withBankDisabled() (gas: 6850)
ReferralCampaignTest:test_metadata() (gas: 7979)
ReferralCampaignTest:test_setRunningStatus() (gas: 39420)
ReferralCampaignTest:test_setRunningStatus_Unauthorized() (gas: 27079)
ReferralCampaignTest:test_setup_isActive() (gas: 15273)
ReferralCampaignTest:test_supportProductType() (gas: 9793)
ReferralCampaignTest:test_updateActivationPeriod() (gas: 47468)
ReferralCampaignTest:test_updateActivationPeriod_Unauthorized() (gas: 12921)
ReferralCampaignTest:test_updateCapConfig() (gas: 28823)
ReferralCampaignTest:test_updateCapConfig_Unauthorized() (gas: 12937)
ReferralInteractionTest:testFuzz_referred(address,address) (runs: 128, μ: 64157, ~: 64157)
ReferralInteractionTest:test_UnandledProductType() (gas: 0)
ReferralInteractionTest:test_ecosystemSetup() (gas: 26367)
ReferralInteractionTest:test_multiCampaign() (gas: 5629869)
ReferralInteractionTest:test_referralLinkCreation() (gas: 25053)
ReferralInteractionTest:test_referred() (gas: 68193)
ReferralInteractionTest:test_referred_alreadyHasReferrer() (gas: 81095)
ReferralInteractionTest:test_referred_doNothing() (gas: 30786)
ReferralInteractionTest:test_singleCampaign() (gas: 1464825)
ReferralRegistryTest:test_getCappedReferrers() (gas: 82197)
ReferralRegistryTest:test_grantAccessToTree() (gas: 12730)
ReferralRegistryTest:test_saveReferrer_AlreadyHaveReferer() (gas: 84381)
ReferralRegistryTest:test_saveReferrer_AlreadyInRefererChain() (gas: 81419)
ReferralRegistryTest:test_saveReferrer_InvalidReferrer() (gas: 21722)
ReferralRegistryTest:test_saveReferrer_NotAllowedOnTheGivenTree() (gas: 17120)
ReferralRegistryTest:test_saveReferrer_chain() (gas: 83195)
ReferralRegistryTest:test_saveReferrer_multi() (gas: 77891)
ReferralRegistryTest:test_saveReferrer_tree() (gas: 85902)
ReferralRegistryTest:test_transferAccessToTree() (gas: 64669)
RetailInteractionTest:testFuzz_customerMeeting(bytes32,address) (runs: 128, μ: 23634, ~: 23634)
RetailInteractionTest:test_UnandledProductType() (gas: 0)
RetailInteractionTest:test_UnknownInteraction() (gas: 20332)
RetailInteractionTest:test_construct() (gas: 169538)
RetailInteractionTest:test_customerMeeting() (gas: 25790)
RetailInteractionTest:test_description() (gas: 21684)
RetailInteractionTest:test_domainSeparator() (gas: 8412)
RetailInteractionTest:test_ecosystemSetup() (gas: 26345)
RetailInteractionTest:test_multiCampaign() (gas: 5630252)
RetailInteractionTest:test_singleCampaign() (gas: 1465274)
WebAuthnFclValidatorTest:test_default_validator_disable() (gas: 419847)
WebAuthnFclValidatorTest:test_default_validator_enable() (gas: 432900)
WebAuthnFclValidatorTest:test_disable_mode() (gas: 416920)
WebAuthnFclValidatorTest:test_dontRevertForDummySig() (gas: 35435)
WebAuthnFclValidatorTest:test_eip712() (gas: 18981)
WebAuthnFclValidatorTest:test_enable_then_mode_1() (gas: 543416)
WebAuthnFclValidatorTest:test_external_call_batch_execute_fail() (gas: 26227)
WebAuthnFclValidatorTest:test_external_call_batch_execute_success() (gas: 0)
WebAuthnFclValidatorTest:test_external_call_default() (gas: 0)
WebAuthnFclValidatorTest:test_external_call_execute_delegatecall_fail() (gas: 0)
WebAuthnFclValidatorTest:test_external_call_execute_delegatecall_option_fail() (gas: 23141)
WebAuthnFclValidatorTest:test_external_call_execute_delegatecall_success() (gas: 0)
WebAuthnFclValidatorTest:test_external_call_execute_fail() (gas: 23243)
WebAuthnFclValidatorTest:test_external_call_execute_success() (gas: 0)
WebAuthnFclValidatorTest:test_external_call_execution() (gas: 0)
WebAuthnFclValidatorTest:test_fail_validate_InvalidWebAuthnData() (gas: 59960)
WebAuthnFclValidatorTest:test_fail_validate_not_activate() (gas: 411576)
WebAuthnFclValidatorTest:test_fail_validate_wrongsignature() (gas: 274135)
WebAuthnFclValidatorTest:test_get_nonce() (gas: 27885)
WebAuthnFclValidatorTest:test_get_nonce(uint192) (runs: 128, μ: 22200, ~: 22200)
WebAuthnFclValidatorTest:test_initialize() (gas: 204262)
WebAuthnFclValidatorTest:test_initialize_twice() (gas: 25406)
WebAuthnFclValidatorTest:test_mode_2() (gas: 509848)
WebAuthnFclValidatorTest:test_revert_when_mode_disabled() (gas: 433253)
WebAuthnFclValidatorTest:test_set_default_validator() (gas: 770422)
WebAuthnFclValidatorTest:test_set_execution() (gas: 813237)
WebAuthnFclValidatorTest:test_should_emit_event_on_receive() (gas: 22577)
WebAuthnFclValidatorTest:test_should_receive_erc1155() (gas: 908911)
WebAuthnFclValidatorTest:test_should_receive_erc1155_batch() (gas: 936480)
WebAuthnFclValidatorTest:test_should_receive_erc721() (gas: 665828)
WebAuthnFclValidatorTest:test_should_return_address_if_deployed() (gas: 28726)
WebAuthnFclValidatorTest:test_sudo() (gas: 416215)
WebAuthnFclValidatorTest:test_sudo_wrongSig() (gas: 349840)
WebAuthnFclValidatorTest:test_upgrade() (gas: 21053)
WebAuthnFclValidatorTest:test_validateUserOp_fail_invalid_mode() (gas: 26479)
WebAuthnFclValidatorTest:test_validateUserOp_fail_not_entryPoint() (gas: 23220)
WebAuthnFclValidatorTest:test_validate_signature() (gas: 269926)
WebAuthnFclValidatorTest:test_webAuthnSignatureGeneration(bytes32,uint256) (runs: 128, μ: 517623, ~: 500160)
WebAuthnFclValidatorTest:test_webAuthnSignatureGeneration_solo() (gas: 458059)
WebShopInteractionTest:testFuzz_webshopOpen(address) (runs: 128, μ: 22649, ~: 22649)
WebShopInteractionTest:test_UnandledProductType() (gas: 0)
WebShopInteractionTest:test_construct() (gas: 143437)
WebShopInteractionTest:test_ecosystemSetup() (gas: 26367)
WebShopInteractionTest:test_multiCampaign() (gas: 5629613)
WebShopInteractionTest:test_singleCampaign() (gas: 1464569)
WebShopInteractionTest:test_webshopOpen() (gas: 24833)