@dolomite-exchange/dolomite-margin 0.2.3 → 0.2.4

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.
Files changed (134) hide show
  1. package/build/contracts/Account.json +1 -1
  2. package/build/contracts/Actions.json +1 -1
  3. package/build/contracts/Address.json +1 -1
  4. package/build/contracts/Admin.json +1 -1
  5. package/build/contracts/AdminImpl.json +1 -1
  6. package/build/contracts/AdvancedMath.json +1 -1
  7. package/build/contracts/AmmRebalancerProxy.json +1 -1
  8. package/build/contracts/Babylonian.json +1 -1
  9. package/build/contracts/Bits.json +1 -1
  10. package/build/contracts/Cache.json +1 -1
  11. package/build/contracts/ChainlinkPriceOracleV1.json +1 -1
  12. package/build/contracts/Context.json +1 -1
  13. package/build/contracts/CustomTestToken.json +1 -1
  14. package/build/contracts/Decimal.json +1 -1
  15. package/build/contracts/DelayedMultiSig.json +1 -1
  16. package/build/contracts/DolomiteAmmERC20.json +1 -1
  17. package/build/contracts/DolomiteAmmFactory.json +1 -1
  18. package/build/contracts/DolomiteAmmLibrary.json +1 -1
  19. package/build/contracts/DolomiteAmmPair.json +1 -1
  20. package/build/contracts/DolomiteAmmRouterProxy.json +1 -1
  21. package/build/contracts/DolomiteMargin.json +11 -2
  22. package/build/contracts/DoubleExponentInterestSetter.json +1 -1
  23. package/build/contracts/EnumerableSet.json +1 -1
  24. package/build/contracts/ErroringOmiseToken.json +1 -1
  25. package/build/contracts/ErroringToken.json +1 -1
  26. package/build/contracts/Events.json +1 -1
  27. package/build/contracts/Exchange.json +1 -1
  28. package/build/contracts/Expiry.json +140 -1
  29. package/build/contracts/Getters.json +1 -1
  30. package/build/contracts/IAutoTrader.json +1 -1
  31. package/build/contracts/ICallee.json +1 -1
  32. package/build/contracts/IChainlinkAggregator.json +1 -1
  33. package/build/contracts/IDolomiteAmmERC20.json +1 -1
  34. package/build/contracts/IDolomiteAmmFactory.json +1 -1
  35. package/build/contracts/IDolomiteAmmPair.json +1 -1
  36. package/build/contracts/IDolomiteMargin.json +1 -1
  37. package/build/contracts/IERC20.json +1 -1
  38. package/build/contracts/IERC20Detailed.json +1 -1
  39. package/build/contracts/IExchangeWrapper.json +1 -1
  40. package/build/contracts/IExpiry.json +1 -1
  41. package/build/contracts/IInterestSetter.json +1 -1
  42. package/build/contracts/ILiquidationCallback.json +1 -1
  43. package/build/contracts/IMakerOracle.json +1 -1
  44. package/build/contracts/IOasisDex.json +1 -1
  45. package/build/contracts/IPriceOracle.json +1 -1
  46. package/build/contracts/IRecyclable.json +1 -1
  47. package/build/contracts/ITransferProxy.json +1 -1
  48. package/build/contracts/IUniswapV2Callee.json +1 -1
  49. package/build/contracts/IUniswapV2Factory.json +1 -1
  50. package/build/contracts/IUniswapV2Pair.json +1 -1
  51. package/build/contracts/IUniswapV2Router.json +1 -1
  52. package/build/contracts/IWETH.json +1 -1
  53. package/build/contracts/Interest.json +1 -1
  54. package/build/contracts/LiquidateOrVaporizeImpl.json +1 -1
  55. package/build/contracts/LiquidatorProxyHelper.json +1 -1
  56. package/build/contracts/LiquidatorProxyV1.json +1 -1
  57. package/build/contracts/LiquidatorProxyV1WithAmm.json +1 -1
  58. package/build/contracts/Math.json +1 -1
  59. package/build/contracts/Migrations.json +1 -1
  60. package/build/contracts/Monetary.json +1 -1
  61. package/build/contracts/MultiCall.json +1 -1
  62. package/build/contracts/MultiSig.json +1 -1
  63. package/build/contracts/OmiseToken.json +1 -1
  64. package/build/contracts/OnlyDolomiteMargin.json +1 -1
  65. package/build/contracts/Operation.json +1 -1
  66. package/build/contracts/OperationImpl.json +1 -1
  67. package/build/contracts/Ownable.json +1 -1
  68. package/build/contracts/PartiallyDelayedMultiSig.json +1 -1
  69. package/build/contracts/PayableProxy.json +1 -1
  70. package/build/contracts/Permission.json +1 -1
  71. package/build/contracts/PolynomialInterestSetter.json +1 -1
  72. package/build/contracts/RecyclableTokenProxy.json +1 -1
  73. package/build/contracts/ReentrancyGuard.json +1 -1
  74. package/build/contracts/Require.json +1 -1
  75. package/build/contracts/SafeERC20.json +1 -1
  76. package/build/contracts/SafeETH.json +1 -1
  77. package/build/contracts/SafeMath.json +1 -1
  78. package/build/contracts/SignedOperationProxy.json +1 -1
  79. package/build/contracts/SimpleFeeOwner.json +1 -1
  80. package/build/contracts/State.json +1 -1
  81. package/build/contracts/Storage.json +1 -1
  82. package/build/contracts/TestAmmRebalancerProxy.json +1 -1
  83. package/build/contracts/TestAutoTrader.json +1 -1
  84. package/build/contracts/TestBtcUsdChainlinkAggregator.json +1 -1
  85. package/build/contracts/TestCallee.json +1 -1
  86. package/build/contracts/TestChainlinkPriceOracleV1.json +1 -1
  87. package/build/contracts/TestCounter.json +1 -1
  88. package/build/contracts/TestDaiUsdChainlinkAggregator.json +1 -1
  89. package/build/contracts/TestDolomiteMargin.json +1 -1
  90. package/build/contracts/TestDoubleExponentInterestSetter.json +1 -1
  91. package/build/contracts/TestEthUsdChainlinkAggregator.json +1 -1
  92. package/build/contracts/TestExchangeWrapper.json +1 -1
  93. package/build/contracts/TestInterestSetter.json +1 -1
  94. package/build/contracts/TestLib.json +1 -1
  95. package/build/contracts/TestLinkUsdChainlinkAggregator.json +1 -1
  96. package/build/contracts/TestLiquidateCallback.json +1 -1
  97. package/build/contracts/TestLrcEthChainlinkAggregator.json +1 -1
  98. package/build/contracts/TestMakerOracle.json +1 -1
  99. package/build/contracts/TestMaticUsdChainlinkAggregator.json +1 -1
  100. package/build/contracts/TestOasisDex.json +1 -1
  101. package/build/contracts/TestOperationImpl.json +1 -1
  102. package/build/contracts/TestPolynomialInterestSetter.json +1 -1
  103. package/build/contracts/TestPriceAggregator.json +1 -1
  104. package/build/contracts/TestPriceOracle.json +1 -1
  105. package/build/contracts/TestRecyclableToken.json +1 -1
  106. package/build/contracts/TestSimpleCallee.json +1 -1
  107. package/build/contracts/TestToken.json +1 -1
  108. package/build/contracts/TestTrader.json +1 -1
  109. package/build/contracts/TestUniswapAmmRebalancerProxy.json +1 -1
  110. package/build/contracts/TestUsdcUsdChainlinkAggregator.json +1 -1
  111. package/build/contracts/TestWETH.json +1 -1
  112. package/build/contracts/Time.json +1 -1
  113. package/build/contracts/Token.json +1 -1
  114. package/build/contracts/TokenA.json +1 -1
  115. package/build/contracts/TokenB.json +1 -1
  116. package/build/contracts/TokenC.json +1 -1
  117. package/build/contracts/TokenD.json +1 -1
  118. package/build/contracts/TokenE.json +1 -1
  119. package/build/contracts/TokenF.json +1 -1
  120. package/build/contracts/TransferProxy.json +1 -1
  121. package/build/contracts/TypedSignature.json +1 -1
  122. package/build/contracts/Types.json +1 -1
  123. package/build/contracts/UQ112x112.json +1 -1
  124. package/build/contracts/UniswapV2ERC20.json +1 -1
  125. package/build/contracts/UniswapV2Factory.json +1 -1
  126. package/build/contracts/UniswapV2Library.json +1 -1
  127. package/build/contracts/UniswapV2Pair.json +1 -1
  128. package/build/contracts/UniswapV2Router02.json +1 -1
  129. package/build/contracts/WETH9.json +1 -1
  130. package/dist/src/modules/operate/AccountOperation.js +1 -3
  131. package/dist/src/modules/operate/AccountOperation.js.map +1 -1
  132. package/dist/src/types.d.ts +0 -1
  133. package/dist/src/types.js.map +1 -1
  134. package/package.json +3 -2
