Skip to content

Commit b0d9dcb

Browse files
Krishang NadgaudaKrishang Nadgauda
authored andcommitted
turn thirdwebFee address private
1 parent 76b4896 commit b0d9dcb

File tree

2 files changed

+1
-18
lines changed

2 files changed

+1
-18
lines changed

contracts/drop/SignatureDrop.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ contract SignatureDrop is
6767
uint256 private constant MAX_BPS = 10_000;
6868

6969
/// @dev The thirdweb contract with fee related information.
70-
ITWFee public immutable thirdwebFee;
70+
ITWFee private immutable thirdwebFee;
7171

7272
/// @dev Owner of the contract (purpose: OpenSea compatibility)
7373
address private _owner;

docs/SignatureDrop.md

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -917,23 +917,6 @@ function symbol() external view returns (string)
917917
|---|---|---|
918918
| _0 | string | undefined
919919

920-
### thirdwebFee
921-
922-
```solidity
923-
function thirdwebFee() external view returns (contract ITWFee)
924-
```
925-
926-
927-
928-
*The thirdweb contract with fee related information.*
929-
930-
931-
#### Returns
932-
933-
| Name | Type | Description |
934-
|---|---|---|
935-
| _0 | contract ITWFee | undefined
936-
937920
### tokenURI
938921

939922
```solidity

0 commit comments

Comments
 (0)