@witnet/solidity 3.0.6 → 3.0.8
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.
- package/build/contracts/Bech32.json +1 -1
- package/build/contracts/Clonable.json +1 -1
- package/build/contracts/Context.json +1 -1
- package/build/contracts/Create3.json +1 -1
- package/build/contracts/ERC165.json +1 -1
- package/build/contracts/Escrowable.json +1 -1
- package/build/contracts/IChainlinkAggregatorV3.json +1 -1
- package/build/contracts/IERC165.json +1 -1
- package/build/contracts/IERC20.json +1 -1
- package/build/contracts/IERC2362.json +1 -1
- package/build/contracts/IPythChainlinkAggregatorV3.json +1 -1
- package/build/contracts/IWitAppliance.json +1 -1
- package/build/contracts/IWitOracle.json +1 -1
- package/build/contracts/IWitOracleAppliance.json +1 -1
- package/build/contracts/IWitOracleConsumer.json +1 -1
- package/build/contracts/IWitOracleConsumerLegacy.json +1 -1
- package/build/contracts/IWitOracleLegacy.json +1 -1
- package/build/contracts/IWitOracleQueriable.json +1 -1
- package/build/contracts/IWitOracleQueriableConsumer.json +1 -1
- package/build/contracts/IWitOracleQueriableEvents.json +1 -1
- package/build/contracts/IWitOracleQueriableExperimental.json +1 -1
- package/build/contracts/IWitOracleQueriableTrustableReporter.json +1 -1
- package/build/contracts/IWitOracleQueriableTrustlessReporter.json +1 -1
- package/build/contracts/IWitOracleRadonRegistry.json +1 -1
- package/build/contracts/IWitOracleRadonRegistryEvents.json +1 -1
- package/build/contracts/IWitOracleRadonRegistryLegacy.json +1 -1
- package/build/contracts/IWitOracleRadonRequestFactory.json +1 -1
- package/build/contracts/IWitOracleRadonRequestModal.json +1 -1
- package/build/contracts/IWitOracleRadonRequestTemplate.json +1 -1
- package/build/contracts/IWitOracleRequest.json +1 -1
- package/build/contracts/IWitOracleRequestFactory.json +1 -1
- package/build/contracts/IWitOracleRequestFactoryEvents.json +1 -1
- package/build/contracts/IWitOracleRequestTemplate.json +1 -1
- package/build/contracts/IWitOracleTrustableAdmin.json +1 -1
- package/build/contracts/IWitOracleTrustless.json +1 -1
- package/build/contracts/IWitPriceFeeds.json +1 -1
- package/build/contracts/IWitPriceFeedsAdmin.json +1 -1
- package/build/contracts/IWitPriceFeedsConsumer.json +1 -1
- package/build/contracts/IWitPriceFeedsEvents.json +1 -1
- package/build/contracts/IWitPriceFeedsLegacy.json +1 -1
- package/build/contracts/IWitPriceFeedsLegacyAdmin.json +1 -1
- package/build/contracts/IWitPriceFeedsLegacySolver.json +1 -1
- package/build/contracts/IWitPriceFeedsLegacySolverFactory.json +1 -1
- package/build/contracts/IWitPriceFeedsTypes.json +1 -1
- package/build/contracts/IWitPyth.json +1 -1
- package/build/contracts/IWitPythChainlinkAggregator.json +1 -1
- package/build/contracts/IWitPythErrors.json +1 -1
- package/build/contracts/IWitPythEvents.json +1 -1
- package/build/contracts/IWitPythReporter.json +1 -1
- package/build/contracts/IWitRandomness.json +1 -1
- package/build/contracts/IWitRandomnessAdmin.json +1 -1
- package/build/contracts/IWitRandomnessAdminV2.json +1 -1
- package/build/contracts/IWitRandomnessConsumer.json +1 -1
- package/build/contracts/IWitRandomnessEvents.json +1 -1
- package/build/contracts/IWitRandomnessLegacy.json +1 -1
- package/build/contracts/IWitRandomnessTypes.json +1 -1
- package/build/contracts/Initializable.json +1 -1
- package/build/contracts/OVM_GasPriceOracle.json +1 -1
- package/build/contracts/Ownable.json +1 -1
- package/build/contracts/Ownable2Step.json +1 -1
- package/build/contracts/Payable.json +1 -1
- package/build/contracts/Proxiable.json +1 -1
- package/build/contracts/ReentrancyGuard.json +1 -1
- package/build/contracts/Secp256k1.json +1 -1
- package/build/contracts/Slices.json +1 -1
- package/build/contracts/TestBech32.json +1 -1
- package/build/contracts/TestSecp256k1.json +1 -1
- package/build/contracts/Upgradeable.json +1 -1
- package/build/contracts/UsingWitOracle.json +1 -1
- package/build/contracts/UsingWitPriceFeeds.json +1 -1
- package/build/contracts/UsingWitRandomness.json +1 -1
- package/build/contracts/WitOracle.json +13 -2
- package/build/contracts/WitOracleBasePushOnly.json +1 -1
- package/build/contracts/WitOracleBasePushOnlyTrustable.json +1 -1
- package/build/contracts/WitOracleBasePushOnlyTrustless.json +1 -1
- package/build/contracts/WitOracleBasePushOnlyUpgradable.json +1 -1
- package/build/contracts/WitOracleBaseQueriable.json +1 -1
- package/build/contracts/WitOracleBaseQueriableTrustable.json +1 -1
- package/build/contracts/WitOracleBaseQueriableTrustless.json +1 -1
- package/build/contracts/WitOracleBaseQueriableUpgradable.json +1 -1
- package/build/contracts/WitOracleDataLib.json +254 -2
- package/build/contracts/WitOraclePushOnly.json +1 -1
- package/build/contracts/WitOracleRadonEncodingLib.json +14 -2
- package/build/contracts/WitOracleRadonRegistry.json +13 -2
- package/build/contracts/WitOracleRadonRegistryBase.json +1 -1
- package/build/contracts/WitOracleRadonRegistryBaseUpgradable.json +1 -1
- package/build/contracts/WitOracleRadonRegistryData.json +1 -1
- package/build/contracts/WitOracleRadonRegistryDefaultV21.json +1 -1
- package/build/contracts/WitOracleRadonRegistryUpgradableDefault.json +10 -2
- package/build/contracts/WitOracleRadonRegistryUpgradableNoSha256.json +10 -2
- package/build/contracts/WitOracleRadonRegistryUpgradableZkSync.json +1 -1
- package/build/contracts/WitOracleRadonRequestFactory.json +13 -2
- package/build/contracts/WitOracleRadonRequestFactoryBase.json +1 -1
- package/build/contracts/WitOracleRadonRequestFactoryBaseUpgradable.json +1 -1
- package/build/contracts/WitOracleRadonRequestFactoryModals.json +13 -2
- package/build/contracts/WitOracleRadonRequestFactoryModalsDefault.json +23 -2
- package/build/contracts/WitOracleRadonRequestFactoryTemplates.json +13 -2
- package/build/contracts/WitOracleRadonRequestFactoryTemplatesDefault.json +33 -2
- package/build/contracts/WitOracleRadonRequestFactoryUpgradableConfluxCore.json +1 -1
- package/build/contracts/WitOracleRadonRequestFactoryUpgradableDefault.json +13 -2
- package/build/contracts/WitOracleResultStatusLib.json +14 -2
- package/build/contracts/WitOracleTrustableDefault.json +259 -2
- package/build/contracts/WitOracleTrustableExperimental.json +1 -1
- package/build/contracts/WitOracleTrustableObscuro.json +1 -1
- package/build/contracts/WitOracleTrustableOvm2.json +1 -1
- package/build/contracts/WitOracleTrustablePushOnly.json +1 -1
- package/build/contracts/WitOracleTrustableReef.json +1 -1
- package/build/contracts/WitOracleTrustableZkSync.json +1 -1
- package/build/contracts/WitOracleTrustlessDataLib.json +1 -1
- package/build/contracts/WitOracleTrustlessDefaultV22.json +1 -1
- package/build/contracts/WitOracleTrustlessUpgradableDefault.json +1 -1
- package/build/contracts/WitPriceFeeds.json +13 -2
- package/build/contracts/WitPriceFeedsDataLib.json +14 -2
- package/build/contracts/WitPriceFeedsLegacy.json +13 -2
- package/build/contracts/WitPriceFeedsLegacyDataLib.json +154 -2
- package/build/contracts/WitPriceFeedsLegacyUpgradable.json +80 -2
- package/build/contracts/WitPriceFeedsLegacyUpgradableBypass.json +80 -2
- package/build/contracts/WitPriceFeedsSolverBase.json +1 -1
- package/build/contracts/WitPriceFeedsV3.json +1 -1
- package/build/contracts/WitPriceFeedsV3Upgradable.json +17 -2
- package/build/contracts/WitPythChainlinkAggregator.json +1 -1
- package/build/contracts/WitRandomness.json +8 -2
- package/build/contracts/WitRandomnessLegacy.json +1 -1
- package/build/contracts/WitRandomnessV3.json +8 -2
- package/build/contracts/WitRngConsumer.json +1 -1
- package/build/contracts/Witnet.json +1 -1
- package/build/contracts/WitnetBuffer.json +1 -1
- package/build/contracts/WitnetCBOR.json +1 -1
- package/build/contracts/WitnetDeployer.json +13 -2
- package/build/contracts/WitnetDeployerConfluxCore.json +1 -1
- package/build/contracts/WitnetDeployerDeferred.json +1 -1
- package/build/contracts/WitnetDeployerMeter.json +1 -1
- package/build/contracts/WitnetProxy.json +9 -2
- package/build/contracts/WitnetUpgradableBase.json +1 -1
- package/dist/migrations/addresses.json +16 -1
- package/dist/migrations/constructorArgs.json +7 -0
- package/dist/migrations/settings/networks.js +2 -2
- package/migrations/addresses.json +509 -0
- package/migrations/constructorArgs.json +317 -0
- package/migrations/settings/artifacts.js +84 -0
- package/package.json +3 -1
- package/scripts/verify-truffle.cjs +2 -2
|
@@ -709,9 +709,20 @@
|
|
|
709
709
|
"name": "solc",
|
|
710
710
|
"version": "0.8.30+commit.73712a01.Emscripten.clang"
|
|
711
711
|
},
|
|
712
|
-
"networks": {
|
|
712
|
+
"networks": {
|
|
713
|
+
"534351": {
|
|
714
|
+
"events": {},
|
|
715
|
+
"links": {},
|
|
716
|
+
"address": "0x000FF9f888B1415Da64cc985f775380a94b40000"
|
|
717
|
+
},
|
|
718
|
+
"11155111": {
|
|
719
|
+
"events": {},
|
|
720
|
+
"links": {},
|
|
721
|
+
"address": "0x000FF9f888B1415Da64cc985f775380a94b40000"
|
|
722
|
+
}
|
|
723
|
+
},
|
|
713
724
|
"schemaVersion": "3.4.16",
|
|
714
|
-
"updatedAt": "2025-11-
|
|
725
|
+
"updatedAt": "2025-11-11T11:57:36.981Z",
|
|
715
726
|
"devdoc": {
|
|
716
727
|
"kind": "dev",
|
|
717
728
|
"methods": {},
|
|
@@ -1589,7 +1589,7 @@
|
|
|
1589
1589
|
},
|
|
1590
1590
|
"networks": {},
|
|
1591
1591
|
"schemaVersion": "3.4.16",
|
|
1592
|
-
"updatedAt": "2025-11-
|
|
1592
|
+
"updatedAt": "2025-11-11T11:57:37.184Z",
|
|
1593
1593
|
"devdoc": {
|
|
1594
1594
|
"author": "The Witnet Foundation",
|
|
1595
1595
|
"details": "This contract enables posting requests that Witnet bridges will insert into the Witnet network. The result of the requests will be posted back to this contract by the bridge nodes too.",
|
|
@@ -6227,9 +6227,20 @@
|
|
|
6227
6227
|
"name": "solc",
|
|
6228
6228
|
"version": "0.8.30+commit.73712a01.Emscripten.clang"
|
|
6229
6229
|
},
|
|
6230
|
-
"networks": {
|
|
6230
|
+
"networks": {
|
|
6231
|
+
"534351": {
|
|
6232
|
+
"events": {},
|
|
6233
|
+
"links": {},
|
|
6234
|
+
"address": "0xffC4147d7b973B1766FB335bC847C7288c4365ff"
|
|
6235
|
+
},
|
|
6236
|
+
"11155111": {
|
|
6237
|
+
"events": {},
|
|
6238
|
+
"links": {},
|
|
6239
|
+
"address": "0xffC4147d7b973B1766FB335bC847C7288c4365ff"
|
|
6240
|
+
}
|
|
6241
|
+
},
|
|
6231
6242
|
"schemaVersion": "3.4.16",
|
|
6232
|
-
"updatedAt": "2025-11-
|
|
6243
|
+
"updatedAt": "2025-11-11T11:57:37.187Z",
|
|
6233
6244
|
"devdoc": {
|
|
6234
6245
|
"errors": {
|
|
6235
6246
|
"InvalidInitialization()": [
|
|
@@ -25307,9 +25307,30 @@
|
|
|
25307
25307
|
"name": "solc",
|
|
25308
25308
|
"version": "0.8.30+commit.73712a01.Emscripten.clang"
|
|
25309
25309
|
},
|
|
25310
|
-
"networks": {
|
|
25310
|
+
"networks": {
|
|
25311
|
+
"1": {
|
|
25312
|
+
"events": {},
|
|
25313
|
+
"links": {},
|
|
25314
|
+
"address": "0xff7B32870b35259212bc103c79380E03786588ff"
|
|
25315
|
+
},
|
|
25316
|
+
"4801": {
|
|
25317
|
+
"events": {},
|
|
25318
|
+
"links": {},
|
|
25319
|
+
"address": "0xff7B32870b35259212bc103c79380E03786588ff"
|
|
25320
|
+
},
|
|
25321
|
+
"534351": {
|
|
25322
|
+
"events": {},
|
|
25323
|
+
"links": {},
|
|
25324
|
+
"address": "0xffC4147d7b973B1766FB335bC847C7288c4365ff"
|
|
25325
|
+
},
|
|
25326
|
+
"11155111": {
|
|
25327
|
+
"events": {},
|
|
25328
|
+
"links": {},
|
|
25329
|
+
"address": "0xffC4147d7b973B1766FB335bC847C7288c4365ff"
|
|
25330
|
+
}
|
|
25331
|
+
},
|
|
25311
25332
|
"schemaVersion": "3.4.16",
|
|
25312
|
-
"updatedAt": "2025-11-
|
|
25333
|
+
"updatedAt": "2025-11-11T11:57:37.353Z",
|
|
25313
25334
|
"devdoc": {
|
|
25314
25335
|
"author": "The Witnet Foundation",
|
|
25315
25336
|
"errors": {
|
|
@@ -6464,9 +6464,20 @@
|
|
|
6464
6464
|
"name": "solc",
|
|
6465
6465
|
"version": "0.8.30+commit.73712a01.Emscripten.clang"
|
|
6466
6466
|
},
|
|
6467
|
-
"networks": {
|
|
6467
|
+
"networks": {
|
|
6468
|
+
"534351": {
|
|
6469
|
+
"events": {},
|
|
6470
|
+
"links": {},
|
|
6471
|
+
"address": "0xFF5ad05D038fcc04354B2fca1fb657eA345594FF"
|
|
6472
|
+
},
|
|
6473
|
+
"11155111": {
|
|
6474
|
+
"events": {},
|
|
6475
|
+
"links": {},
|
|
6476
|
+
"address": "0xFF5ad05D038fcc04354B2fca1fb657eA345594FF"
|
|
6477
|
+
}
|
|
6478
|
+
},
|
|
6468
6479
|
"schemaVersion": "3.4.16",
|
|
6469
|
-
"updatedAt": "2025-11-
|
|
6480
|
+
"updatedAt": "2025-11-11T11:57:37.190Z",
|
|
6470
6481
|
"devdoc": {
|
|
6471
6482
|
"errors": {
|
|
6472
6483
|
"InvalidInitialization()": [
|
|
@@ -25334,9 +25334,40 @@
|
|
|
25334
25334
|
"name": "solc",
|
|
25335
25335
|
"version": "0.8.30+commit.73712a01.Emscripten.clang"
|
|
25336
25336
|
},
|
|
25337
|
-
"networks": {
|
|
25337
|
+
"networks": {
|
|
25338
|
+
"1": {
|
|
25339
|
+
"events": {},
|
|
25340
|
+
"links": {},
|
|
25341
|
+
"address": "0x300c8ccc9526495BB7e5911105f0663Cb4c3a137"
|
|
25342
|
+
},
|
|
25343
|
+
"1285": {
|
|
25344
|
+
"events": {},
|
|
25345
|
+
"links": {},
|
|
25346
|
+
"address": "0x300c8ccc9526495BB7e5911105f0663Cb4c3a137"
|
|
25347
|
+
},
|
|
25348
|
+
"1287": {
|
|
25349
|
+
"events": {},
|
|
25350
|
+
"links": {},
|
|
25351
|
+
"address": "0x300c8ccc9526495BB7e5911105f0663Cb4c3a137"
|
|
25352
|
+
},
|
|
25353
|
+
"4801": {
|
|
25354
|
+
"events": {},
|
|
25355
|
+
"links": {},
|
|
25356
|
+
"address": "0x300c8ccc9526495BB7e5911105f0663Cb4c3a137"
|
|
25357
|
+
},
|
|
25358
|
+
"534351": {
|
|
25359
|
+
"events": {},
|
|
25360
|
+
"links": {},
|
|
25361
|
+
"address": "0xFF5ad05D038fcc04354B2fca1fb657eA345594FF"
|
|
25362
|
+
},
|
|
25363
|
+
"11155111": {
|
|
25364
|
+
"events": {},
|
|
25365
|
+
"links": {},
|
|
25366
|
+
"address": "0xFF5ad05D038fcc04354B2fca1fb657eA345594FF"
|
|
25367
|
+
}
|
|
25368
|
+
},
|
|
25338
25369
|
"schemaVersion": "3.4.16",
|
|
25339
|
-
"updatedAt": "2025-11-
|
|
25370
|
+
"updatedAt": "2025-11-11T11:57:37.362Z",
|
|
25340
25371
|
"devdoc": {
|
|
25341
25372
|
"author": "The Witnet Foundation",
|
|
25342
25373
|
"errors": {
|
|
@@ -27517,7 +27517,7 @@
|
|
|
27517
27517
|
},
|
|
27518
27518
|
"networks": {},
|
|
27519
27519
|
"schemaVersion": "3.4.16",
|
|
27520
|
-
"updatedAt": "2025-11-
|
|
27520
|
+
"updatedAt": "2025-11-11T11:57:37.445Z",
|
|
27521
27521
|
"devdoc": {
|
|
27522
27522
|
"errors": {
|
|
27523
27523
|
"InvalidInitialization()": [
|
|
@@ -27635,9 +27635,20 @@
|
|
|
27635
27635
|
"name": "solc",
|
|
27636
27636
|
"version": "0.8.30+commit.73712a01.Emscripten.clang"
|
|
27637
27637
|
},
|
|
27638
|
-
"networks": {
|
|
27638
|
+
"networks": {
|
|
27639
|
+
"534351": {
|
|
27640
|
+
"events": {},
|
|
27641
|
+
"links": {},
|
|
27642
|
+
"address": "0x5Cc149dEf2F5a5BA3156408BD5bDD4985495A6fc"
|
|
27643
|
+
},
|
|
27644
|
+
"11155111": {
|
|
27645
|
+
"events": {},
|
|
27646
|
+
"links": {},
|
|
27647
|
+
"address": "0x622400544d827043B9B064f29305f129C8c7ABA6"
|
|
27648
|
+
}
|
|
27649
|
+
},
|
|
27639
27650
|
"schemaVersion": "3.4.16",
|
|
27640
|
-
"updatedAt": "2025-11-
|
|
27651
|
+
"updatedAt": "2025-11-11T11:57:37.456Z",
|
|
27641
27652
|
"devdoc": {
|
|
27642
27653
|
"errors": {
|
|
27643
27654
|
"InvalidInitialization()": [
|
|
@@ -19041,9 +19041,21 @@
|
|
|
19041
19041
|
"name": "solc",
|
|
19042
19042
|
"version": "0.8.30+commit.73712a01.Emscripten.clang"
|
|
19043
19043
|
},
|
|
19044
|
-
"networks": {
|
|
19044
|
+
"networks": {
|
|
19045
|
+
"534351": {
|
|
19046
|
+
"events": {},
|
|
19047
|
+
"links": {},
|
|
19048
|
+
"address": "0x59526A531c29c6DEb7C008e45A111e2cEd7BE815",
|
|
19049
|
+
"transactionHash": "0x8bb6b195ce177d7c37b878d840657df6850b23614785570dc42175e67dc8f250"
|
|
19050
|
+
},
|
|
19051
|
+
"11155111": {
|
|
19052
|
+
"events": {},
|
|
19053
|
+
"links": {},
|
|
19054
|
+
"address": "0xd5Ef8E34a8e459110373eF2f8f141893921d367A"
|
|
19055
|
+
}
|
|
19056
|
+
},
|
|
19045
19057
|
"schemaVersion": "3.4.16",
|
|
19046
|
-
"updatedAt": "2025-11-
|
|
19058
|
+
"updatedAt": "2025-11-11T11:57:37.673Z",
|
|
19047
19059
|
"devdoc": {
|
|
19048
19060
|
"author": "The Witnet Foundation.",
|
|
19049
19061
|
"kind": "dev",
|
|
@@ -60277,9 +60277,266 @@
|
|
|
60277
60277
|
"name": "solc",
|
|
60278
60278
|
"version": "0.8.30+commit.73712a01.Emscripten.clang"
|
|
60279
60279
|
},
|
|
60280
|
-
"networks": {
|
|
60280
|
+
"networks": {
|
|
60281
|
+
"534351": {
|
|
60282
|
+
"events": {
|
|
60283
|
+
"0x4d570ee36dec878006609360d34ac8d6a0b68d521871ae15a407b6340877ca01": {
|
|
60284
|
+
"anonymous": false,
|
|
60285
|
+
"inputs": [
|
|
60286
|
+
{
|
|
60287
|
+
"indexed": false,
|
|
60288
|
+
"internalType": "address[]",
|
|
60289
|
+
"name": "reporters",
|
|
60290
|
+
"type": "address[]"
|
|
60291
|
+
}
|
|
60292
|
+
],
|
|
60293
|
+
"name": "ReportersSet",
|
|
60294
|
+
"type": "event"
|
|
60295
|
+
},
|
|
60296
|
+
"0x646436560d9757cb3c0f01da0f62642c6040b00c9a80685f94ef1a7725cad5f1": {
|
|
60297
|
+
"anonymous": false,
|
|
60298
|
+
"inputs": [
|
|
60299
|
+
{
|
|
60300
|
+
"indexed": false,
|
|
60301
|
+
"internalType": "address[]",
|
|
60302
|
+
"name": "reporters",
|
|
60303
|
+
"type": "address[]"
|
|
60304
|
+
}
|
|
60305
|
+
],
|
|
60306
|
+
"name": "ReportersUnset",
|
|
60307
|
+
"type": "event"
|
|
60308
|
+
},
|
|
60309
|
+
"0xdad34843fe0bb0a9944d07fad791384dd3727bfeb7f286a0f424120018e1057c": {
|
|
60310
|
+
"anonymous": false,
|
|
60311
|
+
"inputs": [
|
|
60312
|
+
{
|
|
60313
|
+
"indexed": false,
|
|
60314
|
+
"internalType": "Witnet.QueryId",
|
|
60315
|
+
"name": "queryId",
|
|
60316
|
+
"type": "uint64"
|
|
60317
|
+
},
|
|
60318
|
+
{
|
|
60319
|
+
"indexed": false,
|
|
60320
|
+
"internalType": "uint256",
|
|
60321
|
+
"name": "evmGasPrice",
|
|
60322
|
+
"type": "uint256"
|
|
60323
|
+
}
|
|
60324
|
+
],
|
|
60325
|
+
"name": "WitOracleQueryReport",
|
|
60326
|
+
"type": "event"
|
|
60327
|
+
},
|
|
60328
|
+
"0x6c796d02cda250b2df8ffb41596f8c9bd3de98cec4082fca7bddbfdf87500641": {
|
|
60329
|
+
"anonymous": false,
|
|
60330
|
+
"inputs": [
|
|
60331
|
+
{
|
|
60332
|
+
"indexed": false,
|
|
60333
|
+
"internalType": "Witnet.QueryId",
|
|
60334
|
+
"name": "queryId",
|
|
60335
|
+
"type": "uint64"
|
|
60336
|
+
},
|
|
60337
|
+
{
|
|
60338
|
+
"indexed": false,
|
|
60339
|
+
"internalType": "address",
|
|
60340
|
+
"name": "evmConsumer",
|
|
60341
|
+
"type": "address"
|
|
60342
|
+
},
|
|
60343
|
+
{
|
|
60344
|
+
"indexed": false,
|
|
60345
|
+
"internalType": "uint256",
|
|
60346
|
+
"name": "evmGasPrice",
|
|
60347
|
+
"type": "uint256"
|
|
60348
|
+
},
|
|
60349
|
+
{
|
|
60350
|
+
"indexed": false,
|
|
60351
|
+
"internalType": "uint256",
|
|
60352
|
+
"name": "evmCallbackGas",
|
|
60353
|
+
"type": "uint256"
|
|
60354
|
+
}
|
|
60355
|
+
],
|
|
60356
|
+
"name": "WitOracleQueryReportDelivery",
|
|
60357
|
+
"type": "event"
|
|
60358
|
+
},
|
|
60359
|
+
"0x09fcb062eea311bee472ba4446b2fd5ef38dbfbb7aefe922398b05776a86e48e": {
|
|
60360
|
+
"anonymous": false,
|
|
60361
|
+
"inputs": [
|
|
60362
|
+
{
|
|
60363
|
+
"indexed": false,
|
|
60364
|
+
"internalType": "Witnet.QueryId",
|
|
60365
|
+
"name": "queryId",
|
|
60366
|
+
"type": "uint64"
|
|
60367
|
+
},
|
|
60368
|
+
{
|
|
60369
|
+
"indexed": false,
|
|
60370
|
+
"internalType": "address",
|
|
60371
|
+
"name": "evmConsumer",
|
|
60372
|
+
"type": "address"
|
|
60373
|
+
},
|
|
60374
|
+
{
|
|
60375
|
+
"indexed": false,
|
|
60376
|
+
"internalType": "uint256",
|
|
60377
|
+
"name": "evmGasPrice",
|
|
60378
|
+
"type": "uint256"
|
|
60379
|
+
},
|
|
60380
|
+
{
|
|
60381
|
+
"indexed": false,
|
|
60382
|
+
"internalType": "uint256",
|
|
60383
|
+
"name": "evmCallbackActualGas",
|
|
60384
|
+
"type": "uint256"
|
|
60385
|
+
},
|
|
60386
|
+
{
|
|
60387
|
+
"indexed": false,
|
|
60388
|
+
"internalType": "string",
|
|
60389
|
+
"name": "evmCallbackRevertReason",
|
|
60390
|
+
"type": "string"
|
|
60391
|
+
},
|
|
60392
|
+
{
|
|
60393
|
+
"indexed": false,
|
|
60394
|
+
"internalType": "bytes",
|
|
60395
|
+
"name": "resultCborBytes",
|
|
60396
|
+
"type": "bytes"
|
|
60397
|
+
}
|
|
60398
|
+
],
|
|
60399
|
+
"name": "WitOracleResportDeliveryFailed",
|
|
60400
|
+
"type": "event"
|
|
60401
|
+
}
|
|
60402
|
+
},
|
|
60403
|
+
"links": {
|
|
60404
|
+
"WitOracleDataLib": "0xA1276094aB5450Cd14bC5a7ed7901Ff2020d0740",
|
|
60405
|
+
"WitOracleResultStatusLib": "0x59526A531c29c6DEb7C008e45A111e2cEd7BE815"
|
|
60406
|
+
},
|
|
60407
|
+
"address": "0x1a4d67C29a56f0b08a9e987E45F2750EE44d3322"
|
|
60408
|
+
},
|
|
60409
|
+
"11155111": {
|
|
60410
|
+
"events": {
|
|
60411
|
+
"0x4d570ee36dec878006609360d34ac8d6a0b68d521871ae15a407b6340877ca01": {
|
|
60412
|
+
"anonymous": false,
|
|
60413
|
+
"inputs": [
|
|
60414
|
+
{
|
|
60415
|
+
"indexed": false,
|
|
60416
|
+
"internalType": "address[]",
|
|
60417
|
+
"name": "reporters",
|
|
60418
|
+
"type": "address[]"
|
|
60419
|
+
}
|
|
60420
|
+
],
|
|
60421
|
+
"name": "ReportersSet",
|
|
60422
|
+
"type": "event"
|
|
60423
|
+
},
|
|
60424
|
+
"0x646436560d9757cb3c0f01da0f62642c6040b00c9a80685f94ef1a7725cad5f1": {
|
|
60425
|
+
"anonymous": false,
|
|
60426
|
+
"inputs": [
|
|
60427
|
+
{
|
|
60428
|
+
"indexed": false,
|
|
60429
|
+
"internalType": "address[]",
|
|
60430
|
+
"name": "reporters",
|
|
60431
|
+
"type": "address[]"
|
|
60432
|
+
}
|
|
60433
|
+
],
|
|
60434
|
+
"name": "ReportersUnset",
|
|
60435
|
+
"type": "event"
|
|
60436
|
+
},
|
|
60437
|
+
"0xdad34843fe0bb0a9944d07fad791384dd3727bfeb7f286a0f424120018e1057c": {
|
|
60438
|
+
"anonymous": false,
|
|
60439
|
+
"inputs": [
|
|
60440
|
+
{
|
|
60441
|
+
"indexed": false,
|
|
60442
|
+
"internalType": "Witnet.QueryId",
|
|
60443
|
+
"name": "queryId",
|
|
60444
|
+
"type": "uint64"
|
|
60445
|
+
},
|
|
60446
|
+
{
|
|
60447
|
+
"indexed": false,
|
|
60448
|
+
"internalType": "uint256",
|
|
60449
|
+
"name": "evmGasPrice",
|
|
60450
|
+
"type": "uint256"
|
|
60451
|
+
}
|
|
60452
|
+
],
|
|
60453
|
+
"name": "WitOracleQueryReport",
|
|
60454
|
+
"type": "event"
|
|
60455
|
+
},
|
|
60456
|
+
"0x6c796d02cda250b2df8ffb41596f8c9bd3de98cec4082fca7bddbfdf87500641": {
|
|
60457
|
+
"anonymous": false,
|
|
60458
|
+
"inputs": [
|
|
60459
|
+
{
|
|
60460
|
+
"indexed": false,
|
|
60461
|
+
"internalType": "Witnet.QueryId",
|
|
60462
|
+
"name": "queryId",
|
|
60463
|
+
"type": "uint64"
|
|
60464
|
+
},
|
|
60465
|
+
{
|
|
60466
|
+
"indexed": false,
|
|
60467
|
+
"internalType": "address",
|
|
60468
|
+
"name": "evmConsumer",
|
|
60469
|
+
"type": "address"
|
|
60470
|
+
},
|
|
60471
|
+
{
|
|
60472
|
+
"indexed": false,
|
|
60473
|
+
"internalType": "uint256",
|
|
60474
|
+
"name": "evmGasPrice",
|
|
60475
|
+
"type": "uint256"
|
|
60476
|
+
},
|
|
60477
|
+
{
|
|
60478
|
+
"indexed": false,
|
|
60479
|
+
"internalType": "uint256",
|
|
60480
|
+
"name": "evmCallbackGas",
|
|
60481
|
+
"type": "uint256"
|
|
60482
|
+
}
|
|
60483
|
+
],
|
|
60484
|
+
"name": "WitOracleQueryReportDelivery",
|
|
60485
|
+
"type": "event"
|
|
60486
|
+
},
|
|
60487
|
+
"0x09fcb062eea311bee472ba4446b2fd5ef38dbfbb7aefe922398b05776a86e48e": {
|
|
60488
|
+
"anonymous": false,
|
|
60489
|
+
"inputs": [
|
|
60490
|
+
{
|
|
60491
|
+
"indexed": false,
|
|
60492
|
+
"internalType": "Witnet.QueryId",
|
|
60493
|
+
"name": "queryId",
|
|
60494
|
+
"type": "uint64"
|
|
60495
|
+
},
|
|
60496
|
+
{
|
|
60497
|
+
"indexed": false,
|
|
60498
|
+
"internalType": "address",
|
|
60499
|
+
"name": "evmConsumer",
|
|
60500
|
+
"type": "address"
|
|
60501
|
+
},
|
|
60502
|
+
{
|
|
60503
|
+
"indexed": false,
|
|
60504
|
+
"internalType": "uint256",
|
|
60505
|
+
"name": "evmGasPrice",
|
|
60506
|
+
"type": "uint256"
|
|
60507
|
+
},
|
|
60508
|
+
{
|
|
60509
|
+
"indexed": false,
|
|
60510
|
+
"internalType": "uint256",
|
|
60511
|
+
"name": "evmCallbackActualGas",
|
|
60512
|
+
"type": "uint256"
|
|
60513
|
+
},
|
|
60514
|
+
{
|
|
60515
|
+
"indexed": false,
|
|
60516
|
+
"internalType": "string",
|
|
60517
|
+
"name": "evmCallbackRevertReason",
|
|
60518
|
+
"type": "string"
|
|
60519
|
+
},
|
|
60520
|
+
{
|
|
60521
|
+
"indexed": false,
|
|
60522
|
+
"internalType": "bytes",
|
|
60523
|
+
"name": "resultCborBytes",
|
|
60524
|
+
"type": "bytes"
|
|
60525
|
+
}
|
|
60526
|
+
],
|
|
60527
|
+
"name": "WitOracleResportDeliveryFailed",
|
|
60528
|
+
"type": "event"
|
|
60529
|
+
}
|
|
60530
|
+
},
|
|
60531
|
+
"links": {
|
|
60532
|
+
"WitOracleDataLib": "0xfC62b6B0ec3eCF1Fa031B31b468be51E025a36f1",
|
|
60533
|
+
"WitOracleResultStatusLib": "0xd5Ef8E34a8e459110373eF2f8f141893921d367A"
|
|
60534
|
+
},
|
|
60535
|
+
"address": "0x329f2A734fF246215922DB1dD6a7061Bc91D400E"
|
|
60536
|
+
}
|
|
60537
|
+
},
|
|
60281
60538
|
"schemaVersion": "3.4.16",
|
|
60282
|
-
"updatedAt": "2025-11-
|
|
60539
|
+
"updatedAt": "2025-11-11T11:57:37.203Z",
|
|
60283
60540
|
"devdoc": {
|
|
60284
60541
|
"author": "The Witnet Foundation",
|
|
60285
60542
|
"errors": {
|
|
@@ -69672,7 +69672,7 @@
|
|
|
69672
69672
|
},
|
|
69673
69673
|
"networks": {},
|
|
69674
69674
|
"schemaVersion": "3.4.16",
|
|
69675
|
-
"updatedAt": "2025-11-
|
|
69675
|
+
"updatedAt": "2025-11-11T11:57:37.227Z",
|
|
69676
69676
|
"devdoc": {
|
|
69677
69677
|
"author": "The Witnet Foundation",
|
|
69678
69678
|
"errors": {
|
|
@@ -61498,7 +61498,7 @@
|
|
|
61498
61498
|
},
|
|
61499
61499
|
"networks": {},
|
|
61500
61500
|
"schemaVersion": "3.4.16",
|
|
61501
|
-
"updatedAt": "2025-11-
|
|
61501
|
+
"updatedAt": "2025-11-11T11:57:37.249Z",
|
|
61502
61502
|
"devdoc": {
|
|
61503
61503
|
"author": "The Witnet Foundation",
|
|
61504
61504
|
"errors": {
|
|
@@ -65972,7 +65972,7 @@
|
|
|
65972
65972
|
},
|
|
65973
65973
|
"networks": {},
|
|
65974
65974
|
"schemaVersion": "3.4.16",
|
|
65975
|
-
"updatedAt": "2025-11-
|
|
65975
|
+
"updatedAt": "2025-11-11T11:57:37.274Z",
|
|
65976
65976
|
"devdoc": {
|
|
65977
65977
|
"author": "The Witnet Foundation",
|
|
65978
65978
|
"errors": {
|
|
@@ -21970,7 +21970,7 @@
|
|
|
21970
21970
|
},
|
|
21971
21971
|
"networks": {},
|
|
21972
21972
|
"schemaVersion": "3.4.16",
|
|
21973
|
-
"updatedAt": "2025-11-
|
|
21973
|
+
"updatedAt": "2025-11-11T11:57:37.288Z",
|
|
21974
21974
|
"devdoc": {
|
|
21975
21975
|
"author": "The Witnet Foundation",
|
|
21976
21976
|
"details": "This contract enables posting requests that Witnet bridges will insert into the Witnet network. The result of the requests will be posted back to this contract by the bridge nodes too.",
|
|
@@ -60823,7 +60823,7 @@
|
|
|
60823
60823
|
},
|
|
60824
60824
|
"networks": {},
|
|
60825
60825
|
"schemaVersion": "3.4.16",
|
|
60826
|
-
"updatedAt": "2025-11-
|
|
60826
|
+
"updatedAt": "2025-11-11T11:57:37.302Z",
|
|
60827
60827
|
"devdoc": {
|
|
60828
60828
|
"author": "The Witnet Foundation",
|
|
60829
60829
|
"errors": {
|
|
@@ -60644,7 +60644,7 @@
|
|
|
60644
60644
|
},
|
|
60645
60645
|
"networks": {},
|
|
60646
60646
|
"schemaVersion": "3.4.16",
|
|
60647
|
-
"updatedAt": "2025-11-
|
|
60647
|
+
"updatedAt": "2025-11-11T11:57:37.323Z",
|
|
60648
60648
|
"devdoc": {
|
|
60649
60649
|
"author": "The Witnet Foundation",
|
|
60650
60650
|
"errors": {
|
|
@@ -58174,7 +58174,7 @@
|
|
|
58174
58174
|
},
|
|
58175
58175
|
"networks": {},
|
|
58176
58176
|
"schemaVersion": "3.4.16",
|
|
58177
|
-
"updatedAt": "2025-11-
|
|
58177
|
+
"updatedAt": "2025-11-11T11:57:37.517Z",
|
|
58178
58178
|
"devdoc": {
|
|
58179
58179
|
"author": "The Witnet Foundation.",
|
|
58180
58180
|
"kind": "dev",
|
|
@@ -59844,7 +59844,7 @@
|
|
|
59844
59844
|
},
|
|
59845
59845
|
"networks": {},
|
|
59846
59846
|
"schemaVersion": "3.4.16",
|
|
59847
|
-
"updatedAt": "2025-11-
|
|
59847
|
+
"updatedAt": "2025-11-11T11:57:37.379Z",
|
|
59848
59848
|
"devdoc": {
|
|
59849
59849
|
"author": "The Witnet Foundation",
|
|
59850
59850
|
"details": "This contract enables posting requests that Witnet bridges will insert into the Witnet network. The result of the requests will be posted back to this contract by the bridge nodes too.",
|
|
@@ -63843,7 +63843,7 @@
|
|
|
63843
63843
|
},
|
|
63844
63844
|
"networks": {},
|
|
63845
63845
|
"schemaVersion": "3.4.16",
|
|
63846
|
-
"updatedAt": "2025-11-
|
|
63846
|
+
"updatedAt": "2025-11-11T11:57:37.472Z",
|
|
63847
63847
|
"devdoc": {
|
|
63848
63848
|
"author": "The Witnet Foundation",
|
|
63849
63849
|
"details": "This contract enables posting requests that Witnet bridges will insert into the Witnet network. The result of the requests will be posted back to this contract by the bridge nodes too.",
|
|
@@ -2148,9 +2148,20 @@
|
|
|
2148
2148
|
"name": "solc",
|
|
2149
2149
|
"version": "0.8.30+commit.73712a01.Emscripten.clang"
|
|
2150
2150
|
},
|
|
2151
|
-
"networks": {
|
|
2151
|
+
"networks": {
|
|
2152
|
+
"534351": {
|
|
2153
|
+
"events": {},
|
|
2154
|
+
"links": {},
|
|
2155
|
+
"address": "0x3210564CFC8855cAD45D6d963118058fe2B80123"
|
|
2156
|
+
},
|
|
2157
|
+
"11155111": {
|
|
2158
|
+
"events": {},
|
|
2159
|
+
"links": {},
|
|
2160
|
+
"address": "0x3210564CFC8855cAD45D6d963118058fe2B80123"
|
|
2161
|
+
}
|
|
2162
|
+
},
|
|
2152
2163
|
"schemaVersion": "3.4.16",
|
|
2153
|
-
"updatedAt": "2025-11-
|
|
2164
|
+
"updatedAt": "2025-11-11T11:57:36.983Z",
|
|
2154
2165
|
"devdoc": {
|
|
2155
2166
|
"author": "The Witnet Foundation.",
|
|
2156
2167
|
"errors": {
|
|
@@ -62125,9 +62125,21 @@
|
|
|
62125
62125
|
"name": "solc",
|
|
62126
62126
|
"version": "0.8.30+commit.73712a01.Emscripten.clang"
|
|
62127
62127
|
},
|
|
62128
|
-
"networks": {
|
|
62128
|
+
"networks": {
|
|
62129
|
+
"534351": {
|
|
62130
|
+
"events": {},
|
|
62131
|
+
"links": {},
|
|
62132
|
+
"address": "0x1c19cc594887B3423f24601cA618Fe545eCD1D95",
|
|
62133
|
+
"transactionHash": "0x9e297fa27422d97a3361a4c7357ef82942dcfa833b33fbad49f18b3ce5dbf3e7"
|
|
62134
|
+
},
|
|
62135
|
+
"11155111": {
|
|
62136
|
+
"events": {},
|
|
62137
|
+
"links": {},
|
|
62138
|
+
"address": "0x58e5A7dbc8001d9400556163B02f08556ed9D2A2"
|
|
62139
|
+
}
|
|
62140
|
+
},
|
|
62129
62141
|
"schemaVersion": "3.4.16",
|
|
62130
|
-
"updatedAt": "2025-11-
|
|
62142
|
+
"updatedAt": "2025-11-11T11:57:37.541Z",
|
|
62131
62143
|
"devdoc": {
|
|
62132
62144
|
"author": "The Witnet Foundation.",
|
|
62133
62145
|
"errors": {
|
|
@@ -2168,9 +2168,20 @@
|
|
|
2168
2168
|
"name": "solc",
|
|
2169
2169
|
"version": "0.8.30+commit.73712a01.Emscripten.clang"
|
|
2170
2170
|
},
|
|
2171
|
-
"networks": {
|
|
2171
|
+
"networks": {
|
|
2172
|
+
"534351": {
|
|
2173
|
+
"events": {},
|
|
2174
|
+
"links": {},
|
|
2175
|
+
"address": "0x1111AbA2164AcdC6D291b08DfB374280035E1111"
|
|
2176
|
+
},
|
|
2177
|
+
"11155111": {
|
|
2178
|
+
"events": {},
|
|
2179
|
+
"links": {},
|
|
2180
|
+
"address": "0x1111AbA2164AcdC6D291b08DfB374280035E1111"
|
|
2181
|
+
}
|
|
2182
|
+
},
|
|
2172
2183
|
"schemaVersion": "3.4.16",
|
|
2173
|
-
"updatedAt": "2025-11-
|
|
2184
|
+
"updatedAt": "2025-11-11T11:57:36.985Z",
|
|
2174
2185
|
"devdoc": {
|
|
2175
2186
|
"author": "The Witnet Foundation.",
|
|
2176
2187
|
"kind": "dev",
|