https://t.me/ElrondDevelopers/82985
ice4984616906 activity
ice4984616906 commented on Been up all the night watching these transactions while helping the community :) The “team fund wallet” is the Binance wallet, so really not a valid point on what you are saying Can you wait for the explanation from the team of everything that happened instead of throwing conclusions about thin... Read more
you're right it's not team wallet 800k egld was created by one SC call from nowhere
ice4984616906 commented on People shouting EGLD is anti whale without Vcs ?
all crypto world is governed by whales they have more than 80% ~ 90% of market who's going to prevent them?
ice4984616906 commented on thanks, Dorin do you know why maiar is not using "multiPairSwap" function?
because ESDT-ESDT swap is not possible in maiar dapp while all other DEX have any token <-> any token multi swap
ice4984616906 commented on hi, does anyone know why Maiar is not using "multiPairSwap" function in router SC?
hi, @mwfiae do you know the reason?
ice4984616906 commented on Hey there Any elrond tool to convert Hex?
http://207.244.241.38/elrond-converters/
ice4984616906 commented on what will happen to elrond if those whales drain funds from elrond?
what if they become big whale of egld? or what if current whales run out of elrond?
ice4984616906 commented on if they make 3 separate pools then it will not be a cross shard tx anymore i guess?
no, there must be 3 pools on 3 shards because only inter-shard tx is 6 seconds (the fastest), and we need 6 seconds transactions
ice4984616906 commented on I noticed that, is the wrapper going to be redeployed?
i'm sure elrond team will do it soon
ice4984616906 commented on Hi guys! Has the wrapper for xEgld disappeard on the testnet?
testnet was reset
ice4984616906 commented on A good usecase would answer the question why and would tell me more about the thing you actually want to achieve ???? So lets try with an assumption: You have a smart contract, other users are calling functions in your smart contracts which changes some kind of data that would be relevant to all us... Read more
perfect ????
ice4984616906 commented on thanks, Martin you're finally back ???? i want to check esdt balance of given address (like a snapshot) and give reward to them according to esdt balance in smart contract i also want to check storage value of different SC in smart contract is there any solution?
hi, @mwfiae
ice4984616906 commented on is there any function to see all the nfts you have in sc?
you can check SC api functions for any utilities you want https://docs.elrond.com/developers/developer-reference/elrond-wasm-api-functions/
ice4984616906 commented on Hello! Is there a view function in Maiar Exchange's pair contract to get a price quote?
you can use maiar graphQL Graphql Api: https://graph.maiar.exchange/graphql Query: {pairs{address, firstToken{identifier}, secondToken{identifier}}, farms{address, farmedToken{identifier}, farmingToken{identifier}}, factory{address}, stakingProxies{address} }
ice4984616906 commented on Hi why I cannot get xegld from the faucet?
you can try faucet https://r3d4.fr/faucet
ice4984616906 commented on the testnet faucet is down ?
faucet not working since last update on testnet, i think
ice4984616906 commented on Are you 100% sure you deployed/upgraded to the correct contract version?
at first, i forgot to add payable macro and i fixed code, cleaned and rebuilt it
ice4984616906 commented on https://explorer.elrond.com/accounts/erd1qqqqqqqqqqqqqpgqzkvpfgq2rl96awngh9s3j57s97gvk02v7m2qal3jnf On mainnet no one is displayed, do i need to parse sc results by myself ? If yes, why the testnet dont work like mainnet ?????
you can see transactions on sc-result tab https://explorer.elrond.com/accounts/erd1qqqqqqqqqqqqqpgqzkvpfgq2rl96awngh9s3j57s97gvk02v7m2qal3jnf/sc-results
ice4984616906 commented on How to send ESDT tokens to an user using erdpy?
here's an example code https://github.com/Combased/elrond-lkmex-distribution
ice4984616906 commented on Hello there. Can anyone answer what is the fundamental difference between https://gateway.elrond.com and https://api.elrond.com ?
here's docs https://docs.elrond.com/sdk-and-tools/rest-api/rest-api/
ice4984616906 commented on Anybody knows what to pass in CLI after --metadata-payable to actually make it payable?
--metadata-payable this flag is enough for making SC payable you don't need any arg
ice4984616906 commented on I think testnet only?
if we create nfts on SC, we can't receive royalties? https://t.me/ElrondDevelopers/68464