@@ -1232,7 +1232,7 @@
1232
1232
  },
1233
1233
  "networks": {},
1234
1234
  "schemaVersion": "3.0.23",
1235
- "updatedAt": "2022-01-29T00:31:29.945Z",
1235
+ "updatedAt": "2022-01-29T21:54:40.980Z",
1236
1236
  "devdoc": {
1237
1237
  "author": "dYdX * Library of structs and functions that represent an account",
1238
1238
  "methods": {},
@@ -12514,7 +12514,7 @@
12514
12514
  },
12515
12515
  "networks": {},
12516
12516
  "schemaVersion": "3.0.23",
12517
- "updatedAt": "2022-01-29T00:31:29.949Z",
12517
+ "updatedAt": "2022-01-29T21:54:40.983Z",
12518
12518
  "devdoc": {
12519
12519
  "author": "dYdX * Library that defines and parses valid Actions",
12520
12520
  "methods": {},
@@ -2130,7 +2130,7 @@
2130
2130
  },
2131
2131
  "networks": {},
2132
2132
  "schemaVersion": "3.0.23",
2133
- "updatedAt": "2022-01-29T00:31:30.240Z",
2133
+ "updatedAt": "2022-01-29T21:54:41.234Z",
2134
2134
  "devdoc": {
2135
2135
  "details": "Collection of functions related to the address type",
2136
2136
  "methods": {}
@@ -7679,7 +7679,7 @@
7679
7679
  },
