Yes of course, just use your smart contract address.
You can extract it using Bubble find and replace or a regex pattern . There are a few json plugin aswell, maybe try one of them.
Since for each contract the response will be different, we couldnât do it on the plugin side so we show the full response as a text and letting users work with it however they want.
It seems that the âDisconnect Metamaskâ function is not working. Connecting to Metamask works fine, however my wallet remains connected to the site after triggering the disconnect function. I am using the latest version of the plugin. Please advise if you can replicate this issue. Thank you.
Disconnecting completely from the Metamask is not possible, this feature from the plugin disconnects only the app from the Metamas and not the Metamask from the app.
To completely disconnect, you have to manually do it.
Iâm getting this error in the debugger when using the Get Token Balance Action today. Itâs the first time Iâve seen it.
âThe plugin Web3 & Metamask / action Get Balance of Token a Web3 & MetaMask threw the following error: TypeError: Cannot read properties of undefined (reading âtoUpperCaseâ)
at getTokenSymbol (PLUGIN_1612784921335x464807902025875460/Web3âMetamask-element_actionâWeb3âMetaMask-Get-Balance-of-Token-.js:23:69)
at eval (PLUGIN_1612784921335x464807902025875460/Web3âMetamask-element_actionâWeb3âMetaMask-Get-Balance-of-Token-.js:32:5) (please report this to the plugin author)â
Hi @ezdev , I have try to pull the metadata of this Bored Ape in your demo page but it doesnât return anything where as the NFT you linked above works fine. What is the difference or why isnât it working?
Yes it works now for that NFT. Thanks. But what are the condition for it to work. Is it supposed to work for any minted NFT? This one for example, doesnâT return anything.
It all depends on where the json file was uploaded, if it is on a custom server (not on IPFS), it may return errors.
This example is uploaded on a custom heroku server causing fetching errors.
Thank you for the feedback, Iâll do an update to return at least the link to the json if the json cannot be reached by the plugin.
thanks , BSC works well but when changing to ETH with its uniswapV2 router address i returns incorrect values from wei results like in the image , you know what could be the issue ?