@venusprotocol/isolated-pools 2.3.0-dev.11 → 2.3.0-dev.13

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -110,7 +110,7 @@
110
110
  ]
111
111
  },
112
112
  "ComptrollerImpl": {
113
- "address": "0x069705246364d60c5503bF19b4A714ab412521a0",
113
+ "address": "0x329Bc34E6A46243d21955A4369cD66bdD52E6C22",
114
114
  "abi": [
115
115
  {
116
116
  "inputs": [
@@ -415,6 +415,25 @@
415
415
  "name": "Initialized",
416
416
  "type": "event"
417
417
  },
418
+ {
419
+ "anonymous": false,
420
+ "inputs": [
421
+ {
422
+ "indexed": true,
423
+ "internalType": "address",
424
+ "name": "vToken",
425
+ "type": "address"
426
+ },
427
+ {
428
+ "indexed": false,
429
+ "internalType": "bool",
430
+ "name": "enable",
431
+ "type": "bool"
432
+ }
433
+ ],
434
+ "name": "IsForcedLiquidationEnabledUpdated",
435
+ "type": "event"
436
+ },
418
437
  {
419
438
  "anonymous": false,
420
439
  "inputs": [
@@ -649,6 +668,25 @@
649
668
  "name": "NewPriceOracle",
650
669
  "type": "event"
651
670
  },
671
+ {
672
+ "anonymous": false,
673
+ "inputs": [
674
+ {
675
+ "indexed": false,
676
+ "internalType": "contract IPrime",
677
+ "name": "oldPrimeToken",
678
+ "type": "address"
679
+ },
680
+ {
681
+ "indexed": false,
682
+ "internalType": "contract IPrime",
683
+ "name": "newPrimeToken",
684
+ "type": "address"
685
+ }
686
+ ],
687
+ "name": "NewPrimeToken",
688
+ "type": "event"
689
+ },
652
690
  {
653
691
  "anonymous": false,
654
692
  "inputs": [
@@ -657,6 +695,12 @@
657
695
  "internalType": "address",
658
696
  "name": "rewardsDistributor",
659
697
  "type": "address"
698
+ },
699
+ {
700
+ "indexed": true,
701
+ "internalType": "address",
702
+ "name": "rewardToken",
703
+ "type": "address"
660
704
  }
661
705
  ],
662
706
  "name": "NewRewardsDistributor",
@@ -838,6 +882,29 @@
838
882
  "stateMutability": "view",
839
883
  "type": "function"
840
884
  },
885
+ {
886
+ "inputs": [
887
+ {
888
+ "internalType": "address",
889
+ "name": "vToken",
890
+ "type": "address"
891
+ },
892
+ {
893
+ "internalType": "address",
894
+ "name": "borrower",
895
+ "type": "address"
896
+ },
897
+ {
898
+ "internalType": "uint256",
899
+ "name": "borrowAmount",
900
+ "type": "uint256"
901
+ }
902
+ ],
903
+ "name": "borrowVerify",
904
+ "outputs": [],
905
+ "stateMutability": "nonpayable",
906
+ "type": "function"
907
+ },
841
908
  {
842
909
  "inputs": [
843
910
  {
@@ -1143,12 +1210,12 @@
1143
1210
  {
1144
1211
  "inputs": [
1145
1212
  {
1146
- "internalType": "contract VToken",
1147
- "name": "vToken",
1213
+ "internalType": "address",
1214
+ "name": "",
1148
1215
  "type": "address"
1149
1216
  }
1150
1217
  ],
1151
- "name": "isDeprecated",
1218
+ "name": "isForcedLiquidationEnabled",
1152
1219
  "outputs": [
1153
1220
  {
1154
1221
  "internalType": "bool",
@@ -1213,6 +1280,44 @@
1213
1280
  "stateMutability": "nonpayable",
1214
1281
  "type": "function"
1215
1282
  },
1283
+ {
1284
+ "inputs": [
1285
+ {
1286
+ "internalType": "address",
1287
+ "name": "vTokenBorrowed",
1288
+ "type": "address"
1289
+ },
1290
+ {
1291
+ "internalType": "address",
1292
+ "name": "vTokenCollateral",
1293
+ "type": "address"
1294
+ },
1295
+ {
1296
+ "internalType": "address",
1297
+ "name": "liquidator",
1298
+ "type": "address"
1299
+ },
1300
+ {
1301
+ "internalType": "address",
1302
+ "name": "borrower",
1303
+ "type": "address"
1304
+ },
1305
+ {
1306
+ "internalType": "uint256",
1307
+ "name": "actualRepayAmount",
1308
+ "type": "uint256"
1309
+ },
1310
+ {
1311
+ "internalType": "uint256",
1312
+ "name": "seizeTokens",
1313
+ "type": "uint256"
1314
+ }
1315
+ ],
1316
+ "name": "liquidateBorrowVerify",
1317
+ "outputs": [],
1318
+ "stateMutability": "nonpayable",
1319
+ "type": "function"
1320
+ },
1216
1321
  {
1217
1322
  "inputs": [
1218
1323
  {
@@ -1315,6 +1420,34 @@
1315
1420
  "stateMutability": "view",
1316
1421
  "type": "function"
1317
1422
  },
1423
+ {
1424
+ "inputs": [
1425
+ {
1426
+ "internalType": "address",
1427
+ "name": "vToken",
1428
+ "type": "address"
1429
+ },
1430
+ {
1431
+ "internalType": "address",
1432
+ "name": "minter",
1433
+ "type": "address"
1434
+ },
1435
+ {
1436
+ "internalType": "uint256",
1437
+ "name": "actualMintAmount",
1438
+ "type": "uint256"
1439
+ },
1440
+ {
1441
+ "internalType": "uint256",
1442
+ "name": "mintTokens",
1443
+ "type": "uint256"
1444
+ }
1445
+ ],
1446
+ "name": "mintVerify",
1447
+ "outputs": [],
1448
+ "stateMutability": "nonpayable",
1449
+ "type": "function"
1450
+ },
1318
1451
  {
1319
1452
  "inputs": [],
1320
1453
  "name": "oracle",
@@ -1543,6 +1676,47 @@
1543
1676
  "stateMutability": "nonpayable",
1544
1677
  "type": "function"
1545
1678
  },
1679
+ {
1680
+ "inputs": [],
1681
+ "name": "prime",
1682
+ "outputs": [
1683
+ {
1684
+ "internalType": "contract IPrime",
1685
+ "name": "",
1686
+ "type": "address"
1687
+ }
1688
+ ],
1689
+ "stateMutability": "view",
1690
+ "type": "function"
1691
+ },
1692
+ {
1693
+ "inputs": [
1694
+ {
1695
+ "internalType": "address",
1696
+ "name": "vToken",
1697
+ "type": "address"
1698
+ },
1699
+ {
1700
+ "internalType": "address",
1701
+ "name": "redeemer",
1702
+ "type": "address"
1703
+ },
1704
+ {
1705
+ "internalType": "uint256",
1706
+ "name": "redeemAmount",
1707
+ "type": "uint256"
1708
+ },
1709
+ {
1710
+ "internalType": "uint256",
1711
+ "name": "redeemTokens",
1712
+ "type": "uint256"
1713
+ }
1714
+ ],
1715
+ "name": "redeemVerify",
1716
+ "outputs": [],
1717
+ "stateMutability": "nonpayable",
1718
+ "type": "function"
1719
+ },
1546
1720
  {
1547
1721
  "inputs": [],
1548
1722
  "name": "renounceOwnership",
@@ -1550,6 +1724,72 @@
1550
1724
  "stateMutability": "nonpayable",
1551
1725
  "type": "function"
1552
1726
  },
1727
+ {
1728
+ "inputs": [
1729
+ {
1730
+ "internalType": "address",
1731
+ "name": "vToken",
1732
+ "type": "address"
1733
+ },
1734
+ {
1735
+ "internalType": "address",
1736
+ "name": "payer",
1737
+ "type": "address"
1738
+ },
1739
+ {
1740
+ "internalType": "address",
1741
+ "name": "borrower",
1742
+ "type": "address"
1743
+ },
1744
+ {
1745
+ "internalType": "uint256",
1746
+ "name": "actualRepayAmount",
1747
+ "type": "uint256"
1748
+ },
1749
+ {
1750
+ "internalType": "uint256",
1751
+ "name": "borrowerIndex",
1752
+ "type": "uint256"
1753
+ }
1754
+ ],
1755
+ "name": "repayBorrowVerify",
1756
+ "outputs": [],
1757
+ "stateMutability": "nonpayable",
1758
+ "type": "function"
1759
+ },
1760
+ {
1761
+ "inputs": [
1762
+ {
1763
+ "internalType": "address",
1764
+ "name": "vTokenCollateral",
1765
+ "type": "address"
1766
+ },
1767
+ {
1768
+ "internalType": "address",
1769
+ "name": "vTokenBorrowed",
1770
+ "type": "address"
1771
+ },
1772
+ {
1773
+ "internalType": "address",
1774
+ "name": "liquidator",
1775
+ "type": "address"
1776
+ },
1777
+ {
1778
+ "internalType": "address",
1779
+ "name": "borrower",
1780
+ "type": "address"
1781
+ },
1782
+ {
1783
+ "internalType": "uint256",
1784
+ "name": "seizeTokens",
1785
+ "type": "uint256"
1786
+ }
1787
+ ],
1788
+ "name": "seizeVerify",
1789
+ "outputs": [],
1790
+ "stateMutability": "nonpayable",
1791
+ "type": "function"
1792
+ },
1553
1793
  {
1554
1794
  "inputs": [
1555
1795
  {
@@ -1622,6 +1862,24 @@
1622
1862
  "stateMutability": "nonpayable",
1623
1863
  "type": "function"
1624
1864
  },
1865
+ {
1866
+ "inputs": [
1867
+ {
1868
+ "internalType": "address",
1869
+ "name": "vTokenBorrowed",
1870
+ "type": "address"
1871
+ },
1872
+ {
1873
+ "internalType": "bool",
1874
+ "name": "enable",
1875
+ "type": "bool"
1876
+ }
1877
+ ],
1878
+ "name": "setForcedLiquidation",
1879
+ "outputs": [],
1880
+ "stateMutability": "nonpayable",
1881
+ "type": "function"
1882
+ },
1625
1883
  {
1626
1884
  "inputs": [
1627
1885
  {
@@ -1710,6 +1968,19 @@
1710
1968
  "stateMutability": "nonpayable",
1711
1969
  "type": "function"
1712
1970
  },
1971
+ {
1972
+ "inputs": [
1973
+ {
1974
+ "internalType": "contract IPrime",
1975
+ "name": "_prime",
1976
+ "type": "address"
1977
+ }
1978
+ ],
1979
+ "name": "setPrimeToken",
1980
+ "outputs": [],
1981
+ "stateMutability": "nonpayable",
1982
+ "type": "function"
1983
+ },
1713
1984
  {
1714
1985
  "inputs": [
1715
1986
  {
@@ -1755,6 +2026,34 @@
1755
2026
  "stateMutability": "nonpayable",
1756
2027
  "type": "function"
1757
2028
  },
2029
+ {
2030
+ "inputs": [
2031
+ {
2032
+ "internalType": "address",
2033
+ "name": "vToken",
2034
+ "type": "address"
2035
+ },
2036
+ {
2037
+ "internalType": "address",
2038
+ "name": "src",
2039
+ "type": "address"
2040
+ },
2041
+ {
2042
+ "internalType": "address",
2043
+ "name": "dst",
2044
+ "type": "address"
2045
+ },
2046
+ {
2047
+ "internalType": "uint256",
2048
+ "name": "transferTokens",
2049
+ "type": "uint256"
2050
+ }
2051
+ ],
2052
+ "name": "transferVerify",
2053
+ "outputs": [],
2054
+ "stateMutability": "nonpayable",
2055
+ "type": "function"
2056
+ },
1758
2057
  {
1759
2058
  "inputs": [
1760
2059
  {
@@ -49633,7 +49932,7 @@
49633
49932
  ]
49634
49933
  },
49635
49934
  "VTokenImpl": {
49636
- "address": "0xcA408D716011169645Aa94ddc5665043C33df814",
49935
+ "address": "0xE21251bC79Ee0abebA71FaABDC2Ad36762A0b82F",
49637
49936
  "abi": [
49638
49937
  {
49639
49938
  "inputs": [],
@@ -3,7 +3,7 @@
3
3
  "chainId": "97",
4
4
  "addresses": {
5
5
  "ComptrollerBeacon": "0xdDDD7725C073105fB2AbfCbdeC16708fC4c24B74",
6
- "ComptrollerImpl": "0x069705246364d60c5503bF19b4A714ab412521a0",
6
+ "ComptrollerImpl": "0x329Bc34E6A46243d21955A4369cD66bdD52E6C22",
7
7
  "Comptroller_DeFi": "0x23a73971A6B9f6580c048B9CB188869B2A2aA2aD",
8
8
  "Comptroller_GameFi": "0x1F4f0989C51f12DAcacD4025018176711f3Bf289",
9
9
  "Comptroller_LiquidStakedBNB": "0x596B11acAACF03217287939f88d63b51d3771704",
@@ -91,7 +91,7 @@
91
91
  "SwapRouter_StableCoins": "0x8Ff3c0a74b4CBD4dFA3A35Cca756490bE351F936",
92
92
  "SwapRouter_Tron": "0x1D8cA5AFB88F07489786A3d2E0FF50F3F9314d97",
93
93
  "VTokenBeacon": "0xBF85A90673E61956f8c79b9150BAB7893b791bDd",
94
- "VTokenImpl": "0xcA408D716011169645Aa94ddc5665043C33df814",
94
+ "VTokenImpl": "0xE21251bC79Ee0abebA71FaABDC2Ad36762A0b82F",
95
95
  "VToken_vALPACA_DeFi": "0xb7caC5Ef82cb7f9197ee184779bdc52c5490C02a",
96
96
  "VToken_vANKR_DeFi": "0xb677e080148368EeeE70fA3865d07E92c6500174",
97
97
  "VToken_vBNBx_LiquidStakedBNB": "0x644A149853E5507AdF3e682218b8AC86cdD62951",
@@ -1,5 +1,5 @@
1
1
  {
2
- "address": "0xEA3bb4A1C6218E31e435F3c23E0E9a05A40B7F40",
2
+ "address": "0x78d1D10F4772982B82497cA010aBFF0601B66c4a",
3
3
  "abi": [
4
4
  {
5
5
  "anonymous": false,
@@ -1129,94 +1129,94 @@
1129
1129
  "type": "constructor"
1130
1130
  }
1131
1131
  ],
1132
- "transactionHash": "0x6a807f9b6c15a665cc1ffca8690c13d29786da2c8dd80a95ea55ce89b4e3335f",
1132
+ "transactionHash": "0x521f6ae020042967eafdd0eac497e8dcfd78327139d626cf1c97d31ac76ae251",
1133
1133
  "receipt": {
1134
1134
  "to": null,
1135
1135
  "from": "0x03862dFa5D0be8F64509C001cb8C6188194469DF",
1136
- "contractAddress": "0xEA3bb4A1C6218E31e435F3c23E0E9a05A40B7F40",
1137
- "transactionIndex": 87,
1136
+ "contractAddress": "0x78d1D10F4772982B82497cA010aBFF0601B66c4a",
1137
+ "transactionIndex": 50,
1138
1138
  "gasUsed": "866107",
1139
- "logsBloom": "0x00000000000000000000000000400000400000000000000000800000000000000000000000000000000000000000000000000000000000000000000000008000000000000000000000000010000002000001000000000000000000000000000000000000020000000000000000100800000000800000000000000000000000400000000000000000000000000000000000000000000080100000000000800000000000001000000000002000100400000000000000800000000000000000000000000020000000000000000201040000000000000400000000400000000020000000080200000000000000000000000000000800000000000000000000000000",
1140
- "blockHash": "0x059580281ec3f1517abe5d0ea47dff6cb118442782a63cfacdca1635405d1a9e",
1141
- "transactionHash": "0x6a807f9b6c15a665cc1ffca8690c13d29786da2c8dd80a95ea55ce89b4e3335f",
1139
+ "logsBloom": "0x00000000000000000000000000000000400000000000000000800000000000000000000000000000000000000000000000000000000000000000000000008000000000000000000000000000000002000001000000000000000000000000000000000000020000000000000004100800000000800000000000000000040000400000000000000000000000000000000000000000000080100000000000800000000000001000000000002000000400000000000000800000000000000000000000000020000000000000000201040000000400000400000000400000000020000000080200000000000000000000000000000800000000000000000000000000",
1140
+ "blockHash": "0x2d4c18848dd7155563569a689f2c0272c09fccbc3067b908056c54a691e8a055",
1141
+ "transactionHash": "0x521f6ae020042967eafdd0eac497e8dcfd78327139d626cf1c97d31ac76ae251",
1142
1142
  "logs": [
1143
1143
  {
1144
- "transactionIndex": 87,
1145
- "blockNumber": 4832954,
1146
- "transactionHash": "0x6a807f9b6c15a665cc1ffca8690c13d29786da2c8dd80a95ea55ce89b4e3335f",
1147
- "address": "0xEA3bb4A1C6218E31e435F3c23E0E9a05A40B7F40",
1144
+ "transactionIndex": 50,
1145
+ "blockNumber": 4965149,
1146
+ "transactionHash": "0x521f6ae020042967eafdd0eac497e8dcfd78327139d626cf1c97d31ac76ae251",
1147
+ "address": "0x78d1D10F4772982B82497cA010aBFF0601B66c4a",
1148
1148
  "topics": [
1149
1149
  "0xbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b",
1150
1150
  "0x000000000000000000000000aa0472719984e799ac11d01c16d3c6b0f8d5c39b"
1151
1151
  ],
1152
1152
  "data": "0x",
1153
- "logIndex": 62,
1154
- "blockHash": "0x059580281ec3f1517abe5d0ea47dff6cb118442782a63cfacdca1635405d1a9e"
1153
+ "logIndex": 137,
1154
+ "blockHash": "0x2d4c18848dd7155563569a689f2c0272c09fccbc3067b908056c54a691e8a055"
1155
1155
  },
1156
1156
  {
1157
- "transactionIndex": 87,
1158
- "blockNumber": 4832954,
1159
- "transactionHash": "0x6a807f9b6c15a665cc1ffca8690c13d29786da2c8dd80a95ea55ce89b4e3335f",
1160
- "address": "0xEA3bb4A1C6218E31e435F3c23E0E9a05A40B7F40",
1157
+ "transactionIndex": 50,
1158
+ "blockNumber": 4965149,
1159
+ "transactionHash": "0x521f6ae020042967eafdd0eac497e8dcfd78327139d626cf1c97d31ac76ae251",
1160
+ "address": "0x78d1D10F4772982B82497cA010aBFF0601B66c4a",
1161
1161
  "topics": [
1162
1162
  "0x8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0",
1163
1163
  "0x0000000000000000000000000000000000000000000000000000000000000000",
1164
1164
  "0x00000000000000000000000003862dfa5d0be8f64509c001cb8c6188194469df"
1165
1165
  ],
1166
1166
  "data": "0x",
1167
- "logIndex": 63,
1168
- "blockHash": "0x059580281ec3f1517abe5d0ea47dff6cb118442782a63cfacdca1635405d1a9e"
1167
+ "logIndex": 138,
1168
+ "blockHash": "0x2d4c18848dd7155563569a689f2c0272c09fccbc3067b908056c54a691e8a055"
1169
1169
  },
1170
1170
  {
1171
- "transactionIndex": 87,
1172
- "blockNumber": 4832954,
1173
- "transactionHash": "0x6a807f9b6c15a665cc1ffca8690c13d29786da2c8dd80a95ea55ce89b4e3335f",
1174
- "address": "0xEA3bb4A1C6218E31e435F3c23E0E9a05A40B7F40",
1171
+ "transactionIndex": 50,
1172
+ "blockNumber": 4965149,
1173
+ "transactionHash": "0x521f6ae020042967eafdd0eac497e8dcfd78327139d626cf1c97d31ac76ae251",
1174
+ "address": "0x78d1D10F4772982B82497cA010aBFF0601B66c4a",
1175
1175
  "topics": ["0x66fd58e82f7b31a2a5c30e0888f3093efe4e111b00cd2b0c31fe014601293aa0"],
1176
1176
  "data": "0x0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000bf705c00578d43b6147ab4eae04dbbed1cccdc96",
1177
- "logIndex": 64,
1178
- "blockHash": "0x059580281ec3f1517abe5d0ea47dff6cb118442782a63cfacdca1635405d1a9e"
1177
+ "logIndex": 139,
1178
+ "blockHash": "0x2d4c18848dd7155563569a689f2c0272c09fccbc3067b908056c54a691e8a055"
1179
1179
  },
1180
1180
  {
1181
- "transactionIndex": 87,
1182
- "blockNumber": 4832954,
1183
- "transactionHash": "0x6a807f9b6c15a665cc1ffca8690c13d29786da2c8dd80a95ea55ce89b4e3335f",
1184
- "address": "0xEA3bb4A1C6218E31e435F3c23E0E9a05A40B7F40",
1181
+ "transactionIndex": 50,
1182
+ "blockNumber": 4965149,
1183
+ "transactionHash": "0x521f6ae020042967eafdd0eac497e8dcfd78327139d626cf1c97d31ac76ae251",
1184
+ "address": "0x78d1D10F4772982B82497cA010aBFF0601B66c4a",
1185
1185
  "topics": ["0xc2d09fef144f7c8a86f71ea459f8fc17f675768eb1ae369cbd77fb31d467aafa"],
1186
1186
  "data": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000064",
1187
- "logIndex": 65,
1188
- "blockHash": "0x059580281ec3f1517abe5d0ea47dff6cb118442782a63cfacdca1635405d1a9e"
1187
+ "logIndex": 140,
1188
+ "blockHash": "0x2d4c18848dd7155563569a689f2c0272c09fccbc3067b908056c54a691e8a055"
1189
1189
  },
1190
1190
  {
1191
- "transactionIndex": 87,
1192
- "blockNumber": 4832954,
1193
- "transactionHash": "0x6a807f9b6c15a665cc1ffca8690c13d29786da2c8dd80a95ea55ce89b4e3335f",
1194
- "address": "0xEA3bb4A1C6218E31e435F3c23E0E9a05A40B7F40",
1191
+ "transactionIndex": 50,
1192
+ "blockNumber": 4965149,
1193
+ "transactionHash": "0x521f6ae020042967eafdd0eac497e8dcfd78327139d626cf1c97d31ac76ae251",
1194
+ "address": "0x78d1D10F4772982B82497cA010aBFF0601B66c4a",
1195
1195
  "topics": ["0x7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb3847402498"],
1196
1196
  "data": "0x0000000000000000000000000000000000000000000000000000000000000001",
1197
- "logIndex": 66,
1198
- "blockHash": "0x059580281ec3f1517abe5d0ea47dff6cb118442782a63cfacdca1635405d1a9e"
1197
+ "logIndex": 141,
1198
+ "blockHash": "0x2d4c18848dd7155563569a689f2c0272c09fccbc3067b908056c54a691e8a055"
1199
1199
  },
1200
1200
  {
1201
- "transactionIndex": 87,
1202
- "blockNumber": 4832954,
1203
- "transactionHash": "0x6a807f9b6c15a665cc1ffca8690c13d29786da2c8dd80a95ea55ce89b4e3335f",
1204
- "address": "0xEA3bb4A1C6218E31e435F3c23E0E9a05A40B7F40",
1201
+ "transactionIndex": 50,
1202
+ "blockNumber": 4965149,
1203
+ "transactionHash": "0x521f6ae020042967eafdd0eac497e8dcfd78327139d626cf1c97d31ac76ae251",
1204
+ "address": "0x78d1D10F4772982B82497cA010aBFF0601B66c4a",
1205
1205
  "topics": ["0x7e644d79422f17c01e4894b5f4f588d331ebfa28653d42ae832dc59e38c9798f"],
1206
1206
  "data": "0x000000000000000000000000000000000000000000000000000000000000000000000000000000000000000001435866babd91311b1355cf3af488cca36db68e",
1207
- "logIndex": 67,
1208
- "blockHash": "0x059580281ec3f1517abe5d0ea47dff6cb118442782a63cfacdca1635405d1a9e"
1207
+ "logIndex": 142,
1208
+ "blockHash": "0x2d4c18848dd7155563569a689f2c0272c09fccbc3067b908056c54a691e8a055"
1209
1209
  }
1210
1210
  ],
1211
- "blockNumber": 4832954,
1212
- "cumulativeGasUsed": "8252863",
1211
+ "blockNumber": 4965149,
1212
+ "cumulativeGasUsed": "9429991",
1213
1213
  "status": 1,
1214
1214
  "byzantium": true
1215
1215
  },
1216
1216
  "args": [
1217
1217
  "0xaA0472719984e799aC11D01C16D3c6B0F8d5C39B",
1218
1218
  "0x01435866babd91311b1355cf3af488cca36db68e",
1219
- "0xbe2030940000000000000000000000007aa39ab4bca897f403425c9c6fdbd0f882be0d70000000000000000000000000db633c11d3f9e6b8d17ac2c972c9e3b05da59bf90000000000000000000000000000000000000000000000000000000000000064000000000000000000000000bf705c00578d43b6147ab4eae04dbbed1cccdc96"
1219
+ "0xbe2030940000000000000000000000007aa39ab4bca897f403425c9c6fdbd0f882be0d7000000000000000000000000066ebd019e86e0af5f228a0439ebb33f045cbe63e0000000000000000000000000000000000000000000000000000000000000064000000000000000000000000bf705c00578d43b6147ab4eae04dbbed1cccdc96"
1220
1220
  ],
1221
1221
  "numDeployments": 1,
1222
1222
  "solcInputHash": "0e89febeebc7444140de8e67c9067d2c",
@@ -1227,7 +1227,7 @@
1227
1227
  "methodName": "initialize",
1228
1228
  "args": [
1229
1229
  "0x7Aa39ab4BcA897F403425C9C6FDbd0f882Be0D70",
1230
- "0xdb633c11d3f9e6b8d17ac2c972c9e3b05da59bf9",
1230
+ "0x66ebd019E86e0af5f228a0439EBB33f045CBe63E",
1231
1231
  100,
1232
1232
  "0xbf705C00578d43B6147ab4eaE04DBBEd1ccCdc96"
1233
1233
  ]