Skip to content

Commit 592efff

Browse files
committed
Updated artifacts
1 parent 16bca43 commit 592efff

File tree

61 files changed

+3594
-1959
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

61 files changed

+3594
-1959
lines changed
Lines changed: 75 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,75 @@
1+
{
2+
"_format": "hh-sol-artifact-1",
3+
"contractName": "IERC1155FloorFactory",
4+
"sourceName": "contracts/interfaces/IERC1155FloorFactory.sol",
5+
"abi": [
6+
{
7+
"anonymous": false,
8+
"inputs": [
9+
{
10+
"indexed": true,
11+
"internalType": "address",
12+
"name": "metadataContract",
13+
"type": "address"
14+
}
15+
],
16+
"name": "MetadataContractChanged",
17+
"type": "event"
18+
},
19+
{
20+
"anonymous": false,
21+
"inputs": [
22+
{
23+
"indexed": true,
24+
"internalType": "address",
25+
"name": "token",
26+
"type": "address"
27+
}
28+
],
29+
"name": "NewERC1155FloorWrapper",
30+
"type": "event"
31+
},
32+
{
33+
"inputs": [
34+
{
35+
"internalType": "address",
36+
"name": "tokenAddr",
37+
"type": "address"
38+
}
39+
],
40+
"name": "createWrapper",
41+
"outputs": [
42+
{
43+
"internalType": "address",
44+
"name": "",
45+
"type": "address"
46+
}
47+
],
48+
"stateMutability": "nonpayable",
49+
"type": "function"
50+
},
51+
{
52+
"inputs": [
53+
{
54+
"internalType": "address",
55+
"name": "tokenAddr",
56+
"type": "address"
57+
}
58+
],
59+
"name": "tokenToWrapper",
60+
"outputs": [
61+
{
62+
"internalType": "address",
63+
"name": "",
64+
"type": "address"
65+
}
66+
],
67+
"stateMutability": "view",
68+
"type": "function"
69+
}
70+
],
71+
"bytecode": "0x",
72+
"deployedBytecode": "0x",
73+
"linkReferences": {},
74+
"deployedLinkReferences": {}
75+
}

src/artifacts/contracts/interfaces/IERC1155FloorWrapper.sol/IERC1155FloorWrapper.json

