Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

208
Views
Alchemy Web3 (Web3js): error al importar el contrato inteligente ABI

Parece que tengo un problema al importar mi ABI de contrato inteligente a Alchemy Web3

El contrato ABI se carga en web3js, pero cuando imprimo el contrato en la consola e inspecciono sus métodos, veo los siguientes errores para los argumentos de TODOS los métodos

 TypeError: 'caller', 'callee', and 'arguments' properties may not be accessed on strict mode functions or the arguments objects for calls to them at Function.s (<anonymous>:1:83)

El código es bastante simple:

 import { createAlchemyWeb3 } from "@alch/alchemy-web3"; const contractAddress = "0xMyAddress"; const API_URL = 'https://eth-ropsten.alchemyapi.io/v2/myID' const abi = [ .. ] const web3 = createAlchemyWeb3(API_URL) const contract = new web3.eth.Contract(abi, contractAddress); console.log("CONTRACT", contract)

Aquí hay un repositorio básico con el problema aislado si es útil: https://github.com/0xmcc/vueToWeb3

Y el contrato abi: https://pastebin.com/TCGmsQLu

Cualquier pensamiento es muy apreciado.

about 4 years ago · Juan Pablo Isaza
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!