Skip to content

Commit a2e374a

Browse files
authored
Changeset 20260529 (#3922)
Co-authored-by: portuu3 <>
1 parent 2bc2f16 commit a2e374a

13 files changed

Lines changed: 540 additions & 24 deletions

File tree

.changeset/grumpy-shoes-film.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

.changeset/puny-horses-rhyme.md

Lines changed: 0 additions & 9 deletions
This file was deleted.

packages/core/.openzeppelin/bsc.json

Lines changed: 165 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1894,6 +1894,171 @@
18941894
},
18951895
"namespaces": {}
18961896
}
1897+
},
1898+
"41cc5faa75bfaae7eb20846b731a4f2fc143876055c1e5c970290ba7e14e853c": {
1899+
"address": "0x781786e0C3984Be28A8dBc50fbAFDcB755B1F214",
1900+
"txHash": "0x23f7c61ba44b6647e728a8986b4f3a7f9e5065eaeaffb69402c07c65b4529076",
1901+
"layout": {
1902+
"solcVersion": "0.8.23",
1903+
"storage": [
1904+
{
1905+
"label": "_initialized",
1906+
"offset": 0,
1907+
"slot": "0",
1908+
"type": "t_uint8",
1909+
"contract": "Initializable",
1910+
"src": "@openzeppelin/contracts-upgradeable/proxy/utils/Initializable.sol:63",
1911+
"retypedFrom": "bool"
1912+
},
1913+
{
1914+
"label": "_initializing",
1915+
"offset": 1,
1916+
"slot": "0",
1917+
"type": "t_bool",
1918+
"contract": "Initializable",
1919+
"src": "@openzeppelin/contracts-upgradeable/proxy/utils/Initializable.sol:68"
1920+
},
1921+
{
1922+
"label": "__gap",
1923+
"offset": 0,
1924+
"slot": "1",
1925+
"type": "t_array(t_uint256)50_storage",
1926+
"contract": "ContextUpgradeable",
1927+
"src": "@openzeppelin/contracts-upgradeable/utils/ContextUpgradeable.sol:40"
1928+
},
1929+
{
1930+
"label": "_owner",
1931+
"offset": 0,
1932+
"slot": "51",
1933+
"type": "t_address",
1934+
"contract": "OwnableUpgradeable",
1935+
"src": "@openzeppelin/contracts-upgradeable/access/OwnableUpgradeable.sol:22"
1936+
},
1937+
{
1938+
"label": "__gap",
1939+
"offset": 0,
1940+
"slot": "52",
1941+
"type": "t_array(t_uint256)49_storage",
1942+
"contract": "OwnableUpgradeable",
1943+
"src": "@openzeppelin/contracts-upgradeable/access/OwnableUpgradeable.sol:94"
1944+
},
1945+
{
1946+
"label": "__gap",
1947+
"offset": 0,
1948+
"slot": "101",
1949+
"type": "t_array(t_uint256)50_storage",
1950+
"contract": "ERC1967UpgradeUpgradeable",
1951+
"src": "@openzeppelin/contracts-upgradeable/proxy/ERC1967/ERC1967UpgradeUpgradeable.sol:169"
1952+
},
1953+
{
1954+
"label": "__gap",
1955+
"offset": 0,
1956+
"slot": "151",
1957+
"type": "t_array(t_uint256)50_storage",
1958+
"contract": "UUPSUpgradeable",
1959+
"src": "@openzeppelin/contracts-upgradeable/proxy/utils/UUPSUpgradeable.sol:111"
1960+
},
1961+
{
1962+
"label": "counter",
1963+
"offset": 0,
1964+
"slot": "201",
1965+
"type": "t_uint256",
1966+
"contract": "EscrowFactory",
1967+
"src": "contracts/EscrowFactory.sol:17"
1968+
},
1969+
{
1970+
"label": "escrowCounters",
1971+
"offset": 0,
1972+
"slot": "202",
1973+
"type": "t_mapping(t_address,t_uint256)",
1974+
"contract": "EscrowFactory",
1975+
"src": "contracts/EscrowFactory.sol:18"
1976+
},
1977+
{
1978+
"label": "lastEscrow",
1979+
"offset": 0,
1980+
"slot": "203",
1981+
"type": "t_address",
1982+
"contract": "EscrowFactory",
1983+
"src": "contracts/EscrowFactory.sol:19"
1984+
},
1985+
{
1986+
"label": "staking",
1987+
"offset": 0,
1988+
"slot": "204",
1989+
"type": "t_address",
1990+
"contract": "EscrowFactory",
1991+
"src": "contracts/EscrowFactory.sol:20"
1992+
},
1993+
{
1994+
"label": "minimumStake",
1995+
"offset": 0,
1996+
"slot": "205",
1997+
"type": "t_uint256",
1998+
"contract": "EscrowFactory",
1999+
"src": "contracts/EscrowFactory.sol:21"
2000+
},
2001+
{
2002+
"label": "admin",
2003+
"offset": 0,
2004+
"slot": "206",
2005+
"type": "t_address",
2006+
"contract": "EscrowFactory",
2007+
"src": "contracts/EscrowFactory.sol:22"
2008+
},
2009+
{
2010+
"label": "kvstore",
2011+
"offset": 0,
2012+
"slot": "207",
2013+
"type": "t_address",
2014+
"contract": "EscrowFactory",
2015+
"src": "contracts/EscrowFactory.sol:23"
2016+
},
2017+
{
2018+
"label": "__gap",
2019+
"offset": 0,
2020+
"slot": "208",
2021+
"type": "t_array(t_uint256)43_storage",
2022+
"contract": "EscrowFactory",
2023+
"src": "contracts/EscrowFactory.sol:195"
2024+
}
2025+
],
2026+
"types": {
2027+
"t_address": {
2028+
"label": "address",
2029+
"numberOfBytes": "20"
2030+
},
2031+
"t_array(t_uint256)43_storage": {
2032+
"label": "uint256[43]",
2033+
"numberOfBytes": "1376"
2034+
},
2035+
"t_array(t_uint256)49_storage": {
2036+
"label": "uint256[49]",
2037+
"numberOfBytes": "1568"
2038+
},
2039+
"t_array(t_uint256)50_storage": {
2040+
"label": "uint256[50]",
2041+
"numberOfBytes": "1600"
2042+
},
2043+
"t_bool": {
2044+
"label": "bool",
2045+
"numberOfBytes": "1"
2046+
},
2047+
"t_mapping(t_address,t_uint256)": {
2048+
"label": "mapping(address => uint256)",
2049+
"numberOfBytes": "32"
2050+
},
2051+
"t_uint256": {
2052+
"label": "uint256",
2053+
"numberOfBytes": "32"
2054+
},
2055+
"t_uint8": {
2056+
"label": "uint8",
2057+
"numberOfBytes": "1"
2058+
}
2059+
},
2060+
"namespaces": {}
2061+
}
18972062
}
18982063
}
18992064
}

