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

174
Views
Contrato de solidez desplegado con éxito; Error al verificar en etherscan

ParserError: identificador esperado pero obtuvo '{'

Sigo recibiendo este error cuando intento verificar y publicar mi contrato inteligente en Solidity.

 const { ethers } = require("hardhat") async function main() { const LPF = await ethers.getContractFactory("LPF") const lpf = await LPF.deploy("LinkpoolFellowship", "LPF") await lpf.deployed() console.log('Contract succesfully deployed to ${lpf.address}') const newItemId = await lpf.mint("https://ipfs.io/ipfs/QmXsXj9CbxDaFaieabgiSgStP57woLQReSBa2hQfkQJRfR") console.log('NFT minted successfully :: ${newItemId}') } main() .then(() => process.exit(0)) .catch((error) => { console.error(error); process.exit(1); });
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!