[Error Code: 1101] error caused by: 1 error occurred: * transaction execute failed: [Error Code: 1101] cadence runtime error: Execution failed: error: cannot deploy invalid contract --> 2a4a11cebe92ff2ae9f9f064cb1216e5583106f4e8327da6aaa26c0b0ca7f4bf:4:3 | 4 | signer.contracts.add(name: name, code: code.utf8 ,arg0,arg1,arg2) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ error: missing argument label: `attoflow` --> d3d9dea02b455194.StakingManager:166:85 | 166 | operatorVaultRef.deposit(from: <- ownerCOA.withdraw(balance: EVM.Balance(0).setFLOW(flow: amount))) | ^ error: mismatched types --> d3d9dea02b455194.StakingManager:166:73 | 166 | operatorVaultRef.deposit(from: <- ownerCOA.withdraw(balance: EVM.Balance(0).setFLOW(flow: amount))) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `EVM.Balance`, got `Void` error: missing argument label: `attoflow` --> d3d9dea02b455194.StakingManager:191:35 | 191 | value: EVM.Balance(0).setFLOW(flow: amount), | ^ error: mismatched types --> d3d9dea02b455194.StakingManager:191:23 | 191 | value: EVM.Balance(0).setFLOW(flow: amount), | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `EVM.Balance`, got `Void`
Loading...
Loading...
Loading...
Loading...
Loading...
Happy diving into the flow Remember to upgrade your contracts to 1.0!