[Error Code: 1300] error caused by: 1 error occurred: * transaction execute failed: [Error Code: 1101] cadence runtime error: Execution failed: --> a97ba97796bdbb9670c64aee2ad12e336dc68f04c2e12270f47e888cc55bdada:23:32 | 23 | self.senderOwnerCheck = FlowEVMBridgeUtils.isOwnerOrApproved( 24 | ofNFT: id, 25 | owner: self.coa.address(), 26 | evmContractAddress: self.evmContractAddress 27 | ) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ --> 715c57f7a59bc39b.FlowEVMBridgeUtils:548:15 | 548 | return self.isOwner(ofNFT: ofNFT, owner: owner, evmContractAddress: evmContractAddress) || | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ --> 715c57f7a59bc39b.FlowEVMBridgeUtils:563:25 | 563 | let callResult = self.borrowCOA().call( 564 | to: evmContractAddress, 565 | data: calldata, 566 | gasLimit: 12000000, 567 | value: EVM.Balance(attoflow: 0) 568 | ) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 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!