Ethers + 메타마스크로 컨트랙트 배포관련해서 오류가 발생했는데 어떤 오류인지 모르겠습니다

String ctorData = FunctionEncoder.encodeConstructor(Arrays.asList(
                    new Utf8String(name),
                    new Utf8String(symbol),
                    new Uint256(init),
                    new Uint8((short) decimals)
            ));

화면에서 넘어온 백엔드 서비스부분에서 이렇게 만들고

await provider.seeth_sendTransactionnd( ... );

를 통해서 메타마스크에 서명을 했습니다.

테스트로 배포한 컨트랙트인데 “**EVM: execution reverted - uint(9)”**가 발생했습니다.

메타마스크에 KAIA수량도 있는데 어느 시점에서 발생한건지 모르겠네요