Whoops! 😨 Something unexpected happened...
[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
--> 3f8f54f05ebf04e17070ff128d110328d87f03672c66fa9a3551f57b18e3021a:3:2
|
3 | signer.contracts.update__experimental(name: name, code: code.decodeHex())
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
error: mismatched types
--> a10dde51240c1ec7.Gomoku:254:29
|
254 | let id: UInt64 = token.id
| ^^^^^^^^ expected `UInt64`, got `UInt32`
error: mismatched types
--> a10dde51240c1ec7.Gomoku:256:29
|
256 | emit Deposit(id: id, to: self.owner?.address)
| ^^ expected `UInt32`, got `UInt64`