@artblocks/contracts 1.0.4 → 1.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (120) hide show
  1. package/README.md +2 -2
  2. package/artifacts/contracts/AdminACLV1.sol/AdminACLV1.json +2 -2
  3. package/artifacts/contracts/DependencyRegistryV0.sol/DependencyRegistryV0.json +97 -10
  4. package/artifacts/contracts/GenArt721CoreV3.sol/GenArt721CoreV3.json +4 -4
  5. package/artifacts/contracts/engine/V3/GenArt721CoreV3_Engine.sol/GenArt721CoreV3_Engine.json +4 -9
  6. package/artifacts/contracts/engine/V3/GenArt721CoreV3_Engine_Flex.sol/GenArt721CoreV3_Engine_Flex.json +4 -9
  7. package/artifacts/contracts/engine/V3/forks/GenArt721CoreV3_Engine_Flex_PROOF.sol/GenArt721CoreV3_Engine_Flex_PROOF.json +4 -9
  8. package/artifacts/contracts/engine/V3/forks/PROHIBITION/GenArt721CoreV3_Engine_Flex_PROHIBITION.sol/GenArt721CoreV3_Engine_Flex_PROHIBITION.json +4 -9
  9. package/artifacts/contracts/engine-registry/CoreRegistryV1.sol/CoreRegistryV1.json +12 -12
  10. package/artifacts/contracts/explorations/GenArt721CoreV3_Explorations.sol/GenArt721CoreV3_Explorations.json +4 -4
  11. package/artifacts/contracts/interfaces/v0.8.x/ICoreRegistryV1.sol/ICoreRegistryV1.json +6 -6
  12. package/artifacts/contracts/interfaces/v0.8.x/IDependencyRegistryV0.sol/IDependencyRegistryV0.json +19 -0
  13. package/artifacts/contracts/interfaces/v0.8.x/IMinterFilterV1.sol/IMinterFilterV1.json +22 -22
  14. package/artifacts/contracts/interfaces/v0.8.x/ISharedMinterDAExpSettlementV0.sol/ISharedMinterDAExpSettlementV0.json +8 -101
  15. package/artifacts/contracts/interfaces/v0.8.x/ISharedMinterDAExpV0.sol/ISharedMinterDAExpV0.json +1 -57
  16. package/artifacts/contracts/interfaces/v0.8.x/ISharedMinterDALinV0.sol/ISharedMinterDALinV0.json +1 -57
  17. package/artifacts/contracts/interfaces/v0.8.x/ISharedMinterDAV0.sol/ISharedMinterDAV0.json +2 -21
  18. package/artifacts/contracts/interfaces/v0.8.x/ISharedMinterHolderERC20V0.sol/ISharedMinterHolderERC20V0.json +158 -0
  19. package/artifacts/contracts/interfaces/v0.8.x/ISharedMinterHolderV0.sol/ISharedMinterHolderV0.json +15 -90
  20. package/artifacts/contracts/interfaces/v0.8.x/ISharedMinterMerkleV0.sol/ISharedMinterMerkleV0.json +10 -36
  21. package/artifacts/contracts/interfaces/v0.8.x/ISharedMinterSEAV0.sol/ISharedMinterSEAV0.json +4 -236
  22. package/artifacts/contracts/interfaces/v0.8.x/ISharedMinterSimplePurchaseV0.sol/ISharedMinterSimplePurchaseV0.json +5 -5
  23. package/artifacts/contracts/interfaces/v0.8.x/ISharedMinterV0.sol/ISharedMinterV0.json +7 -423
  24. package/artifacts/contracts/interfaces/v0.8.x/ISharedRandomizerV0.sol/ISharedRandomizerV0.json +17 -17
  25. package/artifacts/contracts/libs/v0.8.x/ABHelpers.sol/ABHelpers.json +2 -2
  26. package/artifacts/contracts/libs/v0.8.x/AuthLib.sol/AuthLib.json +2 -2
  27. package/artifacts/contracts/libs/v0.8.x/Bytes32Strings.sol/Bytes32Strings.json +2 -2
  28. package/artifacts/contracts/libs/v0.8.x/minter-libs/DAExpLib.sol/DAExpLib.json +60 -3
  29. package/artifacts/contracts/libs/v0.8.x/minter-libs/DALib.sol/DALib.json +30 -0
  30. package/artifacts/contracts/libs/v0.8.x/minter-libs/DALinLib.sol/DALinLib.json +60 -3
  31. package/artifacts/contracts/libs/v0.8.x/minter-libs/GenericMinterEventsLib.sol/GenericMinterEventsLib.json +346 -0
  32. package/artifacts/contracts/libs/v0.8.x/minter-libs/MaxInvocationsLib.sol/MaxInvocationsLib.json +29 -3
  33. package/artifacts/contracts/libs/v0.8.x/minter-libs/MerkleLib.sol/MerkleLib.json +30 -3
  34. package/artifacts/contracts/libs/v0.8.x/minter-libs/PolyptychLib.sol/PolyptychLib.json +2 -2
  35. package/artifacts/contracts/libs/v0.8.x/minter-libs/SEALib.sol/SEALib.json +254 -3
  36. package/artifacts/contracts/libs/v0.8.x/minter-libs/SetPriceLib.sol/SetPriceLib.json +48 -3
  37. package/artifacts/contracts/libs/v0.8.x/minter-libs/SettlementExpLib.sol/SettlementExpLib.json +41 -3
  38. package/artifacts/contracts/libs/v0.8.x/minter-libs/SplitFundsLib.sol/SplitFundsLib.json +35 -3
  39. package/artifacts/contracts/libs/v0.8.x/minter-libs/TokenHolderLib.sol/TokenHolderLib.json +79 -3
  40. package/artifacts/contracts/minter-suite/MinterFilter/MinterFilterV1.sol/MinterFilterV1.json +2 -2
  41. package/artifacts/contracts/minter-suite/MinterFilter/MinterFilterV2.sol/MinterFilterV2.json +41 -41
  42. package/artifacts/contracts/minter-suite/Minters/MinterDAExpHolderV5.sol/MinterDAExpHolderV5.json +66 -632
  43. package/artifacts/contracts/minter-suite/Minters/MinterDAExpSettlementV2.sol/MinterDAExpSettlementV2.json +2 -20
  44. package/artifacts/contracts/minter-suite/Minters/MinterDAExpSettlementV3.sol/MinterDAExpSettlementV3.json +67 -594
  45. package/artifacts/contracts/minter-suite/Minters/MinterDAExpV5.sol/MinterDAExpV5.json +33 -524
  46. package/artifacts/contracts/minter-suite/Minters/MinterDALinHolderV5.sol/MinterDALinHolderV5.json +66 -632
  47. package/artifacts/contracts/minter-suite/Minters/MinterDALinV5.sol/MinterDALinV5.json +33 -524
  48. package/artifacts/contracts/minter-suite/Minters/MinterSEAV1.sol/MinterSEAV1.json +51 -717
  49. package/artifacts/contracts/minter-suite/Minters/MinterSetPriceERC20V5.sol/MinterSetPriceERC20V5.json +58 -454
  50. package/artifacts/contracts/minter-suite/Minters/MinterSetPriceHolderV5.sol/MinterSetPriceHolderV5.json +61 -552
  51. package/artifacts/contracts/minter-suite/Minters/MinterSetPriceMerkleV5.sol/MinterSetPriceMerkleV5.json +55 -497
  52. package/artifacts/contracts/minter-suite/Minters/MinterSetPricePolyptychERC20V5.sol/MinterSetPricePolyptychERC20V5.json +110 -571
  53. package/artifacts/contracts/minter-suite/Minters/MinterSetPricePolyptychV5.sol/MinterSetPricePolyptychV5.json +69 -560
  54. package/artifacts/contracts/minter-suite/Minters/MinterSetPriceV5.sol/MinterSetPriceV5.json +28 -444
  55. package/artifacts/contracts/mock/DummySharedMinter.sol/DummySharedMinter.json +2 -2
  56. package/artifacts/contracts/mock/GenArt721CoreV3_Engine_IncorrectCoreType.sol/GenArt721CoreV3_Engine_IncorrectCoreType.json +4 -9
  57. package/artifacts/contracts/mock/OriginRegisterMock.sol/OriginRegisterMock.json +2 -2
  58. package/artifacts/contracts/mock/ReentrancyHolderMockShared.sol/ReentrancyHolderMockShared.json +136 -0
  59. package/artifacts/contracts/mock/ReentrancyMerkleMockShared.sol/ReentrancyMerkleMockShared.json +105 -0
  60. package/artifacts/contracts/mock/ReentrancyMockShared.sol/ReentrancyMockShared.json +100 -0
  61. package/artifacts/contracts/mock/ReentrancySEAMockShared.sol/ReentrancySEAAutoBidderMockShared.json +69 -0
  62. package/artifacts/contracts/randomizer/shared/SharedRandomizerV0.sol/SharedRandomizerV0.json +19 -19
  63. package/contracts/DependencyRegistryV0.sol +84 -16
  64. package/contracts/archive/readme.md +16 -0
  65. package/contracts/engine/README.md +21 -0
  66. package/contracts/engine/V3/GenArt721CoreV3_Engine.sol +4 -10
  67. package/contracts/engine/V3/GenArt721CoreV3_Engine_Flex.sol +4 -10
  68. package/contracts/engine/V3/forks/GenArt721CoreV3_Engine_Flex_PROOF.sol +4 -10
  69. package/contracts/engine/V3/forks/PROHIBITION/GenArt721CoreV3_Engine_Flex_PROHIBITION.sol +4 -10
  70. package/contracts/engine-registry/CoreRegistryV1.sol +58 -65
  71. package/contracts/interfaces/v0.8.x/ICoreRegistryV1.sol +6 -8
  72. package/contracts/interfaces/v0.8.x/IDependencyRegistryV0.sol +3 -0
  73. package/contracts/interfaces/v0.8.x/IMinterFilterV1.sol +25 -25
  74. package/contracts/interfaces/v0.8.x/ISharedMinterDAExpSettlementV0.sol +11 -20
  75. package/contracts/interfaces/v0.8.x/ISharedMinterDAExpV0.sol +1 -14
  76. package/contracts/interfaces/v0.8.x/ISharedMinterDALinV0.sol +1 -15
  77. package/contracts/interfaces/v0.8.x/ISharedMinterDAV0.sol +2 -8
  78. package/contracts/interfaces/v0.8.x/ISharedMinterHolderERC20V0.sol +47 -0
  79. package/contracts/interfaces/v0.8.x/ISharedMinterHolderV0.sol +15 -43
  80. package/contracts/interfaces/v0.8.x/ISharedMinterMerkleV0.sol +10 -20
  81. package/contracts/interfaces/v0.8.x/ISharedMinterSEAV0.sol +4 -67
  82. package/contracts/interfaces/v0.8.x/ISharedMinterSimplePurchaseV0.sol +5 -5
  83. package/contracts/interfaces/v0.8.x/ISharedMinterV0.sol +7 -155
  84. package/contracts/interfaces/v0.8.x/ISharedRandomizerV0.sol +37 -37
  85. package/contracts/libs/v0.8.x/ABHelpers.sol +14 -14
  86. package/contracts/libs/v0.8.x/AuthLib.sol +101 -102
  87. package/contracts/libs/v0.8.x/Bytes32Strings.sol +5 -5
  88. package/contracts/libs/v0.8.x/minter-libs/DAExpLib.sol +163 -38
  89. package/contracts/libs/v0.8.x/minter-libs/DALib.sol +26 -0
  90. package/contracts/libs/v0.8.x/minter-libs/DALinLib.sol +144 -37
  91. package/contracts/libs/v0.8.x/minter-libs/GenericMinterEventsLib.sol +171 -0
  92. package/contracts/libs/v0.8.x/minter-libs/MaxInvocationsLib.sol +250 -110
  93. package/contracts/libs/v0.8.x/minter-libs/MerkleLib.sol +257 -48
  94. package/contracts/libs/v0.8.x/minter-libs/PolyptychLib.sol +138 -58
  95. package/contracts/libs/v0.8.x/minter-libs/SEALib.sol +778 -103
  96. package/contracts/libs/v0.8.x/minter-libs/SetPriceLib.sol +135 -13
  97. package/contracts/libs/v0.8.x/minter-libs/SettlementExpLib.sol +567 -187
  98. package/contracts/libs/v0.8.x/minter-libs/SplitFundsLib.sol +480 -322
  99. package/contracts/libs/v0.8.x/minter-libs/TokenHolderLib.sol +214 -76
  100. package/contracts/minter-suite/MinterFilter/MinterFilterV2.sol +347 -304
  101. package/contracts/minter-suite/Minters/MinterDAExpHolderV5.sol +391 -491
  102. package/contracts/minter-suite/Minters/MinterDAExpSettlementV2.sol +1 -54
  103. package/contracts/minter-suite/Minters/MinterDAExpSettlementV3.sol +388 -628
  104. package/contracts/minter-suite/Minters/MinterDAExpV5.sol +212 -273
  105. package/contracts/minter-suite/Minters/MinterDALinHolderV5.sol +393 -488
  106. package/contracts/minter-suite/Minters/MinterDALinV5.sol +220 -277
  107. package/contracts/minter-suite/Minters/MinterSEAV1.sol +327 -664
  108. package/contracts/minter-suite/Minters/MinterSetPriceERC20V5.sol +278 -303
  109. package/contracts/minter-suite/Minters/MinterSetPriceHolderV5.sol +355 -446
  110. package/contracts/minter-suite/Minters/MinterSetPriceMerkleV5.sol +328 -416
  111. package/contracts/minter-suite/Minters/MinterSetPricePolyptychERC20V5.sol +538 -622
  112. package/contracts/minter-suite/Minters/MinterSetPricePolyptychV5.sol +429 -553
  113. package/contracts/minter-suite/Minters/MinterSetPriceV5.sol +180 -227
  114. package/contracts/mock/GenArt721CoreV3_Engine_IncorrectCoreType.sol +3 -10
  115. package/contracts/mock/ReentrancyHolderMockShared.sol +59 -0
  116. package/contracts/mock/ReentrancyMerkleMockShared.sol +58 -0
  117. package/contracts/mock/ReentrancyMockShared.sol +48 -0
  118. package/contracts/mock/ReentrancySEAMockShared.sol +40 -0
  119. package/contracts/randomizer/shared/SharedRandomizerV0.sol +78 -70
  120. package/package.json +39 -33
@@ -0,0 +1,158 @@
1
+ {
2
+ "_format": "hh-sol-artifact-1",
3
+ "contractName": "ISharedMinterHolderERC20V0",
4
+ "sourceName": "contracts/interfaces/v0.8.x/ISharedMinterHolderERC20V0.sol",
5
+ "abi": [
6
+ {
7
+ "inputs": [
8
+ {
9
+ "internalType": "uint256",
10
+ "name": "projectId",
11
+ "type": "uint256"
12
+ },
13
+ {
14
+ "internalType": "address",
15
+ "name": "coreContract",
16
+ "type": "address"
17
+ },
18
+ {
19
+ "internalType": "uint256",
20
+ "name": "maxPricePerToken",
21
+ "type": "uint256"
22
+ },
23
+ {
24
+ "internalType": "address",
25
+ "name": "currencyAddress",
26
+ "type": "address"
27
+ },
28
+ {
29
+ "internalType": "address",
30
+ "name": "ownedNFTAddress",
31
+ "type": "address"
32
+ },
33
+ {
34
+ "internalType": "uint256",
35
+ "name": "ownedNFTTokenId",
36
+ "type": "uint256"
37
+ }
38
+ ],
39
+ "name": "purchase",
40
+ "outputs": [
41
+ {
42
+ "internalType": "uint256",
43
+ "name": "tokenId",
44
+ "type": "uint256"
45
+ }
46
+ ],
47
+ "stateMutability": "nonpayable",
48
+ "type": "function"
49
+ },
50
+ {
51
+ "inputs": [
52
+ {
53
+ "internalType": "address",
54
+ "name": "to",
55
+ "type": "address"
56
+ },
57
+ {
58
+ "internalType": "uint256",
59
+ "name": "projectId",
60
+ "type": "uint256"
61
+ },
62
+ {
63
+ "internalType": "address",
64
+ "name": "coreContract",
65
+ "type": "address"
66
+ },
67
+ {
68
+ "internalType": "uint256",
69
+ "name": "maxPricePerToken",
70
+ "type": "uint256"
71
+ },
72
+ {
73
+ "internalType": "address",
74
+ "name": "currencyAddress",
75
+ "type": "address"
76
+ },
77
+ {
78
+ "internalType": "address",
79
+ "name": "ownedNFTAddress",
80
+ "type": "address"
81
+ },
82
+ {
83
+ "internalType": "uint256",
84
+ "name": "ownedNFTTokenId",
85
+ "type": "uint256"
86
+ },
87
+ {
88
+ "internalType": "address",
89
+ "name": "vault",
90
+ "type": "address"
91
+ }
92
+ ],
93
+ "name": "purchaseTo",
94
+ "outputs": [
95
+ {
96
+ "internalType": "uint256",
97
+ "name": "tokenId",
98
+ "type": "uint256"
99
+ }
100
+ ],
101
+ "stateMutability": "nonpayable",
102
+ "type": "function"
103
+ },
104
+ {
105
+ "inputs": [
106
+ {
107
+ "internalType": "address",
108
+ "name": "to",
109
+ "type": "address"
110
+ },
111
+ {
112
+ "internalType": "uint256",
113
+ "name": "projectId",
114
+ "type": "uint256"
115
+ },
116
+ {
117
+ "internalType": "address",
118
+ "name": "coreContract",
119
+ "type": "address"
120
+ },
121
+ {
122
+ "internalType": "uint256",
123
+ "name": "maxPricePerToken",
124
+ "type": "uint256"
125
+ },
126
+ {
127
+ "internalType": "address",
128
+ "name": "currencyAddress",
129
+ "type": "address"
130
+ },
131
+ {
132
+ "internalType": "address",
133
+ "name": "ownedNFTAddress",
134
+ "type": "address"
135
+ },
136
+ {
137
+ "internalType": "uint256",
138
+ "name": "ownedNFTTokenId",
139
+ "type": "uint256"
140
+ }
141
+ ],
142
+ "name": "purchaseTo",
143
+ "outputs": [
144
+ {
145
+ "internalType": "uint256",
146
+ "name": "tokenId",
147
+ "type": "uint256"
148
+ }
149
+ ],
150
+ "stateMutability": "nonpayable",
151
+ "type": "function"
152
+ }
153
+ ],
154
+ "bytecode": "0x",
155
+ "deployedBytecode": "0x",
156
+ "linkReferences": {},
157
+ "deployedLinkReferences": {}
158
+ }
@@ -4,100 +4,25 @@
4
4
  "sourceName": "contracts/interfaces/v0.8.x/ISharedMinterHolderV0.sol",