7680
7680
  "networks": {},
7681
7681
  "schemaVersion": "3.0.23",
7682
- "updatedAt": "2022-01-29T00:31:29.821Z",
7682
+ "updatedAt": "2022-01-29T21:54:40.876Z",
7683
7683
  "devdoc": {
7684
7684
  "author": "dYdX * Public functions that allow the privileged owner address to manage DolomiteMargin",
7685
7685
  "methods": {
@@ -29853,7 +29853,7 @@
29853
29853
  }
29854
29854
  },
29855
29855
  "schemaVersion": "3.0.23",
29856
- "updatedAt": "2022-01-29T00:31:29.865Z",
29856
+ "updatedAt": "2022-01-29T21:54:40.912Z",
29857
29857
  "devdoc": {
29858
29858
  "author": "dYdX * Administrative functions to keep the protocol updated",
29859
29859
  "methods": {},
@@ -1956,7 +1956,7 @@
1956
1956
  },
1957
1957
  "networks": {},
1958
1958
  "schemaVersion": "3.0.23",
1959
- "updatedAt": "2022-01-29T00:31:29.372Z",
1959
+ "updatedAt": "2022-01-29T21:54:40.527Z",
1960
1960
  "devdoc": {
1961
1961
  "methods": {}
1962
1962
  },
@@ -33490,7 +33490,7 @@
33490
33490
  }
33491
33491
  },
33492
33492
  "schemaVersion": "3.0.23",
33493
- "updatedAt": "2022-01-29T00:31:29.435Z",
33493
+ "updatedAt": "2022-01-29T21:54:40.588Z",
33494
33494
  "devdoc": {
33495
33495
  "methods": {
33496
33496
  "isOwner()": {
@@ -5518,7 +5518,7 @@
5518
5518
  },
5519
5519
  "networks": {},
5520
5520
  "schemaVersion": "3.0.23",
5521
- "updatedAt": "2022-01-29T00:31:30.243Z",
5521
+ "updatedAt": "2022-01-29T21:54:41.236Z",
5522
5522
  "devdoc": {
5523
5523
  "methods": {}
5524
5524
  },
@@ -7508,7 +7508,7 @@
7508
7508
  },
7509
7509
  "networks": {},
7510
7510
  "schemaVersion": "3.0.23",
7511
- "updatedAt": "2022-01-29T00:31:29.956Z",
7511
+ "updatedAt": "2022-01-29T21:54:40.988Z",
7512
7512
  "devdoc": {
7513
7513
  "author": "Dolomite * Library for caching information about markets",
7514
7514
  "methods": {},
@@ -7122,7 +7122,7 @@
7122
7122
  },
7123
7123
  "networks": {},
7124
7124
  "schemaVersion": "3.0.23",
7125
- "updatedAt": "2022-01-29T00:31:29.963Z",
7125
+ "updatedAt": "2022-01-29T21:54:40.993Z",
7126
7126
  "devdoc": {
7127
7127
  "author": "dYdX * Library for caching information about markets",
7128
7128
  "methods": {},
@@ -10332,7 +10332,7 @@
10332
10332
  }
10333
10333
  },
10334
10334
  "schemaVersion": "3.0.23",
