[Error Code: 1300] error caused by: 1 error occurred: * transaction execute failed: [Error Code: 1101] cadence runtime error: Execution failed: --> c3a60110ed7f6c095011b7a356f28737b355a07495c4307501649d7f6e738ab6:92:12 | 92 | self.coa.depositNFT( 93 | nft: <- nft!, 94 | feeProvider: &self.scopedProvider as auth(FungibleToken.Withdraw) &{FungibleToken.Provider} 95 | ) | ^ --> b6763b4399a888c8.EVM:389:12 | 389 | EVM.borrowBridgeAccessor().depositNFT(nft: <-nft, to: self.address(), feeProvider: feeProvider) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ --> 715c57f7a59bc39b.FlowEVMBridgeAccessor:33:12 | 33 | FlowEVMBridge.bridgeNFTToEVM(token: <-nft, to: to, feeProvider: feeProvider) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ --> 715c57f7a59bc39b.FlowEVMBridge:238:12 | 238 | FlowEVMBridgeUtils.mustUpdateTokenURI(erc721Address: associatedAddress, id: evmID, uri: uri) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ --> 715c57f7a59bc39b.FlowEVMBridgeUtils:1114:39 | 1114 | let updateResult: EVM.Result = self.call( 1115 | signature: "updateTokenURI(uint256,string)", 1116 | targetEVMAddress: erc721Address, 1117 | args: [id, uri], 1118 | gasLimit: 15000000, 1119 | value: 0.0 1120 | ) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ --> 715c57f7a59bc39b.FlowEVMBridgeUtils:1048:15 | 1048 | return self.borrowCOA().call( 1049 | to: targetEVMAddress, 1050 | data: calldata, 1051 | gasLimit: gasLimit, 1052 | value: valueBalance 1053 | ) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ error: [Error Code: 1300] evm runtime error: insufficient computation --> b6763b4399a888c8.EVM:373:12 | 373 | return InternalEVM.call( 374 | from: self.addressBytes, 375 | to: to.bytes, 376 | data: data, 377 | gasLimit: gasLimit, 378 | value: value.attoflow 379 | ) as! Result | ^^^^^^^^^^^^
Loading...
Loading...
Loading...
Happy diving into the flow Remember to upgrade your contracts to 1.0!