-
Notifications
You must be signed in to change notification settings - Fork 2
/
.gas-snapshot
140 lines (140 loc) · 8.56 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
ContentPoolTest:test_addReward_InvalidReward_ko() (gas: 28972)
ContentPoolTest:test_addReward_InvalidRole_ko() (gas: 17640)
ContentPoolTest:test_addReward_ok() (gas: 66202)
ContentPoolTest:test_canBeDeployedAndInit_ok() (gas: 2821772)
ContentPoolTest:test_getRewardStates_ok() (gas: 223663)
ContentPoolTest:test_initialize_InitTwice_ko() (gas: 17982)
ContentPoolTest:test_participantStates_ok() (gas: 220753)
ContentPoolTest:test_updateUserAndPool_WithRewardBeforeState_ok() (gas: 428712)
ContentPoolTest:test_updateUserAndPool_ok() (gas: 325513)
ContentPoolTest:test_updateUser_MultiTokenTransfer_ok() (gas: 539394)
ContentPoolTest:test_updateUser_WithRewardBeforeStateChange_ok() (gas: 713311)
ContentPoolTest:test_updateUser_ok() (gas: 400285)
FrakTeasuryWalletTest:test_canBeDeployedAndInit_ok() (gas: 1773826)
FrakTeasuryWalletTest:test_initialize_InitTwice_ko() (gas: 17937)
FrakTeasuryWalletTest:test_transferBatch_InvalidArray_ko() (gas: 28753)
FrakTeasuryWalletTest:test_transferBatch_NoReward_ko() (gas: 34416)
FrakTeasuryWalletTest:test_transferBatch_NotEnoughTreasury_ko() (gas: 11322694)
FrakTeasuryWalletTest:test_transferBatch_NotMinter_ko() (gas: 18928)
FrakTeasuryWalletTest:test_transferBatch_RewardTooLarge_ko() (gas: 34431)
FrakTeasuryWalletTest:test_transferBatch_ok() (gas: 137888)
FrakTeasuryWalletTest:test_transfer_InvalidAddress_ko() (gas: 18375)
FrakTeasuryWalletTest:test_transfer_NoReward_ko() (gas: 20508)
FrakTeasuryWalletTest:test_transfer_NotEnoughTreasury_ko() (gas: 11321404)
FrakTeasuryWalletTest:test_transfer_NotMinter_ko() (gas: 17684)
FrakTeasuryWalletTest:test_transfer_RewardTooLarge_ko() (gas: 20534)
FrakTeasuryWalletTest:test_transfer_ok() (gas: 136126)
FrakTokenTest:invariant_cap_lt_supply() (runs: 256, calls: 3840, reverts: 3443)
FrakTokenTest:test_burn_ok() (gas: 53321)
FrakTokenTest:test_canBeDeployedAndInit_ok() (gas: 4950012)
FrakTokenTest:test_cap_ok() (gas: 10366)
FrakTokenTest:test_decimals_ok() (gas: 10426)
FrakTokenTest:test_initialize_InitTwice_ko() (gas: 15759)
FrakTokenTest:test_mint_CapExceed_ko() (gas: 88431)
FrakTokenTest:test_mint_InvalidRole_ko() (gas: 17704)
FrakTokenTest:test_mint_ok() (gas: 68219)
FrakTokenTest:test_name_ok() (gas: 14776)
FrakTokenTest:test_permit_DelayExpired_ko() (gas: 28091)
FrakTokenTest:test_permit_InvalidNonce_ko() (gas: 50335)
FrakTokenTest:test_permit_InvalidSigner_ko() (gas: 53944)
FrakTokenTest:test_permit_ok() (gas: 77781)
FrakTokenTest:test_symbol_ok() (gas: 14797)
FraktionCostBadgesTest:test_defaultPrice_InvalidFraktionType_ko() (gas: 46509)
FraktionCostBadgesTest:test_defaultPrice_ok() (gas: 26126)
FraktionCostBadgesTest:test_updatePrice_InvalidFraktionType_ko() (gas: 46442)
FraktionCostBadgesTest:test_updatePrice_InvalidRole_ko() (gas: 17705)
FraktionCostBadgesTest:test_updatePrice_ok() (gas: 126654)
FraktionTokensTest:test_addContent_InvalidRole_ko() (gas: 18870)
FraktionTokensTest:test_addContent_SupplyUpdateNotAllowed_ko() (gas: 75241)
FraktionTokensTest:test_addContent_ok() (gas: 330174)
FraktionTokensTest:test_batchBalance_ok() (gas: 59879)
FraktionTokensTest:test_burn_ok() (gas: 49614)
FraktionTokensTest:test_canBeDeployedAndInit_ok() (gas: 7337660)
FraktionTokensTest:test_initialize_InitTwice_ko() (gas: 16030)
FraktionTokensTest:test_ownerOf_ok() (gas: 16910)
FraktionTokensTest:test_permitTransferAll_DelayExpired_ko() (gas: 27984)
FraktionTokensTest:test_permitTransferAll_InvalidNonce_ko() (gas: 50430)
FraktionTokensTest:test_permitTransferAll_InvalidSigner_ko() (gas: 53829)
FraktionTokensTest:test_permitTransferAll_ok() (gas: 77652)
FraktionTokensTest:test_setUpTransferCallback_ok() (gas: 368003)
FraktionTokensTest:test_supply_InvalidRole_ko() (gas: 53455)
FraktionTokensTest:test_supply_SupplyUpdateNotAllowed_ko() (gas: 45998)
FraktionTokensTest:test_supply_ok() (gas: 87798)
FraktionTokensTest:test_transferAllFrom_ok() (gas: 189442)
MinterTest:test_addContent_InvalidRole_ko() (gas: 17786)
MinterTest:test_addContent_InvalidSupply_ko() (gas: 62349)
MinterTest:test_addContent_ok() (gas: 194511)
MinterTest:test_benchmarkAddContent_ok() (gas: 695493)
MinterTest:test_canBeDeployedAndInit_ok() (gas: 2461778)
MinterTest:test_increaseSupply_InvalidRole_ko() (gas: 62426)
MinterTest:test_increaseSupply_ok() (gas: 75960)
MinterTest:test_initialize_InitTwice_ko() (gas: 22408)
MinterTest:test_mintFraktionForUser_ok() (gas: 212890)
MinterTest:test_mintFraktion_TooManyFraktion_ko() (gas: 216392)
MinterTest:test_mintFraktion_noSig_NoApproval_ko() (gas: 116862)
MinterTest:test_mintFraktion_noSig_TooManyFraktion_ko() (gas: 202120)
MinterTest:test_mintFraktion_noSig_ok() (gas: 176306)
MinterTest:test_mintFraktion_ok() (gas: 210327)
MinterTest:test_mintFreeFraktionForUser_ok() (gas: 60226)
MinterTest:test_mintFreeFraktion_ExpectingOnlyFreeFraktion_ko() (gas: 40051)
MinterTest:test_mintFreeFraktion_TooManyFraktion_ko() (gas: 66043)
MinterTest:test_mintFreeFraktion_ok() (gas: 62919)
MultiVestingWalletsTest:test_canBeDeployedAndInit_ok() (gas: 2732546)
MultiVestingWalletsTest:test_createVestBatch() (gas: 210765)
MultiVestingWalletsTest:test_createVestBatch_ArrayInvalidLength_ko() (gas: 79092)
MultiVestingWalletsTest:test_createVestBatch_EmptyArray_ko() (gas: 78892)
MultiVestingWalletsTest:test_createVestBatch_NotEnoughReserve_ko() (gas: 85511)
MultiVestingWalletsTest:test_createVestBatch_NotManager_ko() (gas: 80929)
MultiVestingWalletsTest:test_createVest_InvalidAddress_ko() (gas: 81973)
MultiVestingWalletsTest:test_createVest_InvalidDuration_ko() (gas: 80515)
MultiVestingWalletsTest:test_createVest_InvalidReward_ko() (gas: 81997)
MultiVestingWalletsTest:test_createVest_InvalidStartDateTooFar_ko() (gas: 80524)
MultiVestingWalletsTest:test_createVest_InvalidStartDate_ko() (gas: 80564)
MultiVestingWalletsTest:test_createVest_NotEnoughReserve_ko() (gas: 84076)
MultiVestingWalletsTest:test_createVest_NotManager_ko() (gas: 79675)
MultiVestingWalletsTest:test_createVest_TooLargeReward_ko() (gas: 82066)
MultiVestingWalletsTest:test_createVest_ok() (gas: 209085)
MultiVestingWalletsTest:test_decimals_ok() (gas: 10391)
MultiVestingWalletsTest:test_initialize_InitTwice_ko() (gas: 18027)
MultiVestingWalletsTest:test_name_ok() (gas: 12085)
MultiVestingWalletsTest:test_releaseAllForUser_ok() (gas: 233626)
MultiVestingWalletsTest:test_releaseAll_ok() (gas: 228563)
MultiVestingWalletsTest:test_release_ok() (gas: 238029)
MultiVestingWalletsTest:test_symbol_ok() (gas: 12117)
MultiVestingWalletsTest:test_transferReserve_ok() (gas: 103721)
MultiVestingWalletsTest:test_transfer_InvalidAddress_ko() (gas: 208297)
MultiVestingWalletsTest:test_transfer_InvalidUser_ko() (gas: 209500)
MultiVestingWalletsTest:test_transfer_ok() (gas: 226492)
ReferralPoolTest:test_canBeDeployedAndInit_ok() (gas: 1690025)
ReferralPoolTest:test_initialize_InitTwice_ko() (gas: 17881)
RewarderConfigTest:test_canBeDeployedAndInit_ok() (gas: 2534102)
RewarderConfigTest:test_initialize_InitTwice_ko() (gas: 26774)
RewarderConfigTest:test_updateContentBadge_BadgeTooLarge_ko() (gas: 20191)
RewarderConfigTest:test_updateContentBadge_InvalidRole_ko() (gas: 17630)
RewarderConfigTest:test_updateContentBadge_ok() (gas: 46435)
RewarderConfigTest:test_updateListenerBadge_BadgeTooLarge_ko() (gas: 20196)
RewarderConfigTest:test_updateListenerBadge_InvalidRole_ko() (gas: 17711)
RewarderConfigTest:test_updateListenerBadge_ok() (gas: 46543)
RewarderConfigTest:test_updateTpu_InvalidRole_ko() (gas: 15412)
RewarderConfigTest:test_updateTpu_ok() (gas: 23797)
RewarderTest:test_pay_ContentTypeImpact_ok() (gas: 212716)
RewarderTest:test_pay_FreeFraktion_ok() (gas: 191970)
RewarderTest:test_pay_InvalidAddress_ko() (gas: 21620)
RewarderTest:test_pay_InvalidArray_ko() (gas: 38041)
RewarderTest:test_pay_InvalidContent_ko() (gas: 56871)
RewarderTest:test_pay_InvalidRoles_ko() (gas: 21259)
RewarderTest:test_pay_PayedFraktions_LargeListenCounts_ok() (gas: 367049)
RewarderTest:test_pay_PayedFraktions_TooMuchListenCounts_ko() (gas: 166919)
RewarderTest:test_pay_PayedFraktions_ok() (gas: 404918)
RewarderTest:test_pay_TooLargeReward_ko() (gas: 230502)
VestingWalletFactoryTest:test_canBeDeployedAndInit_ok() (gas: 2093328)
VestingWalletFactoryTest:test_initialize_InitTwice_ko() (gas: 17926)
WalletMigratorTest:test_claimAllFoundsForUser_ok() (gas: 359120)
WalletMigratorTest:test_claimAllFounds_ok() (gas: 359246)
WalletMigratorTest:test_fullMigrationForUserDirect_ok() (gas: 567961)
WalletMigratorTest:test_fullMigrationForUser_ok() (gas: 634588)
WalletMigratorTest:test_fullMigration_ok() (gas: 633912)
WalletMigratorTest:test_migrateFrationsForUser_ok() (gas: 269098)
WalletMigratorTest:test_migrateFrations_ok() (gas: 269212)
WalletMigratorTest:test_migrateFrkForUser_ok() (gas: 144729)
WalletMigratorTest:test_migrateFrk_ok() (gas: 144949)