Whoops! 😨 Something unexpected happened...
[Error Code: 1101] error caused by: 1 error occurred:
* transaction preprocess failed: [Error Code: 1101] cadence runtime error: Execution failed:
error: cannot find variable in this scope: `arg1`
--> fa73901052dcda5b6cfaae660e467dd56ef0f7a044cc59c397941ec6d592253a:3:30
|
3 | log("Argument 1: ".concat(arg1))
| ^^^^ not found in this scope
error: cannot find variable in this scope: `arg2`
--> fa73901052dcda5b6cfaae660e467dd56ef0f7a044cc59c397941ec6d592253a:4:30
|
4 | log("Argument 2: ".concat(arg2))
| ^^^^ not found in this scope
error: cannot find variable in this scope: `arg3`
--> fa73901052dcda5b6cfaae660e467dd56ef0f7a044cc59c397941ec6d592253a:5:30
|
5 | log("Argument 3: ".concat(arg3))
| ^^^^ not found in this scope