🦊 [Plugin] Web3 & MetaMask by NovaBloq

Thanks!

Is there a way to read from the smart contract where I can find all the NFTs listed under one creator’s address?

Since now we can filter by owner’s address, but what about the creator’s address.

That would be awesome!

I would use moralis api for this

Update v.2.16

New feature:

Wrap/Unwrap native tokens

Convert ETH/BNB/MATIC or any other native token (depends on the chain) to WETH/WBNB/WMATIC etc. and vice versa.

The action will trigger an event when it is successful “Wrap-Unwrap event Done”

Hi, How can I filter NFTs by categories like art, sports, etc along with price?

Hi, I’m not sure how it is related to the plugin itself… it all depends on the NFT metadata.
Maybe ask it in a separate forum thread?

I don’t really get what exactly is your issue?
You are the only one complaining about it. Can you describe what are you trying to accomplish?

Send it in PM to avoid spamming.



Dear web3 devs, consider become a Patron for one to one support :slight_smile:
I’m trying my best to help all of you but it is really time consuming.

@ezdev
Can I set up early access mint for my NFT Collection with this. e.g a website where people could mint using metamask login and then minting nfts ?

Can I also change my smart contract configurations and rules?

If your contract have such functions to change configurations then yes, you can use them with this plugin with plugin action “Write smart contract”

Yes, it is up to you how to setup the website, the plugin gives you a tool to work with metamask and smart contract. How to orginise the early access is up to you since Bubble is really flexible.

1 Like

Hello,
Is it possible to filter the balance of token dynamic data function? I have two get balance calls (for two different tokens) and I would like to update a text field based on only one token.
Thanks!

Use the Bubble’s “Condition” and “Only when” features so when a certain condition is met, you can show the other token.

1 Like

Thank you for your answer.
Which condition should I use in order to catch the respond of the get balance action?

The get balance will trigger an event “Get Balance - Done” and response will be available in the plugin state “Balance of Token” see documentation
You can then save this response in your own custom state to use later.

1 Like

Thank you for your answer, it works! :slight_smile:
Another problem, I am not able to get the result of a read function where the output is an array of struct.
Do you know why?
thanks

You will need no extract the result from this array, use an regex patern.

A regex pattern on the “contract read result” output?
The read function doesn’t seem to fire a read event when the output is an array of struct.

The read contract result is in state “Contract Read - Result” any result will be converted into a string, for instance an array would look like “[“a”,“b”]”
try to add the state, Contract Read - Result, into a text and see how it looks like.

1 Like

Has anyone expereienced issues with the Brave Browsers built in wallet. The plugins detect it as metamask installed but it doesn;t seem to respond to metamask calls such as signing. @ezdev any thoughts on how best to handle properly using the Brave wallet or detecting that it’s not supported?

Thank you for feedback, I will take a look on what can be done here

Edited
So far I see that it works practically exactly as Metamask, I did a few tests on our demo page, and features like, connect, sign, token balance etc. works well.
Make sure your Brave browser is on the latest version.

Hi! Is there a way to have one connected wallet run on the backend?

I am trying to interact with the smart contract with one wallet (the connected wallet) first then run another interaction using the user wallet.

I am afraid there may be security issues as well on this :confused:

Thanks.