10335
- "updatedAt": "2022-01-29T00:31:29.419Z",
10335
+ "updatedAt": "2022-01-29T21:54:40.574Z",
10336
10336
  "devdoc": {
10337
10337
  "author": "Dolomite * An implementation of the dYdX IPriceOracle interface that makes Chainlink prices compatible with the protocol.",
10338
10338
  "methods": {
@@ -585,7 +585,7 @@
585
585
  },
586
586
  "networks": {},
587
587
  "schemaVersion": "3.0.23",
588
- "updatedAt": "2022-01-29T00:31:30.230Z",
588
+ "updatedAt": "2022-01-29T21:54:41.224Z",
589
589
  "devdoc": {
590
590
  "methods": {}
591
591
  },
@@ -1681,7 +1681,7 @@
1681
1681
  },
1682
1682
  "networks": {},
1683
1683
  "schemaVersion": "3.0.23",
1684
- "updatedAt": "2022-01-29T00:31:30.066Z",
1684
+ "updatedAt": "2022-01-29T21:54:41.082Z",
1685
1685
  "devdoc": {
1686
1686
  "methods": {}
1687
1687
  },
@@ -2080,7 +2080,7 @@
2080
2080
  },
2081
2081
  "networks": {},
2082
2082
  "schemaVersion": "3.0.23",
2083
- "updatedAt": "2022-01-29T00:31:29.967Z",
2083
+ "updatedAt": "2022-01-29T21:54:40.998Z",
2084
2084
  "devdoc": {
2085
2085
  "author": "dYdX * Library that defines a fixed-point number with 18 decimal places.",
2086
2086
  "methods": {},
@@ -6979,7 +6979,7 @@
6979
6979
  },
6980
6980
  "networks": {},
6981
6981
  "schemaVersion": "3.0.23",
6982
- "updatedAt": "2022-01-29T00:31:29.392Z",
6982
+ "updatedAt": "2022-01-29T21:54:40.549Z",
6983
6983
  "devdoc": {
6984
6984
  "author": "dYdX * Multi-Signature Wallet with delay in execution. Allows multiple parties to execute a transaction after a time lock has passed. Adapted from Amir Bandeali's MultiSigWalletWithTimeLock contract. Logic Changes: - Only owners can execute transactions - Require that each transaction succeeds - Added function to execute multiple transactions within the same Ethereum transaction",
6985
6985
  "methods": {
@@ -10985,7 +10985,7 @@
10985
10985
  },
10986
10986
  "networks": {},
10987
10987
  "schemaVersion": "3.0.23",
10988
- "updatedAt": "2022-01-29T00:31:29.275Z",
10988
+ "updatedAt": "2022-01-29T21:54:40.443Z",
10989
10989
  "devdoc": {
10990
10990
  "methods": {}
10991
10991
  },
@@ -7738,7 +7738,7 @@
7738
7738
  }
7739
7739
  },
7740
7740
  "schemaVersion": "3.0.23",
7741
- "updatedAt": "2022-01-29T00:31:29.282Z",
7741
+ "updatedAt": "2022-01-29T21:54:40.450Z",
7742
7742
  "devdoc": {
7743
7743
  "methods": {}
7744
7744
  },
@@ -25028,7 +25028,7 @@
25028
25028
  },
25029
25029
  "networks": {},
25030
25030
  "schemaVersion": "3.0.23",
25031
- "updatedAt": "2022-01-29T00:31:29.379Z",
25031
+ "updatedAt": "2022-01-29T21:54:40.533Z",
25032
25032
  "devdoc": {
25033
25033
  "methods": {}
25034
25034
  },
@@ -49039,7 +49039,7 @@
49039
49039
  },
49040
49040
  "networks": {},
49041
49041
  "schemaVersion": "3.0.23",
49042
- "updatedAt": "2022-01-29T00:31:29.297Z",
49042
+ "updatedAt": "2022-01-29T21:54:40.464Z",
49043
49043
  "devdoc": {
49044
49044
  "methods": {}
49045
49045
  },
@@ -67481,7 +67481,7 @@
67481
67481
  }
67482
67482
  },
67483
67483
  "schemaVersion": "3.0.23",
67484
- "updatedAt": "2022-01-29T00:31:29.476Z",
67484
+ "updatedAt": "2022-01-29T21:54:40.620Z",
67485
67485
  "devdoc": {
67486
67486
  "methods": {}
67487
67487
  },
@@ -3083,9 +3083,18 @@
3083
3083
  "name": "solc",
3084
3084
  "version": "0.5.16+commit.9c3226ce.Linux.g++"
3085
3085
  },
3086
- "networks": {},
3086
+ "networks": {
3087
+ "80001": {
3088
+ "links": {
3089
+ "AdminImpl": "0x23501fEA1107c7ebac5Bb44E5207E78F9EB44672",
3090
+ "OperationImpl": "0x300466234A3D5ff4c81f75EaA0f9A03645F823d3"
3091
+ },
3092
+ "address": "0x2548CB005F16c7dFc711ace901b0C2f144DCd90B",
3093
+ "transactionHash": "0x82e039b2a9329afeae83e6eff941a5e7706a1dd5acb31d803b3027462c1851d5"
3094
+ }
3095
+ },
3087
3096
  "schemaVersion": "3.0.23",
3088
- "updatedAt": "2022-01-29T00:31:29.826Z",
3097
+ "updatedAt": "2022-01-29T21:54:40.880Z",
3089
3098
  "devdoc": {
3090
3099
  "author": "dYdX * Main contract that inherits from other contracts",
3091
3100
  "methods": {
@@ -7094,7 +7094,7 @@
7094
7094
  }
7095
7095
  },
7096
7096
  "schemaVersion": "3.0.23",
7097
- "updatedAt": "2022-01-29T00:31:29.339Z",
7097
+ "updatedAt": "2022-01-29T21:54:40.501Z",
7098
7098
  "devdoc": {
7099
7099
  "author": "dYdX * Interest setter that sets interest based on a polynomial of the usage percentage of the market. Interest = C_0 + C_1 * U^(2^0) + C_2 * U^(2^1) + C_3 * U^(2^2) ...",
7100
7100
  "methods": {
@@ -4216,7 +4216,7 @@
4216
4216
  },
4217
4217
  "networks": {},
4218
4218
  "schemaVersion": "3.0.23",
4219
- "updatedAt": "2022-01-29T00:31:29.969Z",
4219
+ "updatedAt": "2022-01-29T21:54:41.001Z",
4220
4220
  "devdoc": {
4221
4221
  "methods": {}
4222
4222
  },
@@ -1433,7 +1433,7 @@
1433
1433
  },
1434
1434
  "networks": {},
1435
1435
  "schemaVersion": "3.0.23",
1436
- "updatedAt": "2022-01-29T00:31:30.068Z",
1436
+ "updatedAt": "2022-01-29T21:54:41.083Z",
1437
1437
  "devdoc": {
1438
1438
  "methods": {}
1439
1439
  },
@@ -1504,7 +1504,7 @@
1504
1504
  }
1505
1505
  },
1506
1506
  "schemaVersion": "3.0.23",
1507
- "updatedAt": "2022-01-29T00:31:30.069Z",
1507
+ "updatedAt": "2022-01-29T21:54:41.084Z",
1508
1508
  "devdoc": {
1509
1509
  "methods": {}
1510
1510
  },
@@ -20719,7 +20719,7 @@
20719
20719
  },
20720
20720
  "networks": {},
20721
20721
  "schemaVersion": "3.0.23",
20722
- "updatedAt": "2022-01-29T00:31:29.976Z",
20722
+ "updatedAt": "2022-01-29T21:54:41.011Z",
20723
20723
  "devdoc": {
20724
20724
  "author": "dYdX * Library to parse and emit logs from which the state of all accounts and indexes can be followed",
20725
20725
  "methods": {},
@@ -5678,7 +5678,7 @@
5678
5678
  },
5679
5679
  "networks": {},
5680
5680
  "schemaVersion": "3.0.23",
