This repository has been archived by the owner on Jul 20, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
/
STFactory.sol.mythril.out
69 lines (59 loc) · 2.47 KB
/
STFactory.sol.mythril.out
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
==== Delegatecall Proxy ====
SWC ID: 112
Severity: Low
Contract: OwnedProxy
Function name: fallback
PC address: 973
Estimated Gas Usage: 648 - 3377
The contract implements a delegatecall proxy.
The smart contract forwards the received calldata via delegatecall. Note that callers can execute arbitrary functions in the callee contract and that the callee contract can access the storage of the calling contract. Make sure that the callee contract is audited properly.DELEGATECALL target: 0x0
--------------------
In file: tokens/STFactory.sol:35
delegatecall(gas, implementation, 0, calldatasize, 0, 0)
--------------------
==== Delegatecall Proxy ====
SWC ID: 112
Severity: Low
Contract: DataStoreProxy
Function name: fallback
PC address: 1108
Estimated Gas Usage: 670 - 3399
The contract implements a delegatecall proxy.
The smart contract forwards the received calldata via delegatecall. Note that callers can execute arbitrary functions in the callee contract and that the callee contract can access the storage of the calling contract. Make sure that the callee contract is audited properly.DELEGATECALL target: Concat(0,
5_code(DataStoreProxy),
5_code(DataStoreProxy),
5_code(DataStoreProxy),
5_code(DataStoreProxy),
5_code(DataStoreProxy),
5_code(DataStoreProxy),
5_code(DataStoreProxy),
5_code(DataStoreProxy),
5_code(DataStoreProxy),
5_code(DataStoreProxy),
5_code(DataStoreProxy),
5_code(DataStoreProxy),
5_code(DataStoreProxy),
5_code(DataStoreProxy),
5_code(DataStoreProxy),
5_code(DataStoreProxy),
5_code(DataStoreProxy),
5_code(DataStoreProxy),
5_code(DataStoreProxy),
5_code(DataStoreProxy))
--------------------
In file: tokens/STFactory.sol:35
delegatecall(gas, implementation, 0, calldatasize, 0, 0)
--------------------
==== Delegatecall Proxy ====
SWC ID: 112
Severity: Low
Contract: OwnedUpgradeabilityProxy
Function name: fallback
PC address: 2172
Estimated Gas Usage: 714 - 3443
The contract implements a delegatecall proxy.
The smart contract forwards the received calldata via delegatecall. Note that callers can execute arbitrary functions in the callee contract and that the callee contract can access the storage of the calling contract. Make sure that the callee contract is audited properly.DELEGATECALL target: 0x0
--------------------
In file: tokens/STFactory.sol:35
delegatecall(gas, implementation, 0, calldatasize, 0, 0)
--------------------