Skip to content

contract.getListingPrice() Not woking it throws a Error always. #67

@NaitikDartexon

Description

@NaitikDartexon

const price = ethers.utils.parseUnits(formInput.price, 'ether')
let contract = new ethers.Contract(marketplaceAddress, NFTMarketplace.abi, signer)
let listingPrice = await contract.getListingPrice()

in that above code when i try to log the listing price i got the error

image

Can anyone please help me in that how to resolve it.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions