CODE_ERROR
There is an error in the cadence code of this transaction.
[Error Code: 1101] cadence runtime error Execution failed: error: cannot deploy invalid contract --> 222305d2ebfa5ecc855594d526f4bce3cfbc3377f57f81500b8b6f0267d5b1a9:4:3 | 4 | signer.contracts.add(name: name, code: code.decodeHex() ) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ error: get program failed: cannot check account freeze status: [Error Code: 1201] account not found for address 631e88ae7f1d7c20 --> 631e88ae7f1d7c20.NonFungibleToken error: cannot find type in this scope: `NonFungibleToken` --> 82efaa4a557cbdba.TSInnovators22:3:29 | 3 | pub contract TSInnovators22: NonFungibleToken { | ^^^^^^^^^^^^^^^^ not found in this scope error: cannot find type in this scope: `NonFungibleToken` --> 82efaa4a557cbdba.TSInnovators22:25:22 | 25 | pub resource NFT: NonFungibleToken.INFT { | ^^^^^^^^^^^^^^^^ not found in this scope error: cannot find type in this scope: `NonFungibleToken` --> 82efaa4a557cbdba.TSInnovators22:66:29 | 66 | pub resource Collection: NonFungibleToken.Receiver, NonFungibleToken.Provider, NonFungibleToken.CollectionPublic, CollectionPublic { | ^^^^^^^^^^^^^^^^ not found in this scope error: cannot find type in this scope: `NonFungibleToken` --> 82efaa4a557cbdba.TSInnovators22:66:56 | 66 | pub resource Collection: NonFungibleToken.Receiver, NonFungibleToken.Provider, NonFungibleToken.CollectionPublic, CollectionPublic { | ^^^^^^^^^^^^^^^^ not found in this scope error: cannot find type in this scope: `NonFungibleToken` --> 82efaa4a557cbdba.TSInnovators22:66:83 | 66 | pub resource Collection: NonFungibleToken.Receiver, NonFungibleToken.Provider, NonFungibleToken.CollectionPublic, CollectionPublic { | ^^^^^^^^^^^^^^^^ not found in this scope error: cannot find type in this scope: `NonFungibleToken` --> 82efaa4a557cbdba.TSInnovators22:52:32 | 52 | pub fun deposit(token: @NonFungibleToken.NFT) | ^^^^^^^^^^^^^^^^ not found in this scope error: cannot find type in this scope: `NonFungibleToken` --> 82efaa4a557cbdba.TSInnovators22:60:40 | 60 | pub fun borrowNFT(id: UInt64): &NonFungibleToken.NFT | ^^^^^^^^^^^^^^^^ not found in this scope error: cannot find type in this scope: `NonFungibleToken` --> 82efaa4a557cbdba.TSInnovators22:68:37 | 68 | pub var ownedNFTs: @{UInt64: NonFungibleToken.NFT} | ^^^^^^^^^^^^^^^^ not found in this scope error: cannot find type in this scope: `NonFungibleToken` --> 82efaa4a557cbdba.TSInnovators22:74:32 | 74 | pub fun deposit(token: @NonFungibleToken.NFT) { | ^^^^^^^^^^^^^^^^ not found in this scope error: cannot find type in this scope: `NonFungibleToken` --> 82efaa4a557cbdba.TSInnovators22:92:40 | 92 | pub fun borrowNFT(id: UInt64): &NonFungibleToken.NFT { | ^^^^^^^^^^^^^^^^ not found in this scope error: cannot find type in this scope: `NonFungibleToken` --> 82efaa4a557cbdba.TSInnovators22:109:47 | 109 | pub fun withdraw(withdrawID: UInt64): @NonFungibleToken.NFT { | ^^^^^^^^^^^^^^^^ not found in this scope error: cannot find type in this scope: `NonFungibleToken` --> 82efaa4a557cbdba.TSInnovators22:52:32 | 52 | pub fun deposit(token: @NonFungibleToken.NFT) | ^^^^^^^^^^^^^^^^ not found in this scope error: cannot find type in this scope: `NonFungibleToken` --> 82efaa4a557cbdba.TSInnovators22:60:40 | 60 | pub fun borrowNFT(id: UInt64): &NonFungibleToken.NFT | ^^^^^^^^^^^^^^^^ not found in this scope error: cannot find type in this scope: `NonFungibleToken` --> 82efaa4a557cbdba.TSInnovators22:74:32 | 74 | pub fun deposit(token: @NonFungibleToken.NFT) { | ^^^^^^^^^^^^^^^^ not found in this scope error: cannot find type in this scope: `NonFungibleToken` --> 82efaa4a557cbdba.TSInnovators22:92:40 | 92 | pub fun borrowNFT(id: UInt64): &NonFungibleToken.NFT { | ^^^^^^^^^^^^^^^^ not found in this scope error: cannot find type in this scope: `NonFungibleToken` --> 82efaa4a557cbdba.TSInnovators22:96:44 | 96 | return (&self.ownedNFTs[id] as &NonFungibleToken.NFT?)! | ^^^^^^^^^^^^^^^^ not found in this scope error: cannot find type in this scope: `NonFungibleToken` --> 82efaa4a557cbdba.TSInnovators22:101:56 | 101 | let ref = (&self.ownedNFTs[id] as auth &NonFungibleToken.NFT?)! | ^^^^^^^^^^^^^^^^ not found in this scope error: cannot find type in this scope: `NonFungibleToken` --> 82efaa4a557cbdba.TSInnovators22:109:47 | 109 | pub fun withdraw(withdrawID: UInt64): @NonFungibleToken.NFT { | ^^^^^^^^^^^^^^^^ not found in this scopeArguments:
name:
TSInnovators22
code:
696d706f7274204e6f6e...0a202020207d0a7d0a20
Loading...