Skip to content

Support Manifold #11

@0xmichalis

Description

@0xmichalis

This should be a mix of:

I was expecting that from there we could

  • use the Effects API to call factory.getClaim(creatorContract, claimIndex)
  • from the response be able to figure out the token id and the price of the mint

But unfortunately it does not seem that it is possible to derive the actual token id for contracts with multiple mints, eg, https://etherscan.io/address/0x3f67703ef00c9408bd1a378988a49a07319bba3f

The other option is that for every ClaimMint, we:

  • fetch rest of tx log via the Effects API
  • should be able to derive the price from the ReceiveETH event and the token id from the Transfer event.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions