File tree Expand file tree Collapse file tree 2 files changed +1
-18
lines changed Expand file tree Collapse file tree 2 files changed +1
-18
lines changed Original file line number Diff line number Diff 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;
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments