nop I used the issue_and_set_all_roles function that the mapper provides
Sky8921089645 activity
Sky8921089645 commented on Hello Everyone! Why do I have account not found here : https://testnet-api.elrond.com/accounts/erd1ms7qzzd9r7g4407a8rzwnvs4f9r6u578mf62dytr7qveg5y6zv4seyewg0 ?
Probably because you have 0 xEGLD to pay for the fees :))
Sky8921089645 commented on Hi Guys, I am trying to execute this function which should basically call another smart contract #[only_owner] #[endpoint(distributeEdition)] fn distribute_edition(&self) { let edition_to_distribute_mapper = self.edition_to_distribute(); if edition_to_distribute_mapper.i... Read more
the distant SC has an error but the explorer is not able to recover the error, so there is a problem in your call from sc to sc
Sky8921089645 commented on Merci! Tu connais la procédure pour contacter le owner du SC ?
You must contact the Elrond team
Sky8921089645 commented on Do you think I could reach your dev to know more about this?
I am also interested to know how he got those logs pls
Sky8921089645 commented on I understand that getting listed on any exchange is a very sensitive topic. This is specially true now when the market acts so irrational. Is there a person of contact that I need to connect with in order to have a clear road-map for listing 1 project on Maiar-Exchange?
since Maiar Exchange is a DEX, anyone can list a token, you don’t *almost* need the permission of anyone (not true at 100% because maiar DEX isn’t yet fully decentralized) Here’s the process to list a token : https://docs.maiar.exchange/token-listing/
Sky8921089645 commented on how can i get this sc address?
wrapping contract on the mainnet : shard 0 : erd1qqqqqqqqqqqqqpgqvc7gdl0p4s97guh498wgz75k8sav6sjfjlwqh679jy shard 1 : erd1qqqqqqqqqqqqqpgqhe8t5jewej70zupmh44jurgn29psua5l2jps3ntjj3 shard 2 : erd1qqqqqqqqqqqqqpgqmuk0q2saj0mgutxm4teywre6dl8wqf58xamqdrukln
Sky8921089645 commented on and the price must come from a reliable source, this is why it needs an oracle or something. Maybe we can get prices from Maiar Exchange?
take a look here https://github.com/ElrondNetwork/elrond-lend-rs https://github.com/ElrondNetwork/sc-chainlink-rs
Sky8921089645 commented on Does it compile though? Maybe you just upgraded your wasm version and vscode hasn't realized yet?
Nop I can use managed types for all sc system proxy functions but not for the transfer ownership, that’s weird lol and i’m in 0.29.3
Sky8921089645 commented on Lul they removed it?
yeah they removed it just before RIDE on the launchpad, idk why
Sky8921089645 commented on Hello, Is there a way to change the ownership of a token/nft by using the self.send() API in a smartcontract ? Something like self.send().change_token_owner() ?
yes! Here’s my function if you want ? #[only_owner] #[endpoint(changeCollectionOwner)] fn change_collection_owner(&self, new_owner: Address) { let token = self.sft_token_id().get(); self.send() .esdt_system_sc_proxy() .transfer_ownership(&token, &new_owner) .async_call() .call_and_exit() }
Sky8921089645 commented on Thank you Martin for your help :) I still have an error, this one now : "transaction generation failed: account not found for address erd1vhwsck2jsyz0cq20nas43fl7h6nrtkvvjaptydhtpure4tkrutpsthlt75 and shard 1" CRITICAL:cli:Proxy request error for url [https://devnet-gateway.elrond.com/transaction/... Read more
you don’t have xEGLD
Sky8921089645 commented on Can someone explain to me in short, how a rugpull like $SQUID is actually possible? Aren't the liquidity pool sc's all the same piece of code, and we just have more and more instances of it? Apparantly not, because then how is it possible to make a coin be buyable and not sellable then, that would... Read more
not an issue about liquidity pool sc’s. If you « want to do » a rugpull like $SQUID, simple : mint a lot of tokens then dump it.
Sky8921089645 commented on Curious, were you guys able to resolve the multishard liquidity problem? Do you already have a solution planned that's going to make it to mainnet?
you can see here -> https://github.com/ElrondNetwork/sc-dex-rs/pull/165
Sky8921089645 commented on Is it possible to create NFT on mainnet?
it is possible since about 3-4 months