5681
- "updatedAt": "2022-01-29T00:31:29.986Z",
5681
+ "updatedAt": "2022-01-29T21:54:41.020Z",
5682
5682
  "devdoc": {
5683
5683
  "author": "dYdX * Library for transferring tokens and interacting with ExchangeWrappers by using the Wei struct",
5684
5684
  "methods": {},
@@ -30347,10 +30347,149 @@
30347
30347
  "links": {},
30348
30348
  "address": "0xB9bdBAEc07751F6d54d19A6B9995708873F3DE18",
30349
30349
  "transactionHash": "0x3d05d4c863e9fefa773d1d48790f9175607fce5452e9d9ae7259316794550991"
30350
+ },
30351
+ "80001": {
30352
+ "events": {
30353
+ "0x00cee2201664da23900ada76f5e96bcae576e5d7253b36f10dc1b379597d521b": {
30354
+ "anonymous": false,
30355
+ "inputs": [
30356
+ {
30357
+ "indexed": false,
30358
+ "internalType": "address",
30359
+ "name": "owner",
30360
+ "type": "address"
30361
+ },
30362
+ {
30363
+ "indexed": false,
30364
+ "internalType": "uint256",
30365
+ "name": "number",
30366
+ "type": "uint256"
30367
+ },
30368
+ {
30369
+ "indexed": false,
30370
+ "internalType": "uint256",
30371
+ "name": "marketId",
30372
+ "type": "uint256"
30373
+ },
30374
+ {
30375
+ "indexed": false,
30376
+ "internalType": "uint32",
30377
+ "name": "time",
30378
+ "type": "uint32"
30379
+ }
30380
+ ],
30381
+ "name": "ExpirySet",
30382
+ "type": "event"
30383
+ },
30384
+ "0xd08f204a092297d87c6a408c8d66cb1b189734e8284e655f896717b45a93a536": {
30385
+ "anonymous": false,
30386
+ "inputs": [
30387
+ {
30388
+ "indexed": false,
30389
+ "internalType": "uint256",
30390
+ "name": "expiryRampTime",
30391
+ "type": "uint256"
30392
+ }
30393
+ ],
30394
+ "name": "LogExpiryRampTimeSet",
30395
+ "type": "event"
30396
+ },
30397
+ "0x969c8b99a23d857754fd7c4d782add205dc6127f8a50f606803b6076a50a2345": {
30398
+ "anonymous": false,
30399
+ "inputs": [
30400
+ {
30401
+ "indexed": true,
30402
+ "internalType": "address",
30403
+ "name": "liquidAccountOwner",
30404
+ "type": "address"
30405
+ },
30406
+ {
30407
+ "indexed": false,
30408
+ "internalType": "uint256",
30409
+ "name": "liquidAccountNumber",
30410
+ "type": "uint256"
30411
+ },
30412
+ {
30413
+ "indexed": false,
30414
+ "internalType": "string",
30415
+ "name": "reason",
30416
+ "type": "string"
30417
+ }
30418
+ ],
30419
+ "name": "LogLiquidationCallbackFailure",
30420
+ "type": "event"
30421
+ },
30422
+ "0x5418b0c788a0e055245b87cdebed5cb5af6e38862954e736cf2c11165cfac3f5": {
30423
+ "anonymous": false,
30424
+ "inputs": [
30425
+ {
30426
+ "indexed": true,
30427
+ "internalType": "address",
30428
+ "name": "liquidAccountOwner",
30429
+ "type": "address"
30430
+ },
30431
+ {
30432
+ "indexed": false,
30433
+ "internalType": "uint256",
30434
+ "name": "liquidAccountNumber",
30435
+ "type": "uint256"
30436
+ }
30437
+ ],
30438
+ "name": "LogLiquidationCallbackSuccess",
30439
+ "type": "event"
30440
+ },
30441
+ "0x6d39d55c693043fe0327fddb80edde3a40fb0419a6299d29592cc2f11e728b9c": {
30442
+ "anonymous": false,
30443
+ "inputs": [
30444
+ {
30445
+ "indexed": false,
30446
+ "internalType": "address",
30447
+ "name": "approver",
30448
+ "type": "address"
30449
+ },
30450
+ {
30451
+ "indexed": false,
30452
+ "internalType": "address",
30453
+ "name": "sender",
30454
+ "type": "address"
30455
+ },
30456
+ {
30457
+ "indexed": false,
30458
+ "internalType": "uint32",
30459
+ "name": "minTimeDelta",
30460
+ "type": "uint32"
30461
+ }
30462
+ ],
30463
+ "name": "LogSenderApproved",
30464
+ "type": "event"
30465
+ },
30466
+ "0x8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0": {
30467
+ "anonymous": false,
30468
+ "inputs": [
30469
+ {
30470
+ "indexed": true,
30471
+ "internalType": "address",
30472
+ "name": "previousOwner",
30473
+ "type": "address"
30474
+ },
30475
+ {
30476
+ "indexed": true,
30477
+ "internalType": "address",
30478
+ "name": "newOwner",
30479
+ "type": "address"
30480
+ }
30481
+ ],
30482
+ "name": "OwnershipTransferred",
30483
+ "type": "event"
30484
+ }
30485
+ },
30486
+ "links": {},
30487
+ "address": "0xb1DD89690E86754d58204fEE6551b45ae1Dd6D30",
30488
+ "transactionHash": "0x5ce75695d7623c20a76c27a4c6312999faa5051bd0ea4a4c829ca36fd315c5e6"
30350
30489
  }
30351
30490
  },
30352
30491
  "schemaVersion": "3.0.23",
