Skip to content

Commit

Permalink
Merge pull request #343 from unstoppabledomains/kiryl/reg-1296-deploy…
Browse files Browse the repository at this point in the history
…-proxy-buyer-smart-contract-to-testnet

[REG-1296] - Deploy SeaportProxyBuyer to testnet
  • Loading branch information
DeRain committed Jun 13, 2024
2 parents 7e4a6db + fcb1a7b commit 4204ab3
Show file tree
Hide file tree
Showing 11 changed files with 291 additions and 20 deletions.
196 changes: 196 additions & 0 deletions .openzeppelin/unknown-80002.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,11 @@
"address": "0x002380ccAFf852dEF50a176873d50f8019e36FBc",
"txHash": "0xc530695371ce1f4985c031395866be67a62d77a8323eec2060747237457dac1b",
"kind": "transparent"
},
{
"address": "0x4FF860525ccb6E992E0A4579860465f7EF581aed",
"txHash": "0x4b0c26448dd2540d194cc9063cd3c686e6074ad2dd33a4e81c98fcd06ca18a2e",
"kind": "transparent"
}
],
"impls": {
Expand Down Expand Up @@ -877,6 +882,197 @@
}
}
}
},
"5a1f4dab6be8f98f6f0d9a9a4e6c21cdd622ca951751693706bdf3e89d48e45a": {
"address": "0x5F5462Fc1C298ccB65dB5338f9aE90ce24Eec9d6",
"txHash": "0xafb0286413508e5f9dc387d749c739f9eda31cf3c67286f7df8022cd8b631db3",
"layout": {
"solcVersion": "0.8.24",
"storage": [
{
"label": "_initialized",
"offset": 0,
"slot": "0",
"type": "t_uint8",
"contract": "Initializable",
"src": "@openzeppelin/contracts-upgradeable/proxy/utils/Initializable.sol:62",
"retypedFrom": "bool"
},
{
"label": "_initializing",
"offset": 1,
"slot": "0",
"type": "t_bool",
"contract": "Initializable",
"src": "@openzeppelin/contracts-upgradeable/proxy/utils/Initializable.sol:67"
},
{
"label": "__gap",
"offset": 0,
"slot": "1",
"type": "t_array(t_uint256)50_storage",
"contract": "ContextUpgradeable",
"src": "@openzeppelin/contracts-upgradeable/utils/ContextUpgradeable.sol:36"
},
{
"label": "_status",
"offset": 0,
"slot": "51",
"type": "t_uint256",
"contract": "ReentrancyGuardUpgradeable",
"src": "@openzeppelin/contracts-upgradeable/security/ReentrancyGuardUpgradeable.sol:38"
},
{
"label": "__gap",
"offset": 0,
"slot": "52",
"type": "t_array(t_uint256)49_storage",
"contract": "ReentrancyGuardUpgradeable",
"src": "@openzeppelin/contracts-upgradeable/security/ReentrancyGuardUpgradeable.sol:74"
},
{
"label": "__gap",
"offset": 0,
"slot": "101",
"type": "t_array(t_uint256)50_storage",
"contract": "ERC2771RegistryContext",
"src": "contracts/metatx/ERC2771RegistryContext.sol:89"
},
{
"label": "_owner",
"offset": 0,
"slot": "151",
"type": "t_address",
"contract": "OwnableUpgradeable",
"src": "@openzeppelin/contracts-upgradeable/access/OwnableUpgradeable.sol:22"
},
{
"label": "__gap",
"offset": 0,
"slot": "152",
"type": "t_array(t_uint256)49_storage",
"contract": "OwnableUpgradeable",
"src": "@openzeppelin/contracts-upgradeable/access/OwnableUpgradeable.sol:94"
},
{
"label": "__gap",
"offset": 0,
"slot": "201",
"type": "t_array(t_uint256)50_storage",
"contract": "ERC165Upgradeable",
"src": "@openzeppelin/contracts-upgradeable/utils/introspection/ERC165Upgradeable.sol:41"
},
{
"label": "_roles",
"offset": 0,
"slot": "251",
"type": "t_mapping(t_bytes32,t_struct(RoleData)12512_storage)",
"contract": "AccessControlUpgradeable",
"src": "@openzeppelin/contracts-upgradeable/access/AccessControlUpgradeable.sol:61"
},
{
"label": "__gap",
"offset": 0,
"slot": "252",
"type": "t_array(t_uint256)49_storage",
"contract": "AccessControlUpgradeable",
"src": "@openzeppelin/contracts-upgradeable/access/AccessControlUpgradeable.sol:259"
},
{
"label": "_paused",
"offset": 0,
"slot": "301",
"type": "t_bool",
"contract": "PausableUpgradeable",
"src": "@openzeppelin/contracts-upgradeable/security/PausableUpgradeable.sol:29"
},
{
"label": "__gap",
"offset": 0,
"slot": "302",
"type": "t_array(t_uint256)49_storage",
"contract": "PausableUpgradeable",
"src": "@openzeppelin/contracts-upgradeable/security/PausableUpgradeable.sol:116"
},
{
"label": "_seaport",
"offset": 0,
"slot": "351",
"type": "t_contract(ConsiderationInterface)52028",
"contract": "SeaportProxyBuyer",
"src": "contracts/marketplace/SeaportProxyBuyer.sol:31"
},
{
"label": "__gap",
"offset": 0,
"slot": "352",
"type": "t_array(t_uint256)50_storage",
"contract": "SeaportProxyBuyer",
"src": "contracts/marketplace/SeaportProxyBuyer.sol:121"
}
],
"types": {
"t_address": {
"label": "address",
"numberOfBytes": "20"
},
"t_array(t_uint256)49_storage": {
"label": "uint256[49]",
"numberOfBytes": "1568"
},
"t_array(t_uint256)50_storage": {
"label": "uint256[50]",
"numberOfBytes": "1600"
},
"t_bool": {
"label": "bool",
"numberOfBytes": "1"
},
"t_bytes32": {
"label": "bytes32",
"numberOfBytes": "32"
},
"t_contract(ConsiderationInterface)52028": {
"label": "contract ConsiderationInterface",
"numberOfBytes": "20"
},
"t_mapping(t_address,t_bool)": {
"label": "mapping(address => bool)",
"numberOfBytes": "32"
},
"t_mapping(t_bytes32,t_struct(RoleData)12512_storage)": {
"label": "mapping(bytes32 => struct AccessControlUpgradeable.RoleData)",
"numberOfBytes": "32"
},
"t_struct(RoleData)12512_storage": {
"label": "struct AccessControlUpgradeable.RoleData",
"members": [
{
"label": "members",
"type": "t_mapping(t_address,t_bool)",
"offset": 0,
"slot": "0"
},
{
"label": "adminRole",
"type": "t_bytes32",
"offset": 0,
"slot": "1"
}
],
"numberOfBytes": "64"
},
"t_uint256": {
"label": "uint256",
"numberOfBytes": "32"
},
"t_uint8": {
"label": "uint8",
"numberOfBytes": "1"
}
},
"namespaces": {}
}
}
}
}
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## v0.9.18

- Deploy `SeaportProxyBuyer@0.1.0` contract to `Amoy` testnet

## v0.9.17

- Add minter to `SeaportProxyBuyer` contract in sandbox
Expand Down
Loading

0 comments on commit 4204ab3

Please sign in to comment.