Lines changed: 0 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,6 @@
3131
{
3232
"anonymous": false,
3333
"inputs": [
34-
{
35-
"indexed": false,
36-
"internalType": "address",
37-
"name": "tokenAddr",
38-
"type": "address"
39-
},
4034
{
4135
"indexed": false,
4236
"internalType": "uint256[]",
@@ -56,12 +50,6 @@
5650
{
5751
"anonymous": false,
5852
"inputs": [
59-
{
60-
"indexed": false,
61-
"internalType": "address",
62-
"name": "tokenAddr",
63-
"type": "address"
64-
},
6553
{
6654
"indexed": false,
6755
"internalType": "uint256[]",
@@ -202,11 +190,6 @@
202190
},
203191
{
204192
"inputs": [
205-
{
206-
"internalType": "address",
207-
"name": "tokenAddr",
208-
"type": "address"
209-
},
210193
{
211194
"internalType": "uint256[]",
212195
"name": "tokenIds",
@@ -362,11 +345,6 @@
362345
},
363346
{
364347
"inputs": [
365-
{
366-
"internalType": "address",
367-
"name": "tokenAddr",
368-
"type": "address"
369-
},
370348
{
371349
"internalType": "uint256[]",
372350
"name": "tokenIds",
Lines changed: 75 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,75 @@
1+
{
2+
"_format": "hh-sol-artifact-1",
3+
"contractName": "IERC721FloorFactory",
4+
"sourceName": "contracts/interfaces/IERC721FloorFactory.sol",
5+
"abi": [
6+
{
7+
"anonymous": false,
8+
"inputs": [
9+
{
10+
"indexed": true,
11+
"internalType": "address",
12+
"name": "metadataContract",
13+
"type": "address"
14+
}
15+
],
16+
"name": "MetadataContractChanged",
17+
"type": "event"
18+
},
19+
{
20+
"anonymous": false,
21+
"inputs": [
22+
{
23+
"indexed": true,
24+
"internalType": "address",
25+
"name": "token",
26+
"type": "address"
27+
}
28+
],
29+
"name": "NewERC721FloorWrapper",
30+
"type": "event"
31+
},
32+
{
33+
"inputs": [
34+
{
35+
"internalType": "address",
36+
"name": "tokenAddr",
37+
"type": "address"
38+
}
39+
],
40+
"name": "createWrapper",
41+
"outputs": [
42+
{
43+
"internalType": "address",
44+
"name": "",
45+
"type": "address"
46+
}
47+
],
48+
"stateMutability": "nonpayable",
49+
"type": "function"
50+
},
51+
{
52+
"inputs": [
53+
{
54+
"internalType": "address",
55+
"name": "tokenAddr",
56+
"type": "address"
57+
}
58+
],
59+
"name": "tokenToWrapper",
60+
"outputs": [
61+
{
62+
"internalType": "address",
63+
"name": "",
64+
"type": "address"
65+
}
66+
],
67+
"stateMutability": "view",
68+
"type": "function"
69+
}
70+
],
71+
"bytecode": "0x",
72+
"deployedBytecode": "0x",
73+
"linkReferences": {},
74+
"deployedLinkReferences": {}
75+
}

src/artifacts/contracts/interfaces/IERC721FloorWrapper.sol/IERC721FloorWrapper.json

Lines changed: 0 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,6 @@
3131
{
3232
"anonymous": false,
3333
"inputs": [
34-
{
35-
"indexed": true,
36-
"internalType": "address",
37-
"name": "tokenAddr",
38-
"type": "address"
39-
},
4034
{
4135
"indexed": false,
4236
"internalType": "uint256[]",
@@ -50,12 +44,6 @@
5044
{
5145
"anonymous": false,
5246
"inputs": [
53-
{
54-
"indexed": true,
55-
"internalType": "address",
56-
"name": "tokenAddr",
57-
"type": "address"
58-
},
5947
{
6048
"indexed": false,
6149
"internalType": "uint256[]",
@@ -190,11 +178,6 @@
190178
},
191179
{
192180
"inputs": [
193-
{
194-
"internalType": "address",
195-
"name": "tokenAddr",
196-
"type": "address"
197-
},
198181
{
199182
"internalType": "uint256[]",
200183
"name": "tokenIds",
@@ -345,11 +328,6 @@
345328
},
346329
{
347330
"inputs": [
348-
{
349-
"internalType": "address",
350-
"name": "tokenAddr",
351-
"type": "address"
352-
},
353331
{
354332
"internalType": "uint256[]",
355333
"name": "tokenIds",

src/artifacts/contracts/utils/AddressConverter.sol/AddressConverter.json

Lines changed: 0 additions & 49 deletions
This file was deleted.
Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
{
2+
"_format": "hh-sol-artifact-1",
3+
"contractName": "Proxy",
4+
"sourceName": "contracts/utils/Proxy.sol",
5+
"abi": [
6+
{
7+
"inputs": [
8+
{
9+
"internalType": "address",
10+
"name": "_implementation",
11+
"type": "address"
12+
}
13+
],
14+
"stateMutability": "nonpayable",
15+
"type": "constructor"
16+
},
17+
{
18+
"stateMutability": "payable",
19+
"type": "fallback"
20+
},
21+
{
22+
"inputs": [],
23+
"name": "implementation",
24+
"outputs": [
25+
{
26+
"internalType": "address",
27+
"name": "",
28+
"type": "address"
29+
}
30+
],
31+
"stateMutability": "view",
32+
"type": "function"
33+
},
34+
{
35+
"stateMutability": "payable",
36+
"type": "receive"
37+
}
38+
],
39+
"bytecode": "0x608060405234801561001057600080fd5b5060405161017738038061017783398101604081905261002f91610054565b600080546001600160a01b0319166001600160a01b0392909216919091179055610084565b60006020828403121561006657600080fd5b81516001600160a01b038116811461007d57600080fd5b9392505050565b60e5806100926000396000f3fe608060405260043610601f5760003560e01c80635c60da1b14603157602b565b36602b5760296085565b005b60296085565b348015603c57600080fd5b50600054605c9073ffffffffffffffffffffffffffffffffffffffff1681565b60405173ffffffffffffffffffffffffffffffffffffffff909116815260200160405180910390f35b60008054905060405136600082376000803683855af43d806000843e81801560ab578184f35b8184fdfea26469706673582212203a2bb48cef278a2793bbb9cb859ac6e2c01deb54cbbd6ac13427b715b78bcd5e64736f6c63430008100033",
40+
"deployedBytecode": "0x608060405260043610601f5760003560e01c80635c60da1b14603157602b565b36602b5760296085565b005b60296085565b348015603c57600080fd5b50600054605c9073ffffffffffffffffffffffffffffffffffffffff1681565b60405173ffffffffffffffffffffffffffffffffffffffff909116815260200160405180910390f35b60008054905060405136600082376000803683855af43d806000843e81801560ab578184f35b8184fdfea26469706673582212203a2bb48cef278a2793bbb9cb859ac6e2c01deb54cbbd6ac13427b715b78bcd5e64736f6c63430008100033",
41+
"linkReferences": {},
42+
"deployedLinkReferences": {}
43+
}
Lines changed: 53 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,53 @@
1+
{
2+
"_format": "hh-sol-artifact-1",
3+
"contractName": "WrapperErrors",
4+
"sourceName": "contracts/utils/WrapperErrors.sol",
5+
"abi": [
6+
{
7+
"inputs": [],
8+
"name": "InvalidERC1155Received",
9+
"type": "error"
10+
},
11+
{
12+
"inputs": [],
13+
"name": "InvalidInitialization",
14+
"type": "error"
15+
},
16+
{
17+
"inputs": [],
18+
"name": "UnsupportedMethod",
19+
"type": "error"
20+
},
21+
{
22+
"inputs": [
23+
{
24+
"internalType": "address",
25+
"name": "tokenAddr",
26+
"type": "address"
27+
},
28+
{
29+
"internalType": "address",
30+
"name": "wrapperAddr",
31+
"type": "address"
32+
}
33+
],
34+
"name": "WrapperAlreadyCreated",
35+
"type": "error"
36+
},
37+
{
38+
"inputs": [
39+
{
40+
"internalType": "address",
41+
"name": "tokenAddr",
42+
"type": "address"
43+
}
44+
],
45+
"name": "WrapperCreationFailed",
46+
"type": "error"
47+
}
48+
],
49+
"bytecode": "0x",
50+
"deployedBytecode": "0x",
51+
"linkReferences": {},
52+
"deployedLinkReferences": {}
53+
}

0 commit comments

Comments
 (0)