일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- 프록시배포구조
- 스마트컨트렉트프록시
- 컨트렉트 배포 자동화
- 머신러닝기초
- ethers
- ethers typescript
- 티스토리챌린지
- nest.js설명
- 체인의정석
- 스마트컨트렉트 함수이름 중복 호출
- vue기초
- ethers websocket
- git rebase
- multicall
- SBT표준
- Vue
- 스마트컨트렉트테스트
- ambiguous function description
- 러스트 기초 학습
- ethers type
- 컨트렉트 동일한 함수이름 호출
- Vue.js
- 스마트컨트렉트 예약어 함수이름 중복
- chainlink 설명
- 스마트 컨트렉트 함수이름 중복
- rust 기초
- 오블완
- ethers v6
- 러스트기초
- 러스트 기초
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