Hello,

Sign up to join our community!

Welcome Back,

Please login to your account!

Forgot Password,

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

dmn8392211779 activity

dmn8392211779 commented on Hey! My question may be broad, so if it's too vague to answer I'll come back with it more nuanced after studying the Farm Staking SC. Here it is: How does the DEX Farm Staking SC take into account the total value staked by users in order to modify the APR?

Or a bit more specific: how does the sc "know" to give you a specific apr between two blocks and another one between another two blocks (depending on the total value staked)

dmn8392211779 commented on Hi guys! So I was wondering if anyone has gone into iterating over big dictionaries ( MapMappers) I was wondering what you would think would be more efficient. So let's say we have a MapMapper containing 100.000 entries and it looks something like . You need to iterate through a... Read more

From what I know, there is quite simply no reasonable way to iterate over those 100K entries and be ok in terms of gas consumed. Mostly what you can do is split the iteration into more transactions or find a way to avoid that iteration

dmn8392211779 commented on Hey there! Anybody can explain what exactly happens when the owner of an NFT wipes that NFT?

So, seems like the burn and wipe functions either do not work as desired or the documentation explains what they do in a wrong way. In the documentation it says that the burn function should be used for SFTs to delete them and that the wipe function is the equivalent for nfts. But it seems when used on an nft, the wipe function just makes the nft disappear from the wallet, but when looking through the api you can still see the nft as being of the owner before the wipe. Moreover, the burn function works on nfts. the burn function actually did what I wanted it to do and made the NFT disappear from everywhere

dmn8392211779 commented on Guys, my friend has an issue connecting to his wallet from web on mobile. He’s using android and Google chrome. Whenever he clicks to login with maiar from maiar exchange it opens Google store instead of the app. Are you familiar with this issue?

This is generally happening if the app does not "detect" that Maiar is installed. It is happening a lot on privacy focused browsers such as Brave or even Maiar Browser

dmn8392211779 commented on Hi, I have a problem. We just created an SFT that we want to distribute and people will be able to burn and claim a reward. The thing is that the SFT was tagged as "scam" by Elrond and it doesn't show in the Maiar app. Any idea how can we fix that?

I have observed the scam warning sometimes happens if you accidentally forget to hex encode data when creating the SFT or if you accidentally put a link somewhere where it shouldn't normally be (putting it in the attributes for example)