Try & catch
Try/Catch
New concept in Solidity since Solidity 0.6, which allows for basic try/catch inside a Smart Contract. Before that you had to use constructs like address.call.
https://ethereum-blockchain-developer.com/027-exceptions/05-try-catch/
Last updated