1 guest4644755787c/ElrondDevelopers 2years ago I get many timeouts on the devnet API on account endpoints and the Chrome Wallet extension too. Is it only me?
1 guest4644755787c/ElrondDevelopers 2years ago Do you know why when I call the DEX's swap_tokens_fixed_input() through a Pair Contract Proxy in the same shard, why it returns the error "argument decode error (sync result): input too short"? I use the code: let esdt = self.maiar_exchange_pair(pair_address).swap_tokens_fixed_input(swap_token_id, ... Read more
3 guest4644755787c/ElrondDevelopers 2years ago Hello, I am the only one who gets API timeouts on Devnet?
1 guest4644755787c/ElrondDevelopers 2years ago Do the NFT Nonces all start with Nonce 1 and ESDT token is always Nonce 0? Or how can I know which token is ESDT and which is NFT?
1 guest4644755787c/ElrondDevelopers 2years ago Hello, can you send ESDT and NFT in the same transaction?
1 guest4644755787c/ElrondDevelopers 2years ago Hello, how can I return a ManagedVec from a View in a decoded multi-value form? So that it returns the TokenId, Nonce, and Amount separately?
1 guest4644755787c/ElrondDevelopers 2years ago Hello, is it in work that we can add ABI files to the explorer like on Etherscan?
1 guest4644755787c/ElrondDevelopers 2years ago @LucianMincu I see the Explorer can decode the Data with "Smart". Could we also have this feature in Maiar and Maiar DeFi Extension so the average user can understand what he sends to the Smart Contract?
1 guest4644755787c/ElrondDevelopers 2years ago Hello, can the Smart Contract check somehow if it is the owner of a ESDT token?
1 guest4644755787c/ElrondDevelopers 2years ago Is there a easy way to compare two ManagedVec are equal?
1 guest4644755787c/ElrondDevelopers 2years ago Hello, is there something like ManagedVec that only can hold unique values?
1 guest4644755787c/ElrondDevelopers 2years ago Hello, does Elrond plan to support multiple Async Calls per Smart Contract function soon?
1 guest4644755787c/ElrondDevelopers 2years ago Hello, do you know how to append a u64 to a ManagedBuffer?
1 guest4644755787c/ElrondDevelopers 2years ago Hello, when I use contains method on UnorderedSetMapper, is that efficient if there are many struct items in the storage?
1 guest4644755787c/ElrondDevelopers 2years ago Oh I see! Thank you :) I would have one more question. If I wanted to divide this value with a number below 1 (example 0.25), how would I best do that?