30353
- "updatedAt": "2022-01-29T00:31:29.691Z",
30492
+ "updatedAt": "2022-01-29T21:54:40.777Z",
30354
30493
  "devdoc": {
30355
30494
  "author": "dYdX * Expiry contract that also allows approved senders to set expiry to be 28 days in the future.",
30356
30495
  "methods": {
@@ -23750,7 +23750,7 @@
23750
23750
  },
23751
23751
  "networks": {},
23752
23752
  "schemaVersion": "3.0.23",
23753
- "updatedAt": "2022-01-29T00:31:29.837Z",
23753
+ "updatedAt": "2022-01-29T21:54:40.889Z",
23754
23754
  "devdoc": {
23755
23755
  "author": "dYdX * Public read-only functions that allow transparency into the state of DolomiteMargin",
23756
23756
  "methods": {},
@@ -867,7 +867,7 @@
867
867
  },
868
868
  "networks": {},
869
869
  "schemaVersion": "3.0.23",
870
- "updatedAt": "2022-01-29T00:31:29.922Z",
870
+ "updatedAt": "2022-01-29T21:54:40.964Z",
871
871
  "devdoc": {
872
872
  "author": "dYdX * Interface that Auto-Traders for DolomiteMargin must implement in order to approve trades.",
873
873
  "methods": {
@@ -402,7 +402,7 @@
402
402
  },
403
403
  "networks": {},
404
404
  "schemaVersion": "3.0.23",
405
- "updatedAt": "2022-01-29T00:31:29.923Z",
405
+ "updatedAt": "2022-01-29T21:54:40.965Z",
406
406
  "devdoc": {
407
407
  "author": "dYdX * Interface that Callees for DolomiteMargin must implement in order to ingest data.",
408
408
  "methods": {
@@ -238,7 +238,7 @@
238
238
  },
239
239
  "networks": {},
240
240
  "schemaVersion": "3.0.23",
241
- "updatedAt": "2022-01-29T00:31:29.349Z",
241
+ "updatedAt": "2022-01-29T21:54:40.507Z",
242
242
  "devdoc": {
243
243
  "author": "Dolomite * Gets the latest price from the Chainlink Oracle Network. Amount of decimals depends on the base.",
244
244
  "methods": {},
@@ -3145,7 +3145,7 @@
3145
3145
  },
3146
3146
  "networks": {},
3147
3147
  "schemaVersion": "3.0.23",
3148
- "updatedAt": "2022-01-29T00:31:29.352Z",
3148
+ "updatedAt": "2022-01-29T21:54:40.508Z",
3149
3149
  "devdoc": {
3150
3150
  "methods": {}
3151
3151
  },
@@ -1830,7 +1830,7 @@
1830
1830
  },
1831
1831
  "networks": {},
1832
1832
  "schemaVersion": "3.0.23",
1833
- "updatedAt": "2022-01-29T00:31:29.354Z",
1833
+ "updatedAt": "2022-01-29T21:54:40.510Z",
1834
1834
  "devdoc": {
1835
1835
  "methods": {}
1836
1836
  },
@@ -7266,7 +7266,7 @@
7266
7266
  },
7267
7267
  "networks": {},
7268
7268
  "schemaVersion": "3.0.23",
7269
- "updatedAt": "2022-01-29T00:31:29.356Z",
7269
+ "updatedAt": "2022-01-29T21:54:40.511Z",
7270
7270
  "devdoc": {
7271
7271
  "methods": {}
7272
7272
  },
@@ -8681,7 +8681,7 @@
8681
8681
  },
8682
8682
  "networks": {},
8683
8683
  "schemaVersion": "3.0.23",
