Closed jxom closed 4 months ago
If a contract interaction is expected to revert, no information (ie. revert message) is shown to the user. I would expect the "Send" button to be disabled, with an error message shown to the user.
Can reproduce by performing mint(69) on this contract: https://etherscan.io/address/0xFBA3912Ca04dd458c843e2EE08967fC04f3579c2#writeContract.
mint(69)
https://github.com/enkryptcom/enKrypt/pull/470/commits/53e527b64b037ab7e7cbe09d65ce68d61257c108
fixed
If a contract interaction is expected to revert, no information (ie. revert message) is shown to the user. I would expect the "Send" button to be disabled, with an error message shown to the user.
Can reproduce by performing
mint(69)
on this contract: https://etherscan.io/address/0xFBA3912Ca04dd458c843e2EE08967fC04f3579c2#writeContract.