@witnet/solidity 3.0.6 → 3.0.7
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/dist/migrations/addresses.json +494 -0
- package/dist/dist/migrations/constructorArgs.json +310 -0
- package/dist/migrations/settings/networks.js +2 -2
- package/dist/src/bin/helpers.cjs +4 -4
- package/package.json +1 -1
- package/scripts/verify-truffle.cjs +2 -2
- package/src/bin/helpers.cjs +3 -3
|
@@ -748,7 +748,7 @@
|
|
|
748
748
|
},
|
|
749
749
|
"networks": {},
|
|
750
750
|
"schemaVersion": "3.4.16",
|
|
751
|
-
"updatedAt": "2025-11-
|
|
751
|
+
"updatedAt": "2025-11-11T11:46:15.793Z",
|
|
752
752
|
"devdoc": {
|
|
753
753
|
"details": "Contract module that helps prevent reentrant calls to a function. Inheriting from `ReentrancyGuard` will make the {nonReentrant} modifier available, which can be applied to functions to make sure there are no nested (reentrant) calls to them. Note that because there is a single `nonReentrant` guard, functions marked as `nonReentrant` may not call one another. This can be worked around by making those functions `private`, and then adding `external` `nonReentrant` entry points to them. TIP: If EIP-1153 (transient storage) is available on the chain you're deploying at, consider using {ReentrancyGuardTransient} instead. TIP: If you would like to learn more about reentrancy and alternative ways to protect against it, check out our blog post https://blog.openzeppelin.com/reentrancy-after-istanbul/[Reentrancy After Istanbul].",
|
|
754
754
|
"errors": {
|
|
@@ -15202,7 +15202,7 @@
|
|
|
15202
15202
|
},
|
|
15203
15203
|
"networks": {},
|
|
15204
15204
|
"schemaVersion": "3.4.16",
|
|
15205
|
-
"updatedAt": "2025-11-
|
|
15205
|
+
"updatedAt": "2025-11-11T11:46:16.681Z",
|
|
15206
15206
|
"devdoc": {
|
|
15207
15207
|
"author": "cyphered.eth",
|
|
15208
15208
|
"details": "Library providing arithmetic operations over signed `secpk256k1` signed message due to recover the signer public key EC point in `Solidity`.",
|
|
@@ -25457,7 +25457,7 @@
|
|
|
25457
25457
|
},
|
|
25458
25458
|
"networks": {},
|
|
25459
25459
|
"schemaVersion": "3.4.16",
|
|
25460
|
-
"updatedAt": "2025-11-
|
|
25460
|
+
"updatedAt": "2025-11-11T11:46:16.689Z",
|
|
25461
25461
|
"devdoc": {
|
|
25462
25462
|
"kind": "dev",
|
|
25463
25463
|
"methods": {},
|
|
@@ -2437,7 +2437,7 @@
|
|
|
2437
2437
|
},
|
|
2438
2438
|
"networks": {},
|
|
2439
2439
|
"schemaVersion": "3.4.16",
|
|
2440
|
-
"updatedAt": "2025-11-
|
|
2440
|
+
"updatedAt": "2025-11-11T11:46:15.799Z",
|
|
2441
2441
|
"devdoc": {
|
|
2442
2442
|
"author": "The Witnet Foundation.",
|
|
2443
2443
|
"details": "Witnet-aware contracts can inherit from this contract in order to interact with Witnet.",
|
|
@@ -643,7 +643,7 @@
|
|
|
643
643
|
},
|
|
644
644
|
"networks": {},
|
|
645
645
|
"schemaVersion": "3.4.16",
|
|
646
|
-
"updatedAt": "2025-11-
|
|
646
|
+
"updatedAt": "2025-11-11T11:46:15.801Z",
|
|
647
647
|
"devdoc": {
|
|
648
648
|
"author": "The Witnet Foundation.",
|
|
649
649
|
"details": "Contracts willing to interact with a WitPriceFeeds appliance, freshly updated by a third-party.",
|
|
@@ -1766,9 +1766,20 @@
|
|
|
1766
1766
|
"name": "solc",
|
|
1767
1767
|
"version": "0.8.30+commit.73712a01.Emscripten.clang"
|
|
1768
1768
|
},
|
|
1769
|
-
"networks": {
|
|
1769
|
+
"networks": {
|
|
1770
|
+
"534351": {
|
|
1771
|
+
"events": {},
|
|
1772
|
+
"links": {},
|
|
1773
|
+
"address": "0x77703aE126B971c9946d562F41Dd47071dA00777"
|
|
1774
|
+
},
|
|
1775
|
+
"11155111": {
|
|
1776
|
+
"events": {},
|
|
1777
|
+
"links": {},
|
|
1778
|
+
"address": "0x77703aE126B971c9946d562F41Dd47071dA00777"
|
|
1779
|
+
}
|
|
1780
|
+
},
|
|
1770
1781
|
"schemaVersion": "3.4.16",
|
|
1771
|
-
"updatedAt": "2025-11-
|
|
1782
|
+
"updatedAt": "2025-11-11T11:46:15.805Z",
|
|
1772
1783
|
"devdoc": {
|
|
1773
1784
|
"author": "The Witnet Foundation.",
|
|
1774
1785
|
"kind": "dev",
|
|
@@ -14474,7 +14474,7 @@
|
|
|
14474
14474
|
},
|
|
14475
14475
|
"networks": {},
|
|
14476
14476
|
"schemaVersion": "3.4.16",
|
|
14477
|
-
"updatedAt": "2025-11-
|
|
14477
|
+
"updatedAt": "2025-11-11T11:46:16.048Z",
|
|
14478
14478
|
"devdoc": {
|
|
14479
14479
|
"author": "The Witnet Foundation",
|
|
14480
14480
|
"kind": "dev",
|
|
@@ -22398,7 +22398,7 @@
|
|
|
22398
22398
|
},
|
|
22399
22399
|
"networks": {},
|
|
22400
22400
|
"schemaVersion": "3.4.16",
|
|
22401
|
-
"updatedAt": "2025-11-
|
|
22401
|
+
"updatedAt": "2025-11-11T11:46:16.059Z",
|
|
22402
22402
|
"devdoc": {
|
|
22403
22403
|
"author": "The Witnet Foundation",
|
|
22404
22404
|
"errors": {
|
|
@@ -15419,7 +15419,7 @@
|
|
|
15419
15419
|
},
|
|
15420
15420
|
"networks": {},
|
|
15421
15421
|
"schemaVersion": "3.4.16",
|
|
15422
|
-
"updatedAt": "2025-11-
|
|
15422
|
+
"updatedAt": "2025-11-11T11:46:16.071Z",
|
|
15423
15423
|
"devdoc": {
|
|
15424
15424
|
"author": "The Witnet Foundation",
|
|
15425
15425
|
"kind": "dev",
|
|
@@ -60641,9 +60641,261 @@
|
|
|
60641
60641
|
"name": "solc",
|
|
60642
60642
|
"version": "0.8.30+commit.73712a01.Emscripten.clang"
|
|
60643
60643
|
},
|
|
60644
|
-
"networks": {
|
|
60644
|
+
"networks": {
|
|
60645
|
+
"534351": {
|
|
60646
|
+
"events": {
|
|
60647
|
+
"0x4d570ee36dec878006609360d34ac8d6a0b68d521871ae15a407b6340877ca01": {
|
|
60648
|
+
"anonymous": false,
|
|
60649
|
+
"inputs": [
|
|
60650
|
+
{
|
|
60651
|
+
"indexed": false,
|
|
60652
|
+
"internalType": "address[]",
|
|
60653
|
+
"name": "reporters",
|
|
60654
|
+
"type": "address[]"
|
|
60655
|
+
}
|
|
60656
|
+
],
|
|
60657
|
+
"name": "ReportersSet",
|
|
60658
|
+
"type": "event"
|
|
60659
|
+
},
|
|
60660
|
+
"0x646436560d9757cb3c0f01da0f62642c6040b00c9a80685f94ef1a7725cad5f1": {
|
|
60661
|
+
"anonymous": false,
|
|
60662
|
+
"inputs": [
|
|
60663
|
+
{
|
|
60664
|
+
"indexed": false,
|
|
60665
|
+
"internalType": "address[]",
|
|
60666
|
+
"name": "reporters",
|
|
60667
|
+
"type": "address[]"
|
|
60668
|
+
}
|
|
60669
|
+
],
|
|
60670
|
+
"name": "ReportersUnset",
|
|
60671
|
+
"type": "event"
|
|
60672
|
+
},
|
|
60673
|
+
"0xdad34843fe0bb0a9944d07fad791384dd3727bfeb7f286a0f424120018e1057c": {
|
|
60674
|
+
"anonymous": false,
|
|
60675
|
+
"inputs": [
|
|
60676
|
+
{
|
|
60677
|
+
"indexed": false,
|
|
60678
|
+
"internalType": "Witnet.QueryId",
|
|
60679
|
+
"name": "queryId",
|
|
60680
|
+
"type": "uint64"
|
|
60681
|
+
},
|
|
60682
|
+
{
|
|
60683
|
+
"indexed": false,
|
|
60684
|
+
"internalType": "uint256",
|
|
60685
|
+
"name": "evmGasPrice",
|
|
60686
|
+
"type": "uint256"
|
|
60687
|
+
}
|
|
60688
|
+
],
|
|
60689
|
+
"name": "WitOracleQueryReport",
|
|
60690
|
+
"type": "event"
|
|
60691
|
+
},
|
|
60692
|
+
"0x6c796d02cda250b2df8ffb41596f8c9bd3de98cec4082fca7bddbfdf87500641": {
|
|
60693
|
+
"anonymous": false,
|
|
60694
|
+
"inputs": [
|
|
60695
|
+
{
|
|
60696
|
+
"indexed": false,
|
|
60697
|
+
"internalType": "Witnet.QueryId",
|
|
60698
|
+
"name": "queryId",
|
|
60699
|
+
"type": "uint64"
|
|
60700
|
+
},
|
|
60701
|
+
{
|
|
60702
|
+
"indexed": false,
|
|
60703
|
+
"internalType": "address",
|
|
60704
|
+
"name": "evmConsumer",
|
|
60705
|
+
"type": "address"
|
|
60706
|
+
},
|
|
60707
|
+
{
|
|
60708
|
+
"indexed": false,
|
|
60709
|
+
"internalType": "uint256",
|
|
60710
|
+
"name": "evmGasPrice",
|
|
60711
|
+
"type": "uint256"
|
|
60712
|
+
},
|
|
60713
|
+
{
|
|
60714
|
+
"indexed": false,
|
|
60715
|
+
"internalType": "uint256",
|
|
60716
|
+
"name": "evmCallbackGas",
|
|
60717
|
+
"type": "uint256"
|
|
60718
|
+
}
|
|
60719
|
+
],
|
|
60720
|
+
"name": "WitOracleQueryReportDelivery",
|
|
60721
|
+
"type": "event"
|
|
60722
|
+
},
|
|
60723
|
+
"0x09fcb062eea311bee472ba4446b2fd5ef38dbfbb7aefe922398b05776a86e48e": {
|
|
60724
|
+
"anonymous": false,
|
|
60725
|
+
"inputs": [
|
|
60726
|
+
{
|
|
60727
|
+
"indexed": false,
|
|
60728
|
+
"internalType": "Witnet.QueryId",
|
|
60729
|
+
"name": "queryId",
|
|
60730
|
+
"type": "uint64"
|
|
60731
|
+
},
|
|
60732
|
+
{
|
|
60733
|
+
"indexed": false,
|
|
60734
|
+
"internalType": "address",
|
|
60735
|
+
"name": "evmConsumer",
|
|
60736
|
+
"type": "address"
|
|
60737
|
+
},
|
|
60738
|
+
{
|
|
60739
|
+
"indexed": false,
|
|
60740
|
+
"internalType": "uint256",
|
|
60741
|
+
"name": "evmGasPrice",
|
|
60742
|
+
"type": "uint256"
|
|
60743
|
+
},
|
|
60744
|
+
{
|
|
60745
|
+
"indexed": false,
|
|
60746
|
+
"internalType": "uint256",
|
|
60747
|
+
"name": "evmCallbackActualGas",
|
|
60748
|
+
"type": "uint256"
|
|
60749
|
+
},
|
|
60750
|
+
{
|
|
60751
|
+
"indexed": false,
|
|
60752
|
+
"internalType": "string",
|
|
60753
|
+
"name": "evmCallbackRevertReason",
|
|
60754
|
+
"type": "string"
|
|
60755
|
+
},
|
|
60756
|
+
{
|
|
60757
|
+
"indexed": false,
|
|
60758
|
+
"internalType": "bytes",
|
|
60759
|
+
"name": "resultCborBytes",
|
|
60760
|
+
"type": "bytes"
|
|
60761
|
+
}
|
|
60762
|
+
],
|
|
60763
|
+
"name": "WitOracleResportDeliveryFailed",
|
|
60764
|
+
"type": "event"
|
|
60765
|
+
}
|
|
60766
|
+
},
|
|
60767
|
+
"links": {},
|
|
60768
|
+
"address": "0xA1276094aB5450Cd14bC5a7ed7901Ff2020d0740",
|
|
60769
|
+
"transactionHash": "0x0e0989de278194e8b212fd682b208d774b17135078251d727f926473ca2a3160"
|
|
60770
|
+
},
|
|
60771
|
+
"11155111": {
|
|
60772
|
+
"events": {
|
|
60773
|
+
"0x4d570ee36dec878006609360d34ac8d6a0b68d521871ae15a407b6340877ca01": {
|
|
60774
|
+
"anonymous": false,
|
|
60775
|
+
"inputs": [
|
|
60776
|
+
{
|
|
60777
|
+
"indexed": false,
|
|
60778
|
+
"internalType": "address[]",
|
|
60779
|
+
"name": "reporters",
|
|
60780
|
+
"type": "address[]"
|
|
60781
|
+
}
|
|
60782
|
+
],
|
|
60783
|
+
"name": "ReportersSet",
|
|
60784
|
+
"type": "event"
|
|
60785
|
+
},
|
|
60786
|
+
"0x646436560d9757cb3c0f01da0f62642c6040b00c9a80685f94ef1a7725cad5f1": {
|
|
60787
|
+
"anonymous": false,
|
|
60788
|
+
"inputs": [
|
|
60789
|
+
{
|
|
60790
|
+
"indexed": false,
|
|
60791
|
+
"internalType": "address[]",
|
|
60792
|
+
"name": "reporters",
|
|
60793
|
+
"type": "address[]"
|
|
60794
|
+
}
|
|
60795
|
+
],
|
|
60796
|
+
"name": "ReportersUnset",
|
|
60797
|
+
"type": "event"
|
|
60798
|
+
},
|
|
60799
|
+
"0xdad34843fe0bb0a9944d07fad791384dd3727bfeb7f286a0f424120018e1057c": {
|
|
60800
|
+
"anonymous": false,
|
|
60801
|
+
"inputs": [
|
|
60802
|
+
{
|
|
60803
|
+
"indexed": false,
|
|
60804
|
+
"internalType": "Witnet.QueryId",
|
|
60805
|
+
"name": "queryId",
|
|
60806
|
+
"type": "uint64"
|
|
60807
|
+
},
|
|
60808
|
+
{
|
|
60809
|
+
"indexed": false,
|
|
60810
|
+
"internalType": "uint256",
|
|
60811
|
+
"name": "evmGasPrice",
|
|
60812
|
+
"type": "uint256"
|
|
60813
|
+
}
|
|
60814
|
+
],
|
|
60815
|
+
"name": "WitOracleQueryReport",
|
|
60816
|
+
"type": "event"
|
|
60817
|
+
},
|
|
60818
|
+
"0x6c796d02cda250b2df8ffb41596f8c9bd3de98cec4082fca7bddbfdf87500641": {
|
|
60819
|
+
"anonymous": false,
|
|
60820
|
+
"inputs": [
|
|
60821
|
+
{
|
|
60822
|
+
"indexed": false,
|
|
60823
|
+
"internalType": "Witnet.QueryId",
|
|
60824
|
+
"name": "queryId",
|
|
60825
|
+
"type": "uint64"
|
|
60826
|
+
},
|
|
60827
|
+
{
|
|
60828
|
+
"indexed": false,
|
|
60829
|
+
"internalType": "address",
|
|
60830
|
+
"name": "evmConsumer",
|
|
60831
|
+
"type": "address"
|
|
60832
|
+
},
|
|
60833
|
+
{
|
|
60834
|
+
"indexed": false,
|
|
60835
|
+
"internalType": "uint256",
|
|
60836
|
+
"name": "evmGasPrice",
|
|
60837
|
+
"type": "uint256"
|
|
60838
|
+
},
|
|
60839
|
+
{
|
|
60840
|
+
"indexed": false,
|
|
60841
|
+
"internalType": "uint256",
|
|
60842
|
+
"name": "evmCallbackGas",
|
|
60843
|
+
"type": "uint256"
|
|
60844
|
+
}
|
|
60845
|
+
],
|
|
60846
|
+
"name": "WitOracleQueryReportDelivery",
|
|
60847
|
+
"type": "event"
|
|
60848
|
+
},
|
|
60849
|
+
"0x09fcb062eea311bee472ba4446b2fd5ef38dbfbb7aefe922398b05776a86e48e": {
|
|
60850
|
+
"anonymous": false,
|
|
60851
|
+
"inputs": [
|
|
60852
|
+
{
|
|
60853
|
+
"indexed": false,
|
|
60854
|
+
"internalType": "Witnet.QueryId",
|
|
60855
|
+
"name": "queryId",
|
|
60856
|
+
"type": "uint64"
|
|
60857
|
+
},
|
|
60858
|
+
{
|
|
60859
|
+
"indexed": false,
|
|
60860
|
+
"internalType": "address",
|
|
60861
|
+
"name": "evmConsumer",
|
|
60862
|
+
"type": "address"
|
|
60863
|
+
},
|
|
60864
|
+
{
|
|
60865
|
+
"indexed": false,
|
|
60866
|
+
"internalType": "uint256",
|
|
60867
|
+
"name": "evmGasPrice",
|
|
60868
|
+
"type": "uint256"
|
|
60869
|
+
},
|
|
60870
|
+
{
|
|
60871
|
+
"indexed": false,
|
|
60872
|
+
"internalType": "uint256",
|
|
60873
|
+
"name": "evmCallbackActualGas",
|
|
60874
|
+
"type": "uint256"
|
|
60875
|
+
},
|
|
60876
|
+
{
|
|
60877
|
+
"indexed": false,
|
|
60878
|
+
"internalType": "string",
|
|
60879
|
+
"name": "evmCallbackRevertReason",
|
|
60880
|
+
"type": "string"
|
|
60881
|
+
},
|
|
60882
|
+
{
|
|
60883
|
+
"indexed": false,
|
|
60884
|
+
"internalType": "bytes",
|
|
60885
|
+
"name": "resultCborBytes",
|
|
60886
|
+
"type": "bytes"
|
|
60887
|
+
}
|
|
60888
|
+
],
|
|
60889
|
+
"name": "WitOracleResportDeliveryFailed",
|
|
60890
|
+
"type": "event"
|
|
60891
|
+
}
|
|
60892
|
+
},
|
|
60893
|
+
"links": {},
|
|
60894
|
+
"address": "0xfC62b6B0ec3eCF1Fa031B31b468be51E025a36f1"
|
|
60895
|
+
}
|
|
60896
|
+
},
|
|
60645
60897
|
"schemaVersion": "3.4.16",
|
|
60646
|
-
"updatedAt": "2025-11-
|
|
60898
|
+
"updatedAt": "2025-11-11T11:46:16.522Z",
|
|
60647
60899
|
"devdoc": {
|
|
60648
60900
|
"author": "The Witnet Foundation.",
|
|
60649
60901
|
"kind": "dev",
|
|
@@ -59643,9 +59643,21 @@
|
|
|
59643
59643
|
"name": "solc",
|
|
59644
59644
|
"version": "0.8.30+commit.73712a01.Emscripten.clang"
|
|
59645
59645
|
},
|
|
59646
|
-
"networks": {
|
|
59646
|
+
"networks": {
|
|
59647
|
+
"534351": {
|
|
59648
|
+
"events": {},
|
|
59649
|
+
"links": {},
|
|
59650
|
+
"address": "0x8fbBf7445E8bC8d7400107613d59163476d1f2e2",
|
|
59651
|
+
"transactionHash": "0xf8e68304cb795484c54dad28f435c1eb876447156d2c2ba070816da7c99ddcc9"
|
|
59652
|
+
},
|
|
59653
|
+
"11155111": {
|
|
59654
|
+
"events": {},
|
|
59655
|
+
"links": {},
|
|
59656
|
+
"address": "0x12143b6c8E483c9ED438AB934c476432c684cF0F"
|
|
59657
|
+
}
|
|
59658
|
+
},
|
|
59647
59659
|
"schemaVersion": "3.4.16",
|
|
59648
|
-
"updatedAt": "2025-11-
|
|
59660
|
+
"updatedAt": "2025-11-11T11:46:16.706Z",
|
|
59649
59661
|
"devdoc": {
|
|
59650
59662
|
"author": "The Witnet Foundation.",
|
|
59651
59663
|
"kind": "dev",
|
|
@@ -1237,9 +1237,20 @@
|
|
|
1237
1237
|
"name": "solc",
|
|
1238
1238
|
"version": "0.8.30+commit.73712a01.Emscripten.clang"
|
|
1239
1239
|
},
|
|
1240
|
-
"networks": {
|
|
1240
|
+
"networks": {
|
|
1241
|
+
"534351": {
|
|
1242
|
+
"events": {},
|
|
1243
|
+
"links": {},
|
|
1244
|
+
"address": "0x000B61Fe075F545fd37767f40391658275900000"
|
|
1245
|
+
},
|
|
1246
|
+
"11155111": {
|
|
1247
|
+
"events": {},
|
|
1248
|
+
"links": {},
|
|
1249
|
+
"address": "0x000B61Fe075F545fd37767f40391658275900000"
|
|
1250
|
+
}
|
|
1251
|
+
},
|
|
1241
1252
|
"schemaVersion": "3.4.16",
|
|
1242
|
-
"updatedAt": "2025-11-
|
|
1253
|
+
"updatedAt": "2025-11-11T11:46:15.809Z",
|
|
1243
1254
|
"devdoc": {
|
|
1244
1255
|
"kind": "dev",
|
|
1245
1256
|
"methods": {
|
|
@@ -21095,7 +21095,7 @@
|
|
|
21095
21095
|
},
|
|
21096
21096
|
"networks": {},
|
|
21097
21097
|
"schemaVersion": "3.4.16",
|
|
21098
|
-
"updatedAt": "2025-11-
|
|
21098
|
+
"updatedAt": "2025-11-11T11:46:16.086Z",
|
|
21099
21099
|
"devdoc": {
|
|
21100
21100
|
"author": "The Witnet Foundation",
|
|
21101
21101
|
"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.",
|
|
@@ -2991,7 +2991,7 @@
|
|
|
2991
2991
|
},
|
|
2992
2992
|
"networks": {},
|
|
2993
2993
|
"schemaVersion": "3.4.16",
|
|
2994
|
-
"updatedAt": "2025-11-
|
|
2994
|
+
"updatedAt": "2025-11-11T11:46:16.093Z",
|
|
2995
2995
|
"devdoc": {
|
|
2996
2996
|
"author": "The Witnet Foundation",
|
|
2997
2997
|
"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.",
|
|
@@ -43640,7 +43640,7 @@
|
|
|
43640
43640
|
},
|
|
43641
43641
|
"networks": {},
|
|
43642
43642
|
"schemaVersion": "3.4.16",
|
|
43643
|
-
"updatedAt": "2025-11-
|
|
43643
|
+
"updatedAt": "2025-11-11T11:46:16.316Z",
|
|
43644
43644
|
"devdoc": {
|
|
43645
43645
|
"author": "The Witnet Foundation",
|
|
43646
43646
|
"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.",
|
|
@@ -47325,9 +47325,17 @@
|
|
|
47325
47325
|
"name": "solc",
|
|
47326
47326
|
"version": "0.8.30+commit.73712a01.Emscripten.clang"
|
|
47327
47327
|
},
|
|
47328
|
-
"networks": {
|
|
47328
|
+
"networks": {
|
|
47329
|
+
"11155111": {
|
|
47330
|
+
"events": {},
|
|
47331
|
+
"links": {
|
|
47332
|
+
"WitOracleRadonEncodingLib": "0x12143b6c8E483c9ED438AB934c476432c684cF0F"
|
|
47333
|
+
},
|
|
47334
|
+
"address": "0x471c2b44f96Ab95B7688FAaD6fC081f6f464cd93"
|
|
47335
|
+
}
|
|
47336
|
+
},
|
|
47329
47337
|
"schemaVersion": "3.4.16",
|
|
47330
|
-
"updatedAt": "2025-11-
|
|
47338
|
+
"updatedAt": "2025-11-11T11:46:16.389Z",
|
|
47331
47339
|
"devdoc": {
|
|
47332
47340
|
"author": "The Witnet Foundation",
|
|
47333
47341
|
"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.",
|
|
@@ -47475,9 +47475,17 @@
|
|
|
47475
47475
|
"name": "solc",
|
|
47476
47476
|
"version": "0.8.30+commit.73712a01.Emscripten.clang"
|
|
47477
47477
|
},
|
|
47478
|
-
"networks": {
|
|
47478
|
+
"networks": {
|
|
47479
|
+
"534351": {
|
|
47480
|
+
"events": {},
|
|
47481
|
+
"links": {
|
|
47482
|
+
"WitOracleRadonEncodingLib": "0x8fbBf7445E8bC8d7400107613d59163476d1f2e2"
|
|
47483
|
+
},
|
|
47484
|
+
"address": "0xdCf6e46133805Fcea966ED48470A3C67D88e79A3"
|
|
47485
|
+
}
|
|
47486
|
+
},
|
|
47479
47487
|
"schemaVersion": "3.4.16",
|
|
47480
|
-
"updatedAt": "2025-11-
|
|
47488
|
+
"updatedAt": "2025-11-11T11:46:16.411Z",
|
|
47481
47489
|
"devdoc": {
|
|
47482
47490
|
"errors": {
|
|
47483
47491
|
"InvalidInitialization()": [
|
|
@@ -46966,7 +46966,7 @@
|
|
|
46966
46966
|
},
|
|
46967
46967
|
"networks": {},
|
|
46968
46968
|
"schemaVersion": "3.4.16",
|
|
46969
|
-
"updatedAt": "2025-11-
|
|
46969
|
+
"updatedAt": "2025-11-11T11:46:16.435Z",
|
|
46970
46970
|
"devdoc": {
|
|
46971
46971
|
"author": "The Witnet Foundation",
|
|
46972
46972
|
"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.",
|