CODE_ERROR
There is an error in the cadence code of this transaction.
[Error Code: 1101] error caused by: 1 error occurred: * transaction execute failed: [Error Code: 1101] cadence runtime error: Execution failed: --> 47cf575d3e371473ba3c997cb812542d2732c6d608386c0567716057162b8bcb:13:7 | 13 | <- MyToken.createEmptyVault(vaultType: Type<@MyToken.Vault>()), | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ --> 348fe2042c8a70d8.MyToken:33:18 | 33 | MyToken.recoveryPanic("createEmptyVault") | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ error: panic: Contract MyToken is no longer functional. A version of the contract has been recovered to allow access to the fields declared in the FT standard. createEmptyVault is not available in recovered program. --> 348fe2042c8a70d8.MyToken:9:25 | 9 | return panic( 10 | "Contract MyToken is no longer functional. A version of the contract has been recovered to allow access to the fields declared in the FT standard. ".concat(functionName).concat(" is not available in recovered program.") 11 | ) | ^^^^^^^^^^^^^^Loading...