|
|
@ -168,13 +168,19 @@ export const VerifyView: React.FC<Props> = ({ |
|
|
|
value={item.name} |
|
|
|
value={item.name} |
|
|
|
disabled={true} |
|
|
|
disabled={true} |
|
|
|
/> |
|
|
|
/> |
|
|
|
<Field |
|
|
|
<CustomTooltip |
|
|
|
className="form-control m-1" |
|
|
|
tooltipText={`value of ${item.name}`} |
|
|
|
type="text" |
|
|
|
tooltipId={`etherscan-constructor-value${index}`} |
|
|
|
key={`contractArgValue${index}`} |
|
|
|
placement='top' |
|
|
|
name={`contractArgValue${index}`} |
|
|
|
> |
|
|
|
placeholder={item.type} |
|
|
|
<Field |
|
|
|
/> |
|
|
|
className="form-control m-1" |
|
|
|
|
|
|
|
type="text" |
|
|
|
|
|
|
|
key={`contractArgValue${index}`} |
|
|
|
|
|
|
|
name={`contractArgValue${index}`} |
|
|
|
|
|
|
|
placeholder={item.type} |
|
|
|
|
|
|
|
/> |
|
|
|
|
|
|
|
</CustomTooltip> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
)} |
|
|
|
)} |
|
|
|
)} |
|
|
|
)} |
|
|
|