File tree Expand file tree Collapse file tree 2 files changed +34
-0
lines changed Expand file tree Collapse file tree 2 files changed +34
-0
lines changed Original file line number Diff line number Diff line change @@ -1196,6 +1196,23 @@ event ClaimConditionsUpdated(IDropClaimCondition.ClaimCondition[] claimCondition
11961196| ---| ---| ---|
11971197| claimConditions | IDropClaimCondition.ClaimCondition[ ] | undefined |
11981198
1199+ ### ContractURIUpdated
1200+
1201+ ``` solidity
1202+ event ContractURIUpdated(string prevURI, string newURI)
1203+ ```
1204+
1205+
1206+
1207+
1208+
1209+ #### Parameters
1210+
1211+ | Name | Type | Description |
1212+ | ---| ---| ---|
1213+ | prevURI | string | undefined |
1214+ | newURI | string | undefined |
1215+
11991216### DelegateChanged
12001217
12011218``` solidity
Original file line number Diff line number Diff line change @@ -218,6 +218,23 @@ event ClaimConditionsUpdated(IDropClaimCondition.ClaimCondition[] claimCondition
218218| ---| ---| ---|
219219| claimConditions | IDropClaimCondition.ClaimCondition[ ] | undefined |
220220
221+ ### ContractURIUpdated
222+
223+ ``` solidity
224+ event ContractURIUpdated(string prevURI, string newURI)
225+ ```
226+
227+
228+
229+ * Emitted when the contract URI is updated.*
230+
231+ #### Parameters
232+
233+ | Name | Type | Description |
234+ | ---| ---| ---|
235+ | prevURI | string | undefined |
236+ | newURI | string | undefined |
237+
221238### MaxTotalSupplyUpdated
222239
223240``` solidity
You can’t perform that action at this time.
0 commit comments