forked from m1guelpf/lil-web3
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gas-snapshot
58 lines (58 loc) · 2.63 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
testCanRegister() (gas: 30129)
testCanUpdate() (gas: 33877)
testCannotRegisterExistingName() (gas: 36909)
testNonOwnerCannotUpdate() (gas: 37422)
testCanFlashloan() (gas: 134938)
testCanFlashloanWithFees() (gas: 147404)
testCannotFlasloanIfNotEnoughBalance() (gas: 62469)
testCannotSetFeesHigherThan100Percent() (gas: 12167)
testDataIsForwarded() (gas: 142252)
testFlashloanRevertsIfNotFeesNotPaid() (gas: 145814)
testFlashloanRevertsIfNotRepaid() (gas: 96899)
testManagerCanSetFees() (gas: 35484)
testManagerCanWithdrawTokens() (gas: 89039)
testNonManagerCannotSetFees() (gas: 12953)
testNonManagerCannotWithdrawTokens() (gas: 62649)
testCanSplitToken() (gas: 1498048)
testCannotJoinNonExistingToken() (gas: 11278)
testNonHolderCannotJoinToken() (gas: 1531255)
testNonOwnerCannotSplitToken() (gas: 1462890)
testPartialHolderCannotJoinToken() (gas: 1555996)
testTotalSupplyOwnerCanJoinToken() (gas: 1557896)
testCanExecute() (gas: 1368067)
testCanExecuteWithData() (gas: 1392318)
testCanExecuteWithValue() (gas: 1397609)
testCanSetQuorum(uint256) (runs: 256, μ: 1331451, ~: 1331453)
testCanSetSigner() (gas: 1379132)
testCannotExecuteWithDuplicatedSignatures() (gas: 1332492)
testCannotExecuteWithInvalidSignatures() (gas: 1329725)
testCannotExecuteWithUntrustedSignatures() (gas: 1354671)
testCannotExecuteWithoutEnoughSignatures() (gas: 1355957)
testCannotSetQuorumWithDuplicatedSignatures() (gas: 1326359)
testCannotSetQuorumWithInvalidSignatures() (gas: 1323727)
testCannotSetQuorumWithUntrustedSignatures() (gas: 1347818)
testCannotSetQuorumWithoutEnoughSignatures() (gas: 1349846)
testCannotSetSignerWithDuplicatedSignatures() (gas: 1327456)
testCannotSetSignerWithInvalidSignatures() (gas: 1324787)
testCannotSetSignerWithUntrustedSignatures() (gas: 1349013)
testCannotSetSignerWithoutEnoughSignatures() (gas: 1351009)
testRevertsWhenCallReverts() (gas: 1387287)
testCanContribute() (gas: 66769)
testCannotContributeWhenRoundIsClosed() (gas: 20245)
testCannotRefundsIfNotEnoughTokens() (gas: 74870)
testCannotRefundsIfRefundsAreNotAvailable() (gas: 66455)
testManagerCanRenounceOwnership() (gas: 8962)
testManagerCanSetState() (gas: 10452)
testManagerCanWithdrawFunds() (gas: 15253)
testNonManagerCannotRenounceOwnership() (gas: 8220)
testNonManagerCannotSetState() (gas: 8604)
testNonManagerCannotWithdrawFunds() (gas: 7262)
testRefund() (gas: 83619)
testCanBuyListing() (gas: 209889)
testCanCancelSale() (gas: 169352)
testCanCreateSale() (gas: 136113)
testCannotBuyNotExistingValue() (gas: 11255)
testCannotBuyWithWrongValue() (gas: 136292)
testCannotListWhenTokenIsNotApproved() (gas: 107658)
testNonOwnerCannotCancelSale() (gas: 138830)
testNonOwnerCannotCreateSale() (gas: 101867)