Skip to content

Commit b594326

Browse files
Krishang NadgaudaKrishang Nadgauda
authored andcommitted
Drop docs update
1 parent e2c5ee3 commit b594326

File tree

2 files changed

+34
-0
lines changed

2 files changed

+34
-0
lines changed

docs/DropERC20.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff 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

docs/IDropERC20.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)