Skip to content
This repository was archived by the owner on Oct 8, 2024. It is now read-only.

Commit a61aa39

Browse files
kneelsdevcoindegen
andauthored
0.6.0 - Release - Erc721a (#48)
* add configurable burn address and initial ArchetypeBatch implementation * add test for ArchetypeBatch * use tx.origin when batch contract in use * add test for tx.origin msg sender logic * cleanup test * add test for batching owner methods * add compute price public method * add erc721Queryable * remove provenance hash * Pop Punk Gas Optimization v1 * add preTest/postTest constant text replacement * run prettier * update Batch contract --------- Co-authored-by: PolyDegen <[email protected]>
1 parent 189629a commit a61aa39

File tree

11 files changed

+694
-255
lines changed

11 files changed

+694
-255
lines changed

.openzeppelin/unknown-31337.json

Lines changed: 10 additions & 71 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"manifestVersion": "3.2",
33
"admin": {
4-
"address": "0x9fE46736679d2D9a65F0992F2272dE9f3c7fa6e0",
5-
"txHash": "0x9741cd92ecc08e36c45c5448b08cca8cb94f9c524d01ad3cafc81df2c5b4dc6a"
4+
"address": "0xDc64a140Aa3E981100a9becA4E685f962f0cF6C9",
5+
"txHash": "0x6d1df64db436c0efc888e55ff81b226b07666d88cda12a6ffb6dd987f21792a8"
66
},
77
"proxies": [
88
{
@@ -1050,11 +1050,6 @@
10501050
"txHash": "0xb8638cbd2d9b55eb0f3aebb8498410067c1f3a3c1f6e2eb65b0010cf8159be91",
10511051
"kind": "transparent"
10521052
},
1053-
{
1054-
"address": "0x5FC8d32690cc91D4c39d9d3abcBD16989F875707",
1055-
"txHash": "0x313dc2c7d7ccb11fc0ead8c6c16979debfb76954cab40f84238b447a3c876e27",
1056-
"kind": "transparent"
1057-
},
10581053
{
10591054
"address": "0xDc64a140Aa3E981100a9becA4E685f962f0cF6C9",
10601055
"txHash": "0x3feaf983adaf5b8889c905c61a09751a812d6ef99119a641b96fe5ade0588270",
@@ -1129,6 +1124,11 @@
11291124
"address": "0xCf7Ed3AccA5a467e9e704C703E8D87F634fB0Fc9",
11301125
"txHash": "0x2aa12fdf621bd8d2b04b7d4a7c29a4baf955d810782d4396876fa3cc226602b0",
11311126
"kind": "transparent"
1127+
},
1128+
{
1129+
"address": "0x5FC8d32690cc91D4c39d9d3abcBD16989F875707",
1130+
"txHash": "0x11b2f2775e6c94f6322780e59d3a7cf767c1a74ecd8879d8e14bc079f20c96af",
1131+
"kind": "transparent"
11321132
}
11331133
],
11341134
"impls": {
@@ -1925,67 +1925,6 @@
19251925
}
19261926
}
19271927
},
1928-
"d7af60c95b409b60985378d795b6593fd04009423a517febbf92a4dece22e717": {
1929-
"address": "0xDc64a140Aa3E981100a9becA4E685f962f0cF6C9",
1930-
"txHash": "0x265755200333c89ae8bd73b3df8a717287013fe9b00c1bd8bd7cbe6b52174e2c",
1931-
"layout": {
1932-
"storage": [
1933-
{
1934-
"contract": "Initializable",
1935-
"label": "_initialized",
1936-
"type": "t_bool",
1937-
"src": "@openzeppelin/contracts-upgradeable/proxy/utils/Initializable.sol:39"
1938-
},
1939-
{
1940-
"contract": "Initializable",
1941-
"label": "_initializing",
1942-
"type": "t_bool",
1943-
"src": "@openzeppelin/contracts-upgradeable/proxy/utils/Initializable.sol:44"
1944-
},
1945-
{
1946-
"contract": "ContextUpgradeable",
1947-
"label": "__gap",
1948-
"type": "t_array(t_uint256)50_storage",
1949-
"src": "@openzeppelin/contracts-upgradeable/utils/ContextUpgradeable.sol:36"
1950-
},
1951-
{
1952-
"contract": "OwnableUpgradeable",
1953-
"label": "_owner",
1954-
"type": "t_address",
1955-
"src": "@openzeppelin/contracts-upgradeable/access/OwnableUpgradeable.sol:22"
1956-
},
1957-
{
1958-
"contract": "OwnableUpgradeable",
1959-
"label": "__gap",
1960-
"type": "t_array(t_uint256)49_storage",
1961-
"src": "@openzeppelin/contracts-upgradeable/access/OwnableUpgradeable.sol:87"
1962-
},
1963-
{
1964-
"contract": "Factory",
1965-
"label": "implementation",
1966-
"type": "t_address",
1967-
"src": "contracts/Factory.sol:10"
1968-
}
1969-
],
1970-
"types": {
1971-
"t_address": {
1972-
"label": "address"
1973-
},
1974-
"t_array(t_uint256)49_storage": {
1975-
"label": "uint256[49]"
1976-
},
1977-
"t_uint256": {
1978-
"label": "uint256"
1979-
},
1980-
"t_array(t_uint256)50_storage": {
1981-
"label": "uint256[50]"
1982-
},
1983-
"t_bool": {
1984-
"label": "bool"
1985-
}
1986-
}
1987-
}
1988-
},
19891928
"51e2ad6f2a5937e9319fb288a5cd2ef8b9eb0abd886ee84d52ccbfc2a65730c9": {
19901929
"address": "0x2279B7A0a67DB372996a5FaB50D91eAA73d2eBe6",
19911930
"txHash": "0x147b616398a7ccb8c95990d00891a8e934129ffd8eccafe9d42f8f84d1fe16a3",
@@ -3079,8 +3018,8 @@
30793018
}
30803019
},
30813020
"6f0995f27d8ee6a81b34692d49ff9bf8bed5094382b21e8bf64aa406949cf55f": {
3082-
"address": "0xe7f1725E7734CE288F8367e1Bb143E90bb3F0512",
3083-
"txHash": "0x1575b4ec5551128710c309fb1a4ef345fc46b59994655dc38fe1d32e99138f75",
3021+
"address": "0xCf7Ed3AccA5a467e9e704C703E8D87F634fB0Fc9",
3022+
"txHash": "0xbfd4681b4e890f82ad733c1ef95e6f240666ba21320026742c1c32df3806dd20",
30843023
"layout": {
30853024
"storage": [
30863025
{
@@ -3117,7 +3056,7 @@
31173056
"contract": "Factory",
31183057
"label": "archetype",
31193058
"type": "t_address",
3120-
"src": "contracts/Factory.sol:24"
3059+
"src": "contracts/Factory.sol:25"
31213060
}
31223061
],
31233062
"types": {

0 commit comments

Comments
 (0)