Solidity - Error
Error An error will undo all changes made to the state during a transaction. 오류가 발생하면 트랜잭션 중에 상태가 변경된 내용이 모두 취소됩니다. You can throw an error by calling require, revert or assert. require, revert 또는 assert를 호출하여 오류를 발생시킬 수 있습니다. require is used to validate inputs and conditions before execution. require는 실행 전에 입력 및 조건을 검증하는 데 사용됩니다. revert is similar to require. See the code below for details. reve..
Programming Language/Solidity
2022. 12. 27. 19:32