1 rem8514600970c/ElrondDevelopers 3years ago But I have a lot of missing transactions comparing with what appears in the explorer. I think the transactions coming from another contract are missing. Do you know why ?
1 rem8514600970c/ElrondDevelopers 3years ago Hello is there a way of getting all transactions to an account using the API ?
1 rem8514600970c/ElrondDevelopers 3years ago I can no longer see the result of an asynchrone call in the elrond testnet explorer. I didn't change anything in the contract, 4 days ago I was able to see the result of an asynchrone call with the transaction hash of the initial call. Something changed ?
2 rem8514600970c/ElrondDevelopers 3years ago Hello, what can cause "Unable to locate this transaction hash" on testnet explorer ?
1 rem8514600970c/ElrondDevelopers 3years ago And what about if the called smart contract, calls asynchronously another smartcontract in which the random resides ?
1 rem8514600970c/ElrondDevelopers 3years ago Do you have an example of how getting the transaction hash from dapp-core ?
1 rem8514600970c/ElrondDevelopers 3years ago Ok thanks. So I can use the ResultParser() from erdjs ? And can I get the transaction hash from dapp-core ?
1 rem8514600970c/ElrondDevelopers 3years ago Thanks I'm trying. In fact, this happens when deployed on my server. Locally, I don't have thie error. (But the same contract is called). And any idea why I get a 404 error for the api call ?
1 rem8514600970c/ElrondDevelopers 3years ago Hello, is there a way to send a MultiTokensTransferTransaction to a smart contract function ?
1 rem8514600970c/ElrondDevelopers 3years ago Hello guys. I have submitted a pull request for branding. How much time it generally takes to be approved ?
1 rem8514600970c/ElrondDevelopers 3years ago Hello guys, is there a way to transfer EGLD on a smart contract to owner of the smart contract ?
1 rem8514600970c/ElrondDevelopers 3years ago Yes that can be a good solution but I wanted to automate with an other smart contract. So I will automate for EGLD and keep your solution for manual call ? Except if it is possible to specify a shard when deploying ?
2 rem8514600970c/ElrondDevelopers 3years ago Hello, I have a little question. If I create NFT from a SC contract with 10% royalties for example. Then the nft is sold on a marketplace, the royalties come automatically on the SC if it is payable, right ? So If I want to get the royalties, I need to write a function in the smartcontract to send t... Read more