일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 | 31 |
Tags
- rust 기초
- ethers websocket
- Vue.js
- vue기초
- 계정추상화
- SBT표준
- Vue
- ethers
- 컨트렉트 동일한 함수이름 호출
- ethers type
- 러스트기초
- redux 기초
- 스마트 컨트렉트 함수이름 중복
- 머신러닝기초
- multicall
- 스마트컨트렉트 함수이름 중복 호출
- erc4337
- ambiguous function description
- 오블완
- erc4337 contract
- redux toolkit 설명
- 러스트 기초
- 러스트 기초 학습
- ethers typescript
- 스마트컨트렉트 예약어 함수이름 중복
- 체인의정석
- 티스토리챌린지
- ethers v6
- git rebase
- chainlink 설명
Archives
- Today
- Total
목록reverted with panic code 0x32 (1)
체인의정석
solidity error : reverted with panic code 0x32, 동적 배열 사용시 발생하는에러
Error: VM Exception while processing transaction: reverted with panic code 0x32 (Array accessed at an out-of-bounds or negative index) 해당 에러는 solidity에서 동적 배열안에 인덱스를 걸어서 요소를 넣을 때 발생한다. https://ethereum.stackexchange.com/questions/125089/error-vm-exception-while-processing-transaction-reverted-with-panic-code-0x32 Error: VM Exception while processing transaction: reverted with panic code 0x32 (Ar..
블록체인/Solidity
2024. 1. 12. 16:48