File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -126,8 +126,8 @@ contract SignatureDrop is
126126 return bytes32 ("SignatureDrop " );
127127 }
128128
129- function contractVersion () external pure returns (uint256 ) {
130- return 2 ;
129+ function contractVersion () external pure returns (uint8 ) {
130+ return uint8 ( 2 ) ;
131131 }
132132
133133 /*///////////////////////////////////////////////////////////////
Original file line number Diff line number Diff line change @@ -164,7 +164,7 @@ function contractURI() external view returns (string)
164164### contractVersion
165165
166166``` solidity
167- function contractVersion() external pure returns (uint256 )
167+ function contractVersion() external pure returns (uint8 )
168168```
169169
170170
@@ -176,7 +176,7 @@ function contractVersion() external pure returns (uint256)
176176
177177| Name | Type | Description |
178178| ---| ---| ---|
179- | _ 0 | uint256 | undefined
179+ | _ 0 | uint8 | undefined
180180
181181### encryptDecrypt
182182
You can’t perform that action at this time.
0 commit comments