
대략 200개 정도 민팅하려다 맞닿뜨린 -3200 에러다. message에 보면 필요한 가스양 허용량을 초과했다고 출력된다.
문제 원인
허용된 gas limit를 초과했기 때문에 발생했다.
해결 방법
1. remix에서 배포할 때, solidity 버전을 0.5로 낮춘다.
2. 그것도 안된다면, gas limit를 대략 8000000으로 올린다.

3. mint 할 때 한꺼번에 하지 말고, 범위를 나눠서 민팅을 한다.

'코딩 > ☠ Error' 카테고리의 다른 글
| Trust anchor for certification path not found, 원인은 인증서 순서였습니다 (0) | 2026.07.11 |
|---|---|
| 서버 오류(Too many connections) (1) | 2026.06.04 |
| [Solidity] TypeError: Contract "" should be marked as abstract. (0) | 2022.03.30 |
| invalid BigNumber value (argument="value", value=undefined, code=INVALID_ARGUMENT, version=bignumber/5.5.0) (0) | 2022.03.04 |
| [Next] Uncaught Error : Invalid src prop (0) | 2022.02.18 |