-
The latest contract and file structure was copied in Remix. Some custom modifications were made. For debugging purpose mintPriceCompliance was changed to below and the first require error is thrown. Also attached is the debug transaction output. ` modifier mintPriceCompliance(uint256 _mintAmount) { |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
In Remix you enter the eth amount of the total wei cost in the field 'value' in the DEPLOY AND RUN TRANSACTION of remix top left as in the image. |
Beta Was this translation helpful? Give feedback.
In Remix you enter the eth amount of the total wei cost in the field 'value' in the DEPLOY AND RUN TRANSACTION of remix top left as in the image.