250x250
Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 |
Tags
- graphQL
- 삶
- express.js
- CLASS
- useState
- Props
- hardhat
- CSS
- Interface
- evm
- tailwindcss
- Ethereum
- error
- web
- REACT
- typeScript
- 기준
- nextJS
- node.js
- solidity
- HTML
- built in object
- bitcoin
- API
- Redux
- blockchain
- JavaScript
- concept
- middleware
- SSR
Archives
- Today
- Total
목록Blockchain/Error (1)
ReasonJun
remix error : Gas estimation errored with the following message (see below). The transaction execution will likely fail. Do you want to force sending?Returned error: {"jsonrpc":"2.0","error":"invalid opcode: PUSH0","id":2856340128754333}
The error message invalid opcode: PUSH0 means that the Ethereum Virtual Machine (EVM) does not recognize the PUSH0 opcode. This opcode was introduced in Solidity compiler version 0.8.20, but it is not yet supported by all EVM implementations. If you are trying to deploy a contract that uses the PUSH0 opcode, you will need to make sure that you are deploying it to an EVM implementation that suppo..
Blockchain/Error
2023. 10. 19. 15:08