5
5
  "abi": [
6
6
  {
7
- "anonymous": false,
8
7
  "inputs": [
9
8
  {
10
- "indexed": true,
11
9
  "internalType": "uint256",
12
- "name": "_projectId",
10
+ "name": "projectId",
13
11
  "type": "uint256"
14
12
  },
15
13
  {
16
- "indexed": true,
17
14
  "internalType": "address",
18
- "name": "_coreContract",
19
- "type": "address"
20
- },
21
- {
22
- "indexed": false,
23
- "internalType": "address[]",
24
- "name": "_ownedNFTAddresses",
25
- "type": "address[]"
26
- },
27
- {
28
- "indexed": false,
29
- "internalType": "uint256[]",
30
- "name": "_ownedNFTProjectIds",
31
- "type": "uint256[]"
32
- }
33
- ],
34
- "name": "AllowedHoldersOfProjects",
35
- "type": "event"
36
- },
37
- {
38
- "anonymous": false,
39
- "inputs": [
40
- {
41
- "indexed": false,
42
- "internalType": "address",
43
- "name": "delegationRegistry",
44
- "type": "address"
45
- }
46
- ],
47
- "name": "DelegationRegistryUpdated",
48
- "type": "event"
49
- },
50
- {
51
- "anonymous": false,
52
- "inputs": [
53
- {
54
- "indexed": true,
55
- "internalType": "uint256",
56
- "name": "_projectId",
57
- "type": "uint256"
58
- },
59
- {
60
- "indexed": true,
61
- "internalType": "address",
62
- "name": "_coreContract",
63
- "type": "address"
64
- },
65
- {
66
- "indexed": false,
67
- "internalType": "address[]",
68
- "name": "_ownedNFTAddresses",
69
- "type": "address[]"
70
- },
71
- {
72
- "indexed": false,
73
- "internalType": "uint256[]",
74
- "name": "_ownedNFTProjectIds",
75
- "type": "uint256[]"
76
- }
77
- ],
78
- "name": "RemovedHoldersOfProjects",
79
- "type": "event"
80
- },
81
- {
82
- "inputs": [
83
- {
84
- "internalType": "uint256",
85
- "name": "_projectId",
86
- "type": "uint256"
87
- },
88
- {
89
- "internalType": "address",
90
- "name": "_coreContract",
15
+ "name": "coreContract",
91
16
  "type": "address"
92
17
  },
93
18
  {
94
19
  "internalType": "address",
95
- "name": "_ownedNFTAddress",
20
+ "name": "ownedNFTAddress",
96
21
  "type": "address"
97
22
  },
98
23
  {
99
24
  "internalType": "uint256",
100
- "name": "_ownedNFTTokenId",
25
+ "name": "ownedNFTTokenId",
101
26
  "type": "uint256"
102
27
  }
103
28
  ],
@@ -116,32 +41,32 @@
116
41
  "inputs": [
117
42
  {
118
43
  "internalType": "address",
119
- "name": "_to",
44
+ "name": "to",
120
45
  "type": "address"
121
46
  },
122
47
  {
123
48
  "internalType": "uint256",
124
- "name": "_projectId",
49
+ "name": "projectId",
125
50
  "type": "uint256"
126
51
  },
127
52
  {
128
53
  "internalType": "address",
129
- "name": "_coreContract",
54
+ "name": "coreContract",
130
55
  "type": "address"
131
56
  },
132
57
  {
133
58
  "internalType": "address",
134
- "name": "_ownedNFTAddress",
59
+ "name": "ownedNFTAddress",
135
60
  "type": "address"
136
61
  },
137
62
  {
138
63
  "internalType": "uint256",
139
- "name": "_ownedNFTTokenId",
64
+ "name": "ownedNFTTokenId",
140
65
  "type": "uint256"
141
66
  },
142
67
  {
143
68
  "internalType": "address",
144
- "name": "_vault",
69
+ "name": "vault",
145
70
  "type": "address"
146
71
  }
147
72
  ],
@@ -160,27 +85,27 @@
160
85
  "inputs": [
161
86
  {
162
87
  "internalType": "address",
163
- "name": "_to",
88
+ "name": "to",
164
89
  "type": "address"
165
90
  },
166
91
  {
167
92
  "internalType": "uint256",
168
- "name": "_projectId",
93
+ "name": "projectId",
169
94
  "type": "uint256"
170
95
  },
171
96
  {
172
97
  "internalType": "address",
173
- "name": "_coreContract",
98
+ "name": "coreContract",
174
99
  "type": "address"
175
100
  },
176
101
  {
177
102
  "internalType": "address",
178
- "name": "_ownedNFTAddress",
103
+ "name": "ownedNFTAddress",
179
104
  "type": "address"
180
105
  },
181
106
  {
182
107
  "internalType": "uint256",
183
- "name": "_ownedNFTTokenId",
108
+ "name": "ownedNFTTokenId",
184
109
  "type": "uint256"
185
110
  }
186
111
  ],
@@ -4,46 +4,20 @@
4
4
  "sourceName": "contracts/interfaces/v0.8.x/ISharedMinterMerkleV0.sol",
5
5
  "abi": [
6
6
  {
7
- "anonymous": false,
8
7
  "inputs": [
9
8
  {
10
- "indexed": false,
11
9
  "internalType": "uint256",
12
- "name": "defaultMaxInvocationsPerAddress",
13
- "type": "uint256"
14
- }
15
- ],
16
- "name": "DefaultMaxInvocationsPerAddress",
17
- "type": "event"
18
- },
19
- {
20
- "anonymous": false,
21
- "inputs": [
22
- {
23
- "indexed": false,
24
- "internalType": "address",
25
- "name": "delegationRegistry",
26
- "type": "address"
27
- }
28
- ],
29
- "name": "DelegationRegistryUpdated",
30
- "type": "event"
31
- },
32
- {
33
- "inputs": [
34
- {
35
- "internalType": "uint256",
36
- "name": "_projectId",
10
+ "name": "projectId",
37
11
  "type": "uint256"
38
12
  },
39
13
  {
40
14
  "internalType": "address",
41
- "name": "_coreContract",
15
+ "name": "coreContract",
42
16
  "type": "address"
43
17
  },
44
18
  {
45
19
  "internalType": "bytes32[]",
46
- "name": "_proof",
20
+ "name": "proof",
47
21
  "type": "bytes32[]"
48
22
  }
49
23
  ],
@@ -62,22 +36,22 @@
62
36
  "inputs": [
63
37
  {
64
38
  "internalType": "address",
65
- "name": "_to",
39
+ "name": "to",
66
40
  "type": "address"
67
41
  },
68
42
  {
69
43
  "internalType": "uint256",
70
- "name": "_projectId",
44
+ "name": "projectId",
71
45
  "type": "uint256"
72
46
  },
73
47
  {
74
48
  "internalType": "address",
75
- "name": "_coreContract",
49
+ "name": "coreContract",
76
50
  "type": "address"
77
51
  },
78
52
  {
79
53
  "internalType": "bytes32[]",
80
- "name": "_proof",
54
+ "name": "proof",
81
55
  "type": "bytes32[]"
82
56
  }
83
57
  ],
@@ -96,17 +70,17 @@
96
70
  "inputs": [
97
71
  {
98
72
  "internalType": "uint256",
99
- "name": "_projectId",
73
+ "name": "projectId",
100
74
  "type": "uint256"
101
75
  },
102
76
  {
103
77
  "internalType": "address",
104
- "name": "_coreContract",
78
+ "name": "coreContract",
105
79
  "type": "address"
106
80
  },
107
81
  {
108
82
  "internalType": "bytes32",
109
- "name": "_root",
83
+ "name": "root",
110
84
  "type": "bytes32"
111
85
  }
112
86
  ],
@@ -4,254 +4,22 @@
4
4
  "sourceName": "contracts/interfaces/v0.8.x/ISharedMinterSEAV0.sol",
5
5
  "abi": [
6
6
  {
7
- "anonymous": false,
8
7
  "inputs": [
9
8
  {
10
- "indexed": true,
11
- "internalType": "uint256",
12
- "name": "tokenId",
13
- "type": "uint256"
14
- },
15
- {
16
- "indexed": true,
17
- "internalType": "address",
18
- "name": "coreContract",
19
- "type": "address"
20
- },
21
- {
22
- "indexed": true,
23
- "internalType": "address",
24
- "name": "bidder",
25
- "type": "address"
26
- },
27
- {
28
- "indexed": false,
29
- "internalType": "uint256",
30
- "name": "bidAmount",
31
- "type": "uint256"
32
- }
33
- ],
34
- "name": "AuctionBid",
35
- "type": "event"
36
- },
37
- {
38
- "anonymous": false,
39
- "inputs": [
40
- {
41
- "indexed": true,
42
- "internalType": "uint256",
43
- "name": "tokenId",
44
- "type": "uint256"
45
- },
46
- {
47
- "indexed": true,
48
- "internalType": "address",
49
- "name": "coreContract",
50
- "type": "address"
51
- },
52
- {
53
- "indexed": true,
54
- "internalType": "address",
55
- "name": "bidder",
56
- "type": "address"
57
- },
58
- {
59
- "indexed": false,
60
- "internalType": "uint256",
61
- "name": "bidAmount",
62
- "type": "uint256"
63
- },
64
- {
65
- "indexed": false,
66
- "internalType": "uint64",
67
- "name": "endTime",
68
- "type": "uint64"
69
- },
70
- {
71
- "indexed": false,
72
- "internalType": "uint8",
73
- "name": "minBidIncrementPercentage",
74
- "type": "uint8"
75
- }
76
- ],
77
- "name": "AuctionInitialized",
78
- "type": "event"
79
- },
80
- {
81
- "anonymous": false,
82
- "inputs": [
83
- {
84
- "indexed": true,
85
- "internalType": "uint256",
86
- "name": "tokenId",
87
- "type": "uint256"
88
- },
89
- {
90
- "indexed": true,
91
- "internalType": "address",
92
- "name": "coreContract",
93
- "type": "address"
94
- },
95
- {
96
- "indexed": true,
97
- "internalType": "address",
98
- "name": "winner",
99
- "type": "address"
100
- },
101
- {
102
- "indexed": false,
103
- "internalType": "uint256",
104
- "name": "price",
105
- "type": "uint256"
106
- }
107
- ],
108
- "name": "AuctionSettled",
109
- "type": "event"
110
- },
111
- {
112
- "anonymous": false,
113
- "inputs": [
114
- {
115
- "indexed": true,
116
- "internalType": "uint256",
117
- "name": "projectId",
118
- "type": "uint256"
119
- },
120
- {
121
- "indexed": true,
122
- "internalType": "address",
123
- "name": "coreContract",
124
- "type": "address"
125
- },
126
- {
127
- "indexed": false,
128
- "internalType": "uint64",
129
- "name": "timestampStart",
130
- "type": "uint64"
131
- },
132
- {
133
- "indexed": false,
134
- "internalType": "uint32",
135
- "name": "auctionDurationSeconds",
136
- "type": "uint32"
137
- },
138
- {
139
- "indexed": false,
140
- "internalType": "uint256",
141
- "name": "basePrice",
142
- "type": "uint256"
143
- },
144
- {
145
- "indexed": false,
146
- "internalType": "uint8",
147
- "name": "minBidIncrementPercentage",
148
- "type": "uint8"
149
- }
150
- ],
151
- "name": "ConfiguredFutureAuctions",
152
- "type": "event"
153
- },
154
- {
155
- "anonymous": false,
156
- "inputs": [
157
- {
158
- "indexed": false,
159
- "internalType": "uint256",
160
- "name": "minAuctionDurationSeconds",
161
- "type": "uint256"
162
- }
163
- ],
164
- "name": "MinAuctionDurationSecondsUpdated",
165
- "type": "event"
166
- },
167
- {
168
- "anonymous": false,
169
- "inputs": [
170
- {
171
- "indexed": false,
172
- "internalType": "uint24",
173
- "name": "refundGasLimit",
174
- "type": "uint24"
175
- }
176
- ],
177
- "name": "MinterRefundGasLimitUpdated",
178
- "type": "event"
179
- },
180
- {
181
- "anonymous": false,
182
- "inputs": [
183
- {
184
- "indexed": false,
185
- "internalType": "uint32",
186
- "name": "minterTimeBufferSeconds",
187
- "type": "uint32"
188
- }
189
- ],
190
- "name": "MinterTimeBufferUpdated",
191
- "type": "event"
192
- },
193
- {
194
- "anonymous": false,
195
- "inputs": [
196
- {
197
- "indexed": true,
198
- "internalType": "uint256",
199
- "name": "projectId",
200
- "type": "uint256"
201
- },
202
- {
203
- "indexed": true,
204
- "internalType": "address",
205
- "name": "coreContract",
206
- "type": "address"
207
- }
208
- ],
209
- "name": "ProjectNextTokenEjected",
210
- "type": "event"
211
- },
212
- {
213
- "anonymous": false,
214
- "inputs": [
215
- {
216
- "indexed": true,
217
- "internalType": "uint256",
218
- "name": "projectId",
219
- "type": "uint256"
220
- },
221
- {
222
- "indexed": true,
223
- "internalType": "address",
224
- "name": "coreContract",
225
- "type": "address"
226
- },
227
- {
228
- "indexed": false,
229
- "internalType": "uint256",
230
- "name": "tokenId",
231
- "type": "uint256"
232
- }
233
- ],
234
- "name": "ProjectNextTokenUpdated",
235
- "type": "event"
236
- },
237
- {
238
- "anonymous": false,
239
- "inputs": [
240
- {
241
- "indexed": true,
242
9
  "internalType": "uint256",
243
10
  "name": "projectId",
244
11
  "type": "uint256"
245
12
  },
246
13
  {
247
- "indexed": true,
248
14
  "internalType": "address",
249
15
  "name": "coreContract",
250
16
  "type": "address"
251
17
  }
252
18
  ],
253
- "name": "ResetAuctionDetails",
254
- "type": "event"
19
+ "name": "createBid",
20
+ "outputs": [],
21
+ "stateMutability": "payable",
22
+ "type": "function"
255
23
  }
256
24
  ],
257
25
  "bytecode": "0x",