10, "All editions have to be minted before distribution can start!" ); let distribution_sc_address = self.distribution_sc_address().get(); let collection_id = self.collection_id().get(); let nft_amount = BigUint::from(NFT_AMOUNT); let mut nft_payment = ManagedVec::new(); let preceeding_cards = (CARDS_PER_EDITION * (edition_to_distribute_mapper.get() - 1)) as u64; for i in 1..72 { let esdt_payment = EsdtTokenPayment::new( collection_id.clone(), i + preceeding_cards, nft_amount.clone(), ); nft_payment.push(esdt_payment); } self.distribution_contract_proxy(distribution_sc_address) .distribute_edition() .with_multi_token_transfer(nft_payment) .transfer_execute(); } Unfortunately I get the following error in the elrond explorer and I have no idea what could be wrong -> https://devnet-explorer.elrond.com/transactions/7a0ac35a4c57d688db8bea2d1b2fc4e18d8c06e989dafb56d298213c1320a0c7 Do you have any ideas? - ElrondDevelopers"/> 10, "All editions have to be minted before distribution can start!" ); let distribution_sc_address = self.distribution_sc_address().get(); let collection_id = self.collection_id().get(); let nft_amount = BigUint::from(NFT_AMOUNT); let mut nft_payment = ManagedVec::new(); let preceeding_cards = (CARDS_PER_EDITION * (edition_to_distribute_mapper.get() - 1)) as u64; for i in 1..72 { let esdt_payment = EsdtTokenPayment::new( collection_id.clone(), i + preceeding_cards, nft_amount.clone(), ); nft_payment.push(esdt_payment); } self.distribution_contract_proxy(distribution_sc_address) .distribute_edition() .with_multi_token_transfer(nft_payment) .transfer_execute(); } Unfortunately I get the following error in the elrond explorer and I have no idea what could be wrong -> https://devnet-explorer.elrond.com/transactions/7a0ac35a4c57d688db8bea2d1b2fc4e18d8c06e989dafb56d298213c1320a0c7 Do you have any ideas? - ElrondDevelopers"/> 10, "All editions have to be minted before distribution can start!" ); let distribution_sc_address = self.distribution_sc_address().get(); let collection_id = self.collection_id().get(); let nft_amount = BigUint::from(NFT_AMOUNT); let mut nft_payment = ManagedVec::new(); let preceeding_cards = (CARDS_PER_EDITION * (edition_to_distribute_mapper.get() - 1)) as u64; for i in 1..72 { let esdt_payment = EsdtTokenPayment::new( collection_id.clone(), i + preceeding_cards, nft_amount.clone(), ); nft_payment.push(esdt_payment); } self.distribution_contract_proxy(distribution_sc_address) .distribute_edition() .with_multi_token_transfer(nft_payment) .transfer_execute(); } Unfortunately I get the following error in the elrond explorer and I have no idea what could be wrong -> https://devnet-explorer.elrond.com/transactions/7a0ac35a4c57d688db8bea2d1b2fc4e18d8c06e989dafb56d298213c1320a0c7 Do you have any ideas? - ElrondDevelopers"/> 10, "All editions have to be minted before distribution can start!" ); let distribution_sc_address = self.distribution_sc_address().get(); let collection_id = self.collection_id().get(); let nft_amount = BigUint::from(NFT_AMOUNT); let mut nft_payment = ManagedVec::new(); let preceeding_cards = (CARDS_PER_EDITION * (edition_to_distribute_mapper.get() - 1)) as u64; for i in 1..72 { let esdt_payment = EsdtTokenPayment::new( collection_id.clone(), i + preceeding_cards, nft_amount.clone(), ); nft_payment.push(esdt_payment); } self.distribution_contract_proxy(distribution_sc_address) .distribute_edition() .with_multi_token_transfer(nft_payment) .transfer_execute(); } Unfortunately I get the following error in the elrond explorer and I have no idea what could be wrong -> https://devnet-explorer.elrond.com/transactions/7a0ac35a4c57d688db8bea2d1b2fc4e18d8c06e989dafb56d298213c1320a0c7 Do you have any ideas? - ElrondDevelopers"/>
Sign up to join our community!
Please login to your account!
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
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