| 일 | 월 | 화 | 수 | 목 | 금 | 토 |
|---|---|---|---|---|---|---|
| 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
- Vue.js
- 오블완
- 러스트 기초 학습
- cloud hsm
- 러스트 기초
- cloud hsm 사용하기
- 스마트컨트렉트 예약어 함수이름 중복
- 티스토리챌린지
- 머신러닝기초
- Vue
- ambiguous function description
- rust 기초
- ethers v6
- vue기초
- 컨트렉트 동일한 함수이름 호출
- ethers typescript
- 체인의정석
- 스마트컨트렉트 함수이름 중복 호출
- erc4337
- 계정추상화
- redux 기초
- git rebase
- SBT표준
- redux toolkit 설명
- ethers type
- 러스트기초
- cloud hsm 서명
- 스마트 컨트렉트 함수이름 중복
- erc4337 contract
- ethers websocket
Archives
- Today
- Total
체인의정석
스마트 컨트렉트 "Error: types/values length mismatch" 본문
728x90
해당 오류는 constructor의 인자 값이랑 실제 넣은 인자값의 개수가 다를 때 나는 에러이다.
위의 에러를 겪는다면 생성자의 인자값 개수를 다시 한번 살펴보자!
How to fix "Error: types/values length mismatch" in contract testing
I'm following an Ethereum Dapp tutorial on Udemy. I seem to stumble upon an error somewhere early in the course. I was about to deploy my beginner's contract and test it with Mocha when the problem
stackoverflow.com
728x90
반응형
'블록체인 > Solidity' 카테고리의 다른 글
| Solidity에서 자료형을 에러메세지에 넣는 방법 (0) | 2023.03.28 |
|---|---|
| Solidity에서 특정 Contract 타입 사용방법과 Storage를 지정하고 Interface Contract를 작성하는 방법 (0) | 2023.03.27 |
| Contract `` has a constructor Define an initializer instead (0) | 2023.02.28 |
| 스마트컨트렉트 주석 달기 및 solidity-docgen 사용하기 (0) | 2023.01.12 |
| Openzepplin - Address 라이브러리 분석 (0) | 2022.10.27 |
Comments