packages/core/.openzeppelin/mainnet.json

Lines changed: 165 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1894,6 +1894,171 @@
18941894
},
18951895
"namespaces": {}
18961896
}
1897+
},
1898+
"41cc5faa75bfaae7eb20846b731a4f2fc143876055c1e5c970290ba7e14e853c": {
1899+
"address": "0xc6319e2A568E2CA0bC7f12abD908979e0A47772a",
1900+
"txHash": "0xee551ab8b38c81da8deab233978829d44e04a39235e93e28e3f9ec7a41a602fa",
1901+
"layout": {
1902+
"solcVersion": "0.8.23",
1903+
"storage": [
1904+
{
1905+
"label": "_initialized",
1906+
"offset": 0,
1907+
"slot": "0",
1908+
"type": "t_uint8",
1909+
"contract": "Initializable",
1910+
"src": "@openzeppelin/contracts-upgradeable/proxy/utils/Initializable.sol:63",
1911+
"retypedFrom": "bool"
1912+
},
1913+
{
1914+
"label": "_initializing",
1915+
"offset": 1,
1916+
"slot": "0",
1917+
"type": "t_bool",
1918+
"contract": "Initializable",
1919+
"src": "@openzeppelin/contracts-upgradeable/proxy/utils/Initializable.sol:68"
1920+
},
1921+
{
1922+
"label": "__gap",
1923+
"offset": 0,
1924+
"slot": "1",
1925+
"type": "t_array(t_uint256)50_storage",
1926+
"contract": "ContextUpgradeable",
1927+
"src": "@openzeppelin/contracts-upgradeable/utils/ContextUpgradeable.sol:40"
1928+
},
1929+
{
1930+
"label": "_owner",
1931+
"offset": 0,
1932+
"slot": "51",
1933+
"type": "t_address",
1934+
"contract": "OwnableUpgradeable",
1935+
"src": "@openzeppelin/contracts-upgradeable/access/OwnableUpgradeable.sol:22"
1936+
},
1937+
{
1938+
"label": "__gap",
1939+
"offset": 0,
1940+
"slot": "52",
1941+
"type": "t_array(t_uint256)49_storage",
1942+
"contract": "OwnableUpgradeable",
1943+
"src": "@openzeppelin/contracts-upgradeable/access/OwnableUpgradeable.sol:94"
1944+
},
1945+
{
1946+
"label": "__gap",
1947+
"offset": 0,
1948+
"slot": "101",
1949+
"type": "t_array(t_uint256)50_storage",
1950+
"contract": "ERC1967UpgradeUpgradeable",
1951+
"src": "@openzeppelin/contracts-upgradeable/proxy/ERC1967/ERC1967UpgradeUpgradeable.sol:169"
1952+
},
1953+
{
1954+
"label": "__gap",
1955+
"offset": 0,
1956+
"slot": "151",
1957+
"type": "t_array(t_uint256)50_storage",
1958+
"contract": "UUPSUpgradeable",
1959+
"src": "@openzeppelin/contracts-upgradeable/proxy/utils/UUPSUpgradeable.sol:111"
1960+
},
1961+
{
1962+
"label": "counter",
1963+
"offset": 0,
1964+
"slot": "201",
1965+
"type": "t_uint256",
1966+
"contract": "EscrowFactory",
1967+
"src": "contracts/EscrowFactory.sol:17"
1968+
},
1969+
{
1970+
"label": "escrowCounters",
1971+
"offset": 0,
1972+
"slot": "202",
1973+
"type": "t_mapping(t_address,t_uint256)",
1974+
"contract": "EscrowFactory",
1975+
"src": "contracts/EscrowFactory.sol:18"
1976+
},
1977+
{
1978+
"label": "lastEscrow",
1979+
"offset": 0,
1980+
"slot": "203",
1981+
"type": "t_address",
1982+
"contract": "EscrowFactory",
1983+
"src": "contracts/EscrowFactory.sol:19"
1984+
},
1985+
{
1986+
"label": "staking",
1987+
"offset": 0,
1988+
"slot": "204",
1989+
"type": "t_address",
1990+
"contract": "EscrowFactory",
1991+
"src": "contracts/EscrowFactory.sol:20"
1992+
},
1993+
{
1994+
"label": "minimumStake",
1995+
"offset": 0,
1996+
"slot": "205",
1997+
"type": "t_uint256",
1998+
"contract": "EscrowFactory",
1999+
"src": "contracts/EscrowFactory.sol:21"
2000+
},
2001+
{
2002+
"label": "admin",
2003+
"offset": 0,
2004+
"slot": "206",
2005+
"type": "t_address",
2006+
"contract": "EscrowFactory",
2007+
"src": "contracts/EscrowFactory.sol:22"
2008+
},
2009+
{
2010+
"label": "kvstore",
2011+
"offset": 0,
2012+
"slot": "207",
2013+
"type": "t_address",
2014+
"contract": "EscrowFactory",
2015+
"src": "contracts/EscrowFactory.sol:23"
2016+
},
2017+
{
2018+
"label": "__gap",
2019+
"offset": 0,
2020+
"slot": "208",
2021+
"type": "t_array(t_uint256)43_storage",
2022+
"contract": "EscrowFactory",
2023+
"src": "contracts/EscrowFactory.sol:195"
2024+
}
2025+
],
2026+
"types": {
2027+
"t_address": {
2028+
"label": "address",
2029+
"numberOfBytes": "20"
2030+
},
2031+
"t_array(t_uint256)43_storage": {
2032+
"label": "uint256[43]",
2033+
"numberOfBytes": "1376"
2034+
},
2035+
"t_array(t_uint256)49_storage": {
2036+
"label": "uint256[49]",
2037+
"numberOfBytes": "1568"
2038+
},
2039+
"t_array(t_uint256)50_storage": {
2040+
"label": "uint256[50]",
2041+
"numberOfBytes": "1600"
2042+
},
2043+
"t_bool": {
2044+
"label": "bool",
2045+
"numberOfBytes": "1"
2046+
},
2047+
"t_mapping(t_address,t_uint256)": {
2048+
"label": "mapping(address => uint256)",
2049+
"numberOfBytes": "32"
2050+
},
2051+
"t_uint256": {
2052+
"label": "uint256",
2053+
"numberOfBytes": "32"
2054+
},
2055+
"t_uint8": {
2056+
"label": "uint8",
2057+
"numberOfBytes": "1"
2058+
}
2059+
},
2060+
"namespaces": {}
2061+
}
18972062
}
18982063
}
18992064
}

0 commit comments

Comments
 (0)