|
@@ -0,0 +1,258 @@
|
|
|
|
|
+{
|
|
|
|
|
+ "manifestVersion": "3.2",
|
|
|
|
|
+ "proxies": [
|
|
|
|
|
+ {
|
|
|
|
|
+ "address": "0xff1a0f4744e8582DF1aE09D5611b887B6a12925C",
|
|
|
|
|
+ "txHash": "0x82a37a97f8c7c2d67da17768128cf8a2ff3c39801f9c02ed6de279424cfebaf7",
|
|
|
|
|
+ "kind": "uups"
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "address": "0x4305FB66699C3B2702D4d05CF36551390A4c69C6",
|
|
|
|
|
+ "txHash": "0x4863b082c284322a773943b36f042ae53b95c6f1e27191f385cbce91a0bb56f1",
|
|
|
|
|
+ "kind": "uups"
|
|
|
|
|
+ }
|
|
|
|
|
+ ],
|
|
|
|
|
+ "impls": {
|
|
|
|
|
+ "66da3aeb765cd76983db9ad4a6b981006f3966e9f9a484b73495ebe53c2503f7": {
|
|
|
|
|
+ "address": "0xff1a0f4744e8582DF1aE09D5611b887B6a12925C",
|
|
|
|
|
+ "txHash": "0xbb3e1db80fe085afc3b00c4fd95c260eb0ce27f3211b7fe4b755b28988e035c3",
|
|
|
|
|
+ "layout": {
|
|
|
|
|
+ "storage": [
|
|
|
|
|
+ {
|
|
|
|
|
+ "contract": "Initializable",
|
|
|
|
|
+ "label": "_initialized",
|
|
|
|
|
+ "type": "t_bool",
|
|
|
|
|
+ "src": "../@openzeppelin/contracts-upgradeable/proxy/utils/Initializable.sol:39"
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "contract": "Initializable",
|
|
|
|
|
+ "label": "_initializing",
|
|
|
|
|
+ "type": "t_bool",
|
|
|
|
|
+ "src": "../@openzeppelin/contracts-upgradeable/proxy/utils/Initializable.sol:44"
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "contract": "ContextUpgradeable",
|
|
|
|
|
+ "label": "__gap",
|
|
|
|
|
+ "type": "t_array(t_uint256)50_storage",
|
|
|
|
|
+ "src": "../@openzeppelin/contracts-upgradeable/utils/ContextUpgradeable.sol:36"
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "contract": "OwnableUpgradeable",
|
|
|
|
|
+ "label": "_owner",
|
|
|
|
|
+ "type": "t_address",
|
|
|
|
|
+ "src": "../@openzeppelin/contracts-upgradeable/access/OwnableUpgradeable.sol:22"
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "contract": "OwnableUpgradeable",
|
|
|
|
|
+ "label": "__gap",
|
|
|
|
|
+ "type": "t_array(t_uint256)49_storage",
|
|
|
|
|
+ "src": "../@openzeppelin/contracts-upgradeable/access/OwnableUpgradeable.sol:87"
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "contract": "ERC1967UpgradeUpgradeable",
|
|
|
|
|
+ "label": "__gap",
|
|
|
|
|
+ "type": "t_array(t_uint256)50_storage",
|
|
|
|
|
+ "src": "../@openzeppelin/contracts-upgradeable/proxy/ERC1967/ERC1967UpgradeUpgradeable.sol:211"
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "contract": "UUPSUpgradeable",
|
|
|
|
|
+ "label": "__gap",
|
|
|
|
|
+ "type": "t_array(t_uint256)50_storage",
|
|
|
|
|
+ "src": "../@openzeppelin/contracts-upgradeable/proxy/utils/UUPSUpgradeable.sol:107"
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "contract": "PythState",
|
|
|
|
|
+ "label": "_state",
|
|
|
|
|
+ "type": "t_struct(State)4128_storage",
|
|
|
|
|
+ "src": "../project:/contracts/pyth/PythState.sol:35"
|
|
|
|
|
+ }
|
|
|
|
|
+ ],
|
|
|
|
|
+ "types": {
|
|
|
|
|
+ "t_struct(State)4128_storage": {
|
|
|
|
|
+ "label": "struct PythStorage.State",
|
|
|
|
|
+ "members": [
|
|
|
|
|
+ {
|
|
|
|
|
+ "label": "wormhole",
|
|
|
|
|
+ "type": "t_address"
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "label": "_deprecatedPyth2WormholeChainId",
|
|
|
|
|
+ "type": "t_uint16"
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "label": "_deprecatedPyth2WormholeEmitter",
|
|
|
|
|
+ "type": "t_bytes32"
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "label": "latestPriceInfo",
|
|
|
|
|
+ "type": "t_mapping(t_bytes32,t_struct(PriceInfo)4008_storage)"
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "label": "validDataSources",
|
|
|
|
|
+ "type": "t_array(t_struct(DataSource)4013_storage)dyn_storage"
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "label": "isValidDataSource",
|
|
|
|
|
+ "type": "t_mapping(t_bytes32,t_bool)"
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "label": "singleUpdateFeeInWei",
|
|
|
|
|
+ "type": "t_uint256"
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "label": "validTimePeriodSeconds",
|
|
|
|
|
+ "type": "t_uint256"
|
|
|
|
|
+ }
|
|
|
|
|
+ ]
|
|
|
|
|
+ },
|
|
|
|
|
+ "t_address": {
|
|
|
|
|
+ "label": "address"
|
|
|
|
|
+ },
|
|
|
|
|
+ "t_uint16": {
|
|
|
|
|
+ "label": "uint16"
|
|
|
|
|
+ },
|
|
|
|
|
+ "t_bytes32": {
|
|
|
|
|
+ "label": "bytes32"
|
|
|
|
|
+ },
|
|
|
|
|
+ "t_mapping(t_bytes32,t_struct(PriceInfo)4008_storage)": {
|
|
|
|
|
+ "label": "mapping(bytes32 => struct PythInternalStructs.PriceInfo)"
|
|
|
|
|
+ },
|
|
|
|
|
+ "t_struct(PriceInfo)4008_storage": {
|
|
|
|
|
+ "label": "struct PythInternalStructs.PriceInfo",
|
|
|
|
|
+ "members": [
|
|
|
|
|
+ {
|
|
|
|
|
+ "label": "attestationTime",
|
|
|
|
|
+ "type": "t_uint256"
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "label": "arrivalTime",
|
|
|
|
|
+ "type": "t_uint256"
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "label": "arrivalBlock",
|
|
|
|
|
+ "type": "t_uint256"
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "label": "priceFeed",
|
|
|
|
|
+ "type": "t_struct(PriceFeed)2463_storage"
|
|
|
|
|
+ }
|
|
|
|
|
+ ]
|
|
|
|
|
+ },
|
|
|
|
|
+ "t_array(t_struct(DataSource)4013_storage)dyn_storage": {
|
|
|
|
|
+ "label": "struct PythInternalStructs.DataSource[]"
|
|
|
|
|
+ },
|
|
|
|
|
+ "t_struct(DataSource)4013_storage": {
|
|
|
|
|
+ "label": "struct PythInternalStructs.DataSource",
|
|
|
|
|
+ "members": [
|
|
|
|
|
+ {
|
|
|
|
|
+ "label": "chainId",
|
|
|
|
|
+ "type": "t_uint16"
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "label": "emitterAddress",
|
|
|
|
|
+ "type": "t_bytes32"
|
|
|
|
|
+ }
|
|
|
|
|
+ ]
|
|
|
|
|
+ },
|
|
|
|
|
+ "t_mapping(t_bytes32,t_bool)": {
|
|
|
|
|
+ "label": "mapping(bytes32 => bool)"
|
|
|
|
|
+ },
|
|
|
|
|
+ "t_bool": {
|
|
|
|
|
+ "label": "bool"
|
|
|
|
|
+ },
|
|
|
|
|
+ "t_uint256": {
|
|
|
|
|
+ "label": "uint256"
|
|
|
|
|
+ },
|
|
|
|
|
+ "t_struct(PriceFeed)2463_storage": {
|
|
|
|
|
+ "label": "struct PythStructs.PriceFeed",
|
|
|
|
|
+ "members": [
|
|
|
|
|
+ {
|
|
|
|
|
+ "label": "id",
|
|
|
|
|
+ "type": "t_bytes32"
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "label": "productId",
|
|
|
|
|
+ "type": "t_bytes32"
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "label": "price",
|
|
|
|
|
+ "type": "t_int64"
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "label": "conf",
|
|
|
|
|
+ "type": "t_uint64"
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "label": "expo",
|
|
|
|
|
+ "type": "t_int32"
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "label": "status",
|
|
|
|
|
+ "type": "t_enum(PriceStatus)2468"
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "label": "maxNumPublishers",
|
|
|
|
|
+ "type": "t_uint32"
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "label": "numPublishers",
|
|
|
|
|
+ "type": "t_uint32"
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "label": "emaPrice",
|
|
|
|
|
+ "type": "t_int64"
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "label": "emaConf",
|
|
|
|
|
+ "type": "t_uint64"
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "label": "publishTime",
|
|
|
|
|
+ "type": "t_uint64"
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "label": "prevPrice",
|
|
|
|
|
+ "type": "t_int64"
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "label": "prevConf",
|
|
|
|
|
+ "type": "t_uint64"
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "label": "prevPublishTime",
|
|
|
|
|
+ "type": "t_uint64"
|
|
|
|
|
+ }
|
|
|
|
|
+ ]
|
|
|
|
|
+ },
|
|
|
|
|
+ "t_int64": {
|
|
|
|
|
+ "label": "int64"
|
|
|
|
|
+ },
|
|
|
|
|
+ "t_uint64": {
|
|
|
|
|
+ "label": "uint64"
|
|
|
|
|
+ },
|
|
|
|
|
+ "t_int32": {
|
|
|
|
|
+ "label": "int32"
|
|
|
|
|
+ },
|
|
|
|
|
+ "t_enum(PriceStatus)2468": {
|
|
|
|
|
+ "label": "enum PythStructs.PriceStatus",
|
|
|
|
|
+ "members": [
|
|
|
|
|
+ "UNKNOWN",
|
|
|
|
|
+ "TRADING",
|
|
|
|
|
+ "HALTED",
|
|
|
|
|
+ "AUCTION"
|
|
|
|
|
+ ]
|
|
|
|
|
+ },
|
|
|
|
|
+ "t_uint32": {
|
|
|
|
|
+ "label": "uint32"
|
|
|
|
|
+ },
|
|
|
|
|
+ "t_array(t_uint256)50_storage": {
|
|
|
|
|
+ "label": "uint256[50]"
|
|
|
|
|
+ },
|
|
|
|
|
+ "t_array(t_uint256)49_storage": {
|
|
|
|
|
+ "label": "uint256[49]"
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+}
|