-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmetadata.json
96 lines (96 loc) · 2.66 KB
/
metadata.json
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
{
"storage": [
{
"astId": 997,
"contract": "src/StablecoinMinter.sol:StablecoinMinter",
"label": "totalCollateralLocked",
"offset": 0,
"slot": "0",
"type": "t_uint256"
},
{
"astId": 1009,
"contract": "src/StablecoinMinter.sol:StablecoinMinter",
"label": "allowedCollaterals",
"offset": 0,
"slot": "1",
"type": "t_array(t_contract(IERC20)167)dyn_storage"
},
{
"astId": 1019,
"contract": "src/StablecoinMinter.sol:StablecoinMinter",
"label": "userCollateralBalances",
"offset": 0,
"slot": "2",
"type": "t_mapping(t_address,t_mapping(t_contract(IERC20)167,t_uint256))"
},
{
"astId": 1023,
"contract": "src/StablecoinMinter.sol:StablecoinMinter",
"label": "userStablecoinBalances",
"offset": 0,
"slot": "3",
"type": "t_mapping(t_address,t_uint256)"
},
{
"astId": 1030,
"contract": "src/StablecoinMinter.sol:StablecoinMinter",
"label": "lockExpiration",
"offset": 0,
"slot": "4",
"type": "t_mapping(t_address,t_mapping(t_contract(IERC20)167,t_uint256))"
},
{
"astId": 1037,
"contract": "src/StablecoinMinter.sol:StablecoinMinter",
"label": "lockTimestamp",
"offset": 0,
"slot": "5",
"type": "t_mapping(t_address,t_mapping(t_contract(IERC20)167,t_uint256))"
}
],
"types": {
"t_address": {
"encoding": "inplace",
"label": "address",
"numberOfBytes": "20"
},
"t_array(t_contract(IERC20)167)dyn_storage": {
"encoding": "dynamic_array",
"label": "contract IERC20[]",
"numberOfBytes": "32",
"base": "t_contract(IERC20)167"
},
"t_contract(IERC20)167": {
"encoding": "inplace",
"label": "contract IERC20",
"numberOfBytes": "20"
},
"t_mapping(t_address,t_mapping(t_contract(IERC20)167,t_uint256))": {
"encoding": "mapping",
"key": "t_address",
"label": "mapping(address => mapping(contract IERC20 => uint256))",
"numberOfBytes": "32",
"value": "t_mapping(t_contract(IERC20)167,t_uint256)"
},
"t_mapping(t_address,t_uint256)": {
"encoding": "mapping",
"key": "t_address",
"label": "mapping(address => uint256)",
"numberOfBytes": "32",
"value": "t_uint256"
},
"t_mapping(t_contract(IERC20)167,t_uint256)": {
"encoding": "mapping",
"key": "t_contract(IERC20)167",
"label": "mapping(contract IERC20 => uint256)",
"numberOfBytes": "32",
"value": "t_uint256"
},
"t_uint256": {
"encoding": "inplace",
"label": "uint256",
"numberOfBytes": "32"
}
}
}