8684
- "updatedAt": "2022-01-29T00:31:29.928Z",
8684
+ "updatedAt": "2022-01-29T21:54:40.967Z",
8685
8685
  "devdoc": {
8686
8686
  "methods": {
8687
8687
  "getAccountBalances((address,uint256))": {
@@ -1876,7 +1876,7 @@
1876
1876
  },
1877
1877
  "networks": {},
1878
1878
  "schemaVersion": "3.0.23",
1879
- "updatedAt": "2022-01-29T00:31:30.235Z",
1879
+ "updatedAt": "2022-01-29T21:54:41.229Z",
1880
1880
  "devdoc": {
1881
1881
  "details": "Interface of the ERC20 standard as defined in the EIP. Does not include the optional functions; to access them see {ERC20Detailed}.",
1882
1882
  "methods": {
@@ -745,7 +745,7 @@
745
745
  },
746
746
  "networks": {},
747
747
  "schemaVersion": "3.0.23",
748
- "updatedAt": "2022-01-29T00:31:29.935Z",
748
+ "updatedAt": "2022-01-29T21:54:40.974Z",
749
749
  "devdoc": {
750
750
  "author": "dYdX * Interface for using ERC20 Tokens. We have to use a special interface to call ERC20 functions so that we don't automatically revert when calling non-compliant tokens that have no return value for transfer(), transferFrom(), or approve().",
751
751
  "methods": {
@@ -949,7 +949,7 @@
949
949
  },
950
950
  "networks": {},
951
951
  "schemaVersion": "3.0.23",
952
- "updatedAt": "2022-01-29T00:31:29.937Z",
952
+ "updatedAt": "2022-01-29T21:54:40.975Z",
953
953
  "devdoc": {
954
954
  "author": "dYdX * Interface that Exchange Wrappers for DolomiteMargin must implement in order to trade ERC20 tokens.",
955
955
  "methods": {
@@ -959,7 +959,7 @@
959
959
  },
960
960
  "networks": {},
961
961
  "schemaVersion": "3.0.23",
962
- "updatedAt": "2022-01-29T00:31:29.359Z",
962
+ "updatedAt": "2022-01-29T21:54:40.514Z",
963
963
  "devdoc": {
964
964
  "author": "Dolomite",
965
965
  "methods": {},
@@ -457,7 +457,7 @@
457
457
  },
458
458
  "networks": {},
459
459
  "schemaVersion": "3.0.23",
460
- "updatedAt": "2022-01-29T00:31:29.938Z",
460
+ "updatedAt": "2022-01-29T21:54:40.975Z",
461
461
  "devdoc": {
462
462
  "author": "dYdX * Interface that Interest Setters for DolomiteMargin must implement in order to report interest rates.",
463
463
  "methods": {
@@ -520,7 +520,7 @@
520
520
  },
521
521
  "networks": {},
522
522
  "schemaVersion": "3.0.23",
523
- "updatedAt": "2022-01-29T00:31:29.941Z",
523
+ "updatedAt": "2022-01-29T21:54:40.976Z",
524
524
  "devdoc": {
525
525
  "methods": {
526
526
  "onLiquidate(uint256,uint256,(bool,uint256),uint256,(bool,uint256))": {
@@ -817,7 +817,7 @@
817
817
  },
818
818
  "networks": {},
819
819
  "schemaVersion": "3.0.23",
820
- "updatedAt": "2022-01-29T00:31:29.360Z",
820
+ "updatedAt": "2022-01-29T21:54:40.514Z",
821
821
  "devdoc": {
822
822
  "author": "dYdX * Interface for the price oracles run by MakerDao",
823
823
  "methods": {},
@@ -9220,7 +9220,7 @@
9220
9220
  },
9221
9221
  "networks": {},
9222
9222
  "schemaVersion": "3.0.23",
9223
- "updatedAt": "2022-01-29T00:31:29.363Z",
9223
+ "updatedAt": "2022-01-29T21:54:40.516Z",
9224
9224
  "devdoc": {
9225
9225
  "author": "dYdX * Interface for the OasisDex contract",
9226
9226
  "methods": {},
@@ -518,7 +518,7 @@
518
518
  },
519
519
  "networks": {},
520
520
  "schemaVersion": "3.0.23",
521
- "updatedAt": "2022-01-29T00:31:29.942Z",
521
+ "updatedAt": "2022-01-29T21:54:40.977Z",
522
522
  "devdoc": {
523
523
  "author": "dYdX * Interface that Price Oracles for DolomiteMargin must implement in order to report prices.",
524
524
  "methods": {
@@ -2398,7 +2398,7 @@
2398
2398
  },
2399
2399
  "networks": {},
2400
2400
  "schemaVersion": "3.0.23",
2401
- "updatedAt": "2022-01-29T00:31:29.943Z",
2401
+ "updatedAt": "2022-01-29T21:54:40.978Z",
2402
2402
  "devdoc": {
2403
2403
  "author": "Dolomite * Interface that recyclable tokens/markets must implement",
2404
2404
  "methods": {
@@ -1607,7 +1607,7 @@
1607
1607
  },
1608
1608
  "networks": {},
1609
1609
  "schemaVersion": "3.0.23",
1610
- "updatedAt": "2022-01-29T00:31:29.366Z",
1610
+ "updatedAt": "2022-01-29T21:54:40.519Z",
1611
1611
  "devdoc": {
1612
1612
  "methods": {
1613
1613
  "setIsCallerTrusted(address,bool)": {