Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

env setup script #4

Merged
merged 94 commits into from
Sep 27, 2024
Merged

env setup script #4

merged 94 commits into from
Sep 27, 2024

Conversation

dvcpull
Copy link
Collaborator

@dvcpull dvcpull commented Sep 10, 2024

No description provided.

@mezrin
Copy link
Contributor

mezrin commented Sep 11, 2024

  • For me minting of NFTs didn't work without two steps:
    • assign an admin (keyless named address) the role of issuer - set_team
    • sending some balance to the admin - later it will be needed to make reserves for the minted NFTs

How this worked for you?


  • I want this repo and script to be an example how a game could setup their on-chain entities programmatically. So we need to delete blockchain-wide configs like creation of subscription tiers.
    • remove blockchain-wide things. It's can be done manually right after parachain started to produce blocks. If there will be many actions - we will make a script in node repo
    • keep appagent specific actions here

  • this repo contains a big number of metadata files. You need to 1) mint tokens for each of them and 2) set metadata to each asset.

See here:

You need to iterate the dir aws_s3_assets of this repo and mint tokens based on the metadata we have in the dir.


  • after all tokens are minted and configured - you need to make a bigger number of transfers between accounts
    • Each demo account should have at least one incoming and one outgoing transfer of each fungible token
    • every NFT tokens shall be transferred at least once

batch_all can speed up the process heavily

@dvcpull
Copy link
Collaborator Author

dvcpull commented Sep 20, 2024

@mezrin This is ready for review, posting logs from last run

node index.js
Read WS_PROVIDER_URL from .env file
Create a provider with the URL from .env
Instantiate the API with the provider
2024-09-20 20:00:28        REGISTRY: Unknown signed extensions StorageWeightReclaim, CheckPlayerTransferCall found, treating them as no-effect
2024-09-20 20:00:28        API/INIT: RPC methods not decorated: chainHead_v1_body, chainHead_v1_call, chainHead_v1_continue, chainHead_v1_follow, chainHead_v1_header, chainHead_v1_stopOperation, chainHead_v1_storage, chainHead_v1_unfollow, chainHead_v1_unpin, state_getStorageDiff, state_getStorageDiffAt, transactionWatch_v1_submitAndWatch, transactionWatch_v1_unwatch, transaction_v1_broadcast, transaction_v1_stop
2024-09-20 20:00:28        API/INIT: trait-asset-hub-runtime/1000: Not decorating unknown runtime apis: 0x91b1c8b16328eb92/1
Construct the keyring
Load accounts from .env file
Start to initialise the owners of the app agents
Send the batch of transfers
Transferred 50000000000000000 tokens from tto87J5Acwyx9stzVY1ARdNhA4KRbwTKxbpmwY7VnaaCkTyqq to ttqWFryrKwWknZd4kBVCDimczAb9PjQW3j4wDz9AcYhcbXevr
Transferred 50000000000000000 tokens from tto87J5Acwyx9stzVY1ARdNhA4KRbwTKxbpmwY7VnaaCkTyqq to tto5BBJyw9BZZMxxp9wAGwg3ZRyMLGmopCr7dR6pEhhLzAyAf
Transferred 50000000000000000 tokens from tto87J5Acwyx9stzVY1ARdNhA4KRbwTKxbpmwY7VnaaCkTyqq to ttmcLgs3b7tegED6wRMFAA6WLYWhYeCL1TgHv6u4VDWptiz8L
Transferred 500000000000000 tokens from tto87J5Acwyx9stzVY1ARdNhA4KRbwTKxbpmwY7VnaaCkTyqq to ttmfeDNnbqZ2RwJou1L41qhJJuYrEgTNVfb6tYvrjDsGnjkhE
Transferred 500000000000000 tokens from tto87J5Acwyx9stzVY1ARdNhA4KRbwTKxbpmwY7VnaaCkTyqq to ttmUjpjDEdoA9Vae1WiMcc5RuLex9xop13kwjT91gicuxiueY
Transferred 500000000000000 tokens from tto87J5Acwyx9stzVY1ARdNhA4KRbwTKxbpmwY7VnaaCkTyqq to ttnCSi8iaGuFXTRvdrzn17cVyUfnHeWqF91sdksdXB19V9y4j
Batch completed successfully
Initial transfers completed successfully
Generate free transfers between the two users
Transfer is in block and successful
Transfer is in block and successful
Free transfer created and confirmed
Generate free transfers between the two users
Transfer is in block and successful
Transfer is in block and successful
Free transfer created and confirmed
Traverse the game folders and collect entity data
Start to create AppAgent for the owner: 5GQuo8moFn3ByVDPkGGmUim4Qfg2WwmjnjiHwh3HVzenDNfz
Error creating AppAgent: Timeout: AppAgent creation took too long. Retrying in 2000ms. Attempt 1 of 5
App agent created: ID 1051 for owner ttmmUQRMirAr8PQDz3Z9xYATQMhzsPkCNKyH3uJ3i4JsUNWSE
Create the transaction to set the metadata
Sign and send the transaction
Metadata URL set successfully
Start to create fungible tokens for the AppAgent ID 1051
Token count:  3
Fungible token created with ID: 66
Fungible token created with ID: 68
Fungible token created with ID: 70
CT completed successfully
Generated token IDs:  [ '66', '68', '70' ]
Start to create fungible token for the AppAgent ID 1051
Decimals:  [ 12, 0, 12 ]
CT completed successfully
Start to create NFT Collections for the AppAgent ID 1051
NFT Collection created with ID: 158
NFT Collection created with ID: 159
NFT Collection created with ID: 160
NFT Collection created with ID: 161
NFT Collection created with ID: 162
CT completed successfully
Generated collection IDs:  [ '158', '159', '160', '161', '162' ]
Start to create NFT Collection for the AppAgent ID 1051
Collection ID  158
Send some balance to admin
Successfully sent some balance to admin. Transaction included in block: 0x2eb1de59bd8c34e53e423e36b158fa2a7a8373b476362f04a67912f04c2b7ac2
CollectionId  158
TokenId  953568
Token metadata https://trait-wallet-demo-account.trait.tech/game-a/nft-collection-a-a/nft-token-a-a-a/nft-token-a-a-a.json
CollectionId  158
TokenId  766515
Token metadata https://trait-wallet-demo-account.trait.tech/game-a/nft-collection-a-a/nft-token-a-a-b/nft-token-a-a-b.json
CollectionId  158
TokenId  752850
Token metadata https://trait-wallet-demo-account.trait.tech/game-a/nft-collection-a-a/nft-token-a-a-c/nft-token-a-a-c.json
CollectionId  158
TokenId  278423
Token metadata https://trait-wallet-demo-account.trait.tech/game-a/nft-collection-a-a/nft-token-a-a-d/nft-token-a-a-d.json
CollectionId  158
TokenId  439577
Token metadata https://trait-wallet-demo-account.trait.tech/game-a/nft-collection-a-a/nft-token-a-a-e/nft-token-a-a-e.json
CollectionId  158
TokenId  532606
Token metadata https://trait-wallet-demo-account.trait.tech/game-a/nft-collection-a-a/nft-token-a-a-f/nft-token-a-a-f.json
CollectionId  158
TokenId  587603
Token metadata https://trait-wallet-demo-account.trait.tech/game-a/nft-collection-a-a/nft-token-a-a-g/nft-token-a-a-g.json
CollectionId  158
TokenId  57722
Token metadata https://trait-wallet-demo-account.trait.tech/game-a/nft-collection-a-a/nft-token-a-a-h/nft-token-a-a-h.json
CollectionId  158
TokenId  924522
Token metadata https://trait-wallet-demo-account.trait.tech/game-a/nft-collection-a-a/nft-token-a-a-i/nft-token-a-a-i.json
CollectionId  158
TokenId  85044
Token metadata https://trait-wallet-demo-account.trait.tech/game-a/nft-collection-a-a/nft-token-a-a-j/nft-token-a-a-j.json
CT completed successfully
Sending CT to set metadata for NFT Tokens
CT completed successfully
Start to create NFT Collection for the AppAgent ID 1051
Collection ID  159
Send some balance to admin
Successfully sent some balance to admin. Transaction included in block: 0x0ac2eb138fc7ae052f301ff4a849e8063564e17325819af472a3a63c2d95013b
CollectionId  159
TokenId  44863
Token metadata https://trait-wallet-demo-account.trait.tech/game-a/nft-collection-a-b/nft-token-a-b-a/nft-token-a-b-a.json
CollectionId  159
TokenId  709758
Token metadata https://trait-wallet-demo-account.trait.tech/game-a/nft-collection-a-b/nft-token-a-b-b/nft-token-a-b-b.json
CollectionId  159
TokenId  857444
Token metadata https://trait-wallet-demo-account.trait.tech/game-a/nft-collection-a-b/nft-token-a-b-c/nft-token-a-b-c.json
CollectionId  159
TokenId  692313
Token metadata https://trait-wallet-demo-account.trait.tech/game-a/nft-collection-a-b/nft-token-a-b-d/nft-token-a-b-d.json
CollectionId  159
TokenId  840208
Token metadata https://trait-wallet-demo-account.trait.tech/game-a/nft-collection-a-b/nft-token-a-b-e/nft-token-a-b-e.json
CollectionId  159
TokenId  512745
Token metadata https://trait-wallet-demo-account.trait.tech/game-a/nft-collection-a-b/nft-token-a-b-f/nft-token-a-b-f.json
CollectionId  159
TokenId  481664
Token metadata https://trait-wallet-demo-account.trait.tech/game-a/nft-collection-a-b/nft-token-a-b-g/nft-token-a-b-g.json
CollectionId  159
TokenId  34174
Token metadata https://trait-wallet-demo-account.trait.tech/game-a/nft-collection-a-b/nft-token-a-b-h/nft-token-a-b-h.json
CollectionId  159
TokenId  979249
Token metadata https://trait-wallet-demo-account.trait.tech/game-a/nft-collection-a-b/nft-token-a-b-i/nft-token-a-b-i.json
CollectionId  159
TokenId  173590
Token metadata https://trait-wallet-demo-account.trait.tech/game-a/nft-collection-a-b/nft-token-a-b-j/nft-token-a-b-j.json
CT completed successfully
Sending CT to set metadata for NFT Tokens
CT completed successfully
Start to create NFT Collection for the AppAgent ID 1051
Collection ID  160
Send some balance to admin
Successfully sent some balance to admin. Transaction included in block: 0xd620bb5d58812c1d9b7d516eafe8f3d315c9ecf49348cbb167fbfec64f632784
CollectionId  160
TokenId  75666
Token metadata https://trait-wallet-demo-account.trait.tech/game-a/nft-collection-a-c/nft-token-a-c-a/nft-token-a-c-a.json
CollectionId  160
TokenId  131478
Token metadata https://trait-wallet-demo-account.trait.tech/game-a/nft-collection-a-c/nft-token-a-c-b/nft-token-a-c-b.json
CollectionId  160
TokenId  714952
Token metadata https://trait-wallet-demo-account.trait.tech/game-a/nft-collection-a-c/nft-token-a-c-c/nft-token-a-c-c.json
CollectionId  160
TokenId  449598
Token metadata https://trait-wallet-demo-account.trait.tech/game-a/nft-collection-a-c/nft-token-a-c-d/nft-token-a-c-d.json
CollectionId  160
TokenId  525439
Token metadata https://trait-wallet-demo-account.trait.tech/game-a/nft-collection-a-c/nft-token-a-c-e/nft-token-a-c-e.json
CollectionId  160
TokenId  256696
Token metadata https://trait-wallet-demo-account.trait.tech/game-a/nft-collection-a-c/nft-token-a-c-f/nft-token-a-c-f.json
CollectionId  160
TokenId  87173
Token metadata https://trait-wallet-demo-account.trait.tech/game-a/nft-collection-a-c/nft-token-a-c-g/nft-token-a-c-g.json
CollectionId  160
TokenId  832077
Token metadata https://trait-wallet-demo-account.trait.tech/game-a/nft-collection-a-c/nft-token-a-c-h/nft-token-a-c-h.json
CollectionId  160
TokenId  869993
Token metadata https://trait-wallet-demo-account.trait.tech/game-a/nft-collection-a-c/nft-token-a-c-i/nft-token-a-c-i.json
CollectionId  160
TokenId  854713
Token metadata https://trait-wallet-demo-account.trait.tech/game-a/nft-collection-a-c/nft-token-a-c-j/nft-token-a-c-j.json
CT completed successfully
Sending CT to set metadata for NFT Tokens
CT completed successfully
Start to create NFT Collection for the AppAgent ID 1051
Collection ID  161
Send some balance to admin
Successfully sent some balance to admin. Transaction included in block: 0xd932d141583d1f01884154f58f4c6cc2e74a327a2d93cb1547f5f13a19e6119a
CollectionId  161
TokenId  768363
Token metadata https://trait-wallet-demo-account.trait.tech/game-a/nft-collection-a-d/nft-token-a-d-a/nft-token-a-d-a.json
CollectionId  161
TokenId  223769
Token metadata https://trait-wallet-demo-account.trait.tech/game-a/nft-collection-a-d/nft-token-a-d-b/nft-token-a-d-b.json
CollectionId  161
TokenId  958491
Token metadata https://trait-wallet-demo-account.trait.tech/game-a/nft-collection-a-d/nft-token-a-d-c/nft-token-a-d-c.json
CollectionId  161
TokenId  131751
Token metadata https://trait-wallet-demo-account.trait.tech/game-a/nft-collection-a-d/nft-token-a-d-d/nft-token-a-d-d.json
CollectionId  161
TokenId  282130
Token metadata https://trait-wallet-demo-account.trait.tech/game-a/nft-collection-a-d/nft-token-a-d-e/nft-token-a-d-e.json
CollectionId  161
TokenId  742070
Token metadata https://trait-wallet-demo-account.trait.tech/game-a/nft-collection-a-d/nft-token-a-d-f/nft-token-a-d-f.json
CollectionId  161
TokenId  214856
Token metadata https://trait-wallet-demo-account.trait.tech/game-a/nft-collection-a-d/nft-token-a-d-g/nft-token-a-d-g.json
CollectionId  161
TokenId  530467
Token metadata https://trait-wallet-demo-account.trait.tech/game-a/nft-collection-a-d/nft-token-a-d-h/nft-token-a-d-h.json
CollectionId  161
TokenId  952632
Token metadata https://trait-wallet-demo-account.trait.tech/game-a/nft-collection-a-d/nft-token-a-d-i/nft-token-a-d-i.json
CollectionId  161
TokenId  128020
Token metadata https://trait-wallet-demo-account.trait.tech/game-a/nft-collection-a-d/nft-token-a-d-j/nft-token-a-d-j.json
CT completed successfully
Sending CT to set metadata for NFT Tokens
Error configuring Fungible Token: Timeout: Configuring NFT Collection took too long. Retrying in 2000ms. Attempt 1 of 5
Error configuring Fungible Token: CT did not complete successfully. Retrying in 4000ms. Attempt 2 of 5
CT completed successfully
CT completed successfully
Start to create NFT Collection for the AppAgent ID 1051
Collection ID  162
Send some balance to admin
Successfully sent some balance to admin. Transaction included in block: 0x71d60c590a7d78c21ee6e495985da7a8bac3e3e432abc3e747e6a0ef8e3b03f0
CollectionId  162
TokenId  209091
Token metadata https://trait-wallet-demo-account.trait.tech/game-a/nft-collection-a-e/nft-token-a-e-a/nft-token-a-e-a.json
CollectionId  162
TokenId  321904
Token metadata https://trait-wallet-demo-account.trait.tech/game-a/nft-collection-a-e/nft-token-a-e-b/nft-token-a-e-b.json
CollectionId  162
TokenId  851154
Token metadata https://trait-wallet-demo-account.trait.tech/game-a/nft-collection-a-e/nft-token-a-e-c/nft-token-a-e-c.json
CollectionId  162
TokenId  147591
Token metadata https://trait-wallet-demo-account.trait.tech/game-a/nft-collection-a-e/nft-token-a-e-d/nft-token-a-e-d.json
CollectionId  162
TokenId  466840
Token metadata https://trait-wallet-demo-account.trait.tech/game-a/nft-collection-a-e/nft-token-a-e-e/nft-token-a-e-e.json
CollectionId  162
TokenId  882078
Token metadata https://trait-wallet-demo-account.trait.tech/game-a/nft-collection-a-e/nft-token-a-e-f/nft-token-a-e-f.json
CollectionId  162
TokenId  345022
Token metadata https://trait-wallet-demo-account.trait.tech/game-a/nft-collection-a-e/nft-token-a-e-g/nft-token-a-e-g.json
CollectionId  162
TokenId  543264
Token metadata https://trait-wallet-demo-account.trait.tech/game-a/nft-collection-a-e/nft-token-a-e-h/nft-token-a-e-h.json
CollectionId  162
TokenId  35506
Token metadata https://trait-wallet-demo-account.trait.tech/game-a/nft-collection-a-e/nft-token-a-e-i/nft-token-a-e-i.json
CollectionId  162
TokenId  962956
Token metadata https://trait-wallet-demo-account.trait.tech/game-a/nft-collection-a-e/nft-token-a-e-j/nft-token-a-e-j.json
CT completed successfully
Sending CT to set metadata for NFT Tokens
CT completed successfully
Start to create AppAgent for the owner: 5Dyq7TuQTSqxmq7TiiEphdBdg3sy4K5WGWthNeguezPArnQT
App agent created: ID 1052 for owner ttmnnTCSbx2G9f4TujBv5GiUsSp7oGrcYWzmGkQMD8UbTNzXg
Create the transaction to set the metadata
Sign and send the transaction
Metadata URL set successfully
Start to create fungible tokens for the AppAgent ID 1052
Token count:  2
Fungible token created with ID: 72
Fungible token created with ID: 74
CT completed successfully
Generated token IDs:  [ '72', '74' ]
Start to create fungible token for the AppAgent ID 1052
Decimals:  [ 2, 0 ]
CT completed successfully
Start to create NFT Collections for the AppAgent ID 1052
NFT Collection created with ID: 163
NFT Collection created with ID: 164
NFT Collection created with ID: 165
NFT Collection created with ID: 166
CT completed successfully
Generated collection IDs:  [ '163', '164', '165', '166' ]
Start to create NFT Collection for the AppAgent ID 1052
Collection ID  163
Send some balance to admin
Successfully sent some balance to admin. Transaction included in block: 0xbba9a3f1fb42e6cef338e69002fb23e1a051ffd5bb29953af67797978d96db77
CollectionId  163
TokenId  194050
Token metadata https://trait-wallet-demo-account.trait.tech/game-b/nft-collection-b-a/nft-token-b-a-a/nft-token-b-a-a.json
CollectionId  163
TokenId  116101
Token metadata https://trait-wallet-demo-account.trait.tech/game-b/nft-collection-b-a/nft-token-b-a-b/nft-token-b-a-b.json
CollectionId  163
TokenId  46345
Token metadata https://trait-wallet-demo-account.trait.tech/game-b/nft-collection-b-a/nft-token-b-a-c/nft-token-b-a-c.json
CollectionId  163
TokenId  474399
Token metadata https://trait-wallet-demo-account.trait.tech/game-b/nft-collection-b-a/nft-token-b-a-d/nft-token-b-a-d.json
CollectionId  163
TokenId  761640
Token metadata https://trait-wallet-demo-account.trait.tech/game-b/nft-collection-b-a/nft-token-b-a-e/nft-token-b-a-e.json
CollectionId  163
TokenId  700376
Token metadata https://trait-wallet-demo-account.trait.tech/game-b/nft-collection-b-a/nft-token-b-a-f/nft-token-b-a-f.json
CollectionId  163
TokenId  930728
Token metadata https://trait-wallet-demo-account.trait.tech/game-b/nft-collection-b-a/nft-token-b-a-g/nft-token-b-a-g.json
CollectionId  163
TokenId  78744
Token metadata https://trait-wallet-demo-account.trait.tech/game-b/nft-collection-b-a/nft-token-b-a-h/nft-token-b-a-h.json
CollectionId  163
TokenId  975566
Token metadata https://trait-wallet-demo-account.trait.tech/game-b/nft-collection-b-a/nft-token-b-a-i/nft-token-b-a-i.json
CollectionId  163
TokenId  269484
Token metadata https://trait-wallet-demo-account.trait.tech/game-b/nft-collection-b-a/nft-token-b-a-j/nft-token-b-a-j.json
CT completed successfully
Sending CT to set metadata for NFT Tokens
CT completed successfully
Start to create NFT Collection for the AppAgent ID 1052
Collection ID  164
Send some balance to admin
Successfully sent some balance to admin. Transaction included in block: 0xa3be292cf3a05d5d6770c35bcf621da88331af05fe2f30a9a6d2c4c26fba2721
CollectionId  164
TokenId  403988
Token metadata https://trait-wallet-demo-account.trait.tech/game-b/nft-collection-b-b/nft-token-b-b-a/nft-token-b-b-a.json
CollectionId  164
TokenId  422614
Token metadata https://trait-wallet-demo-account.trait.tech/game-b/nft-collection-b-b/nft-token-b-b-b/nft-token-b-b-b.json
CollectionId  164
TokenId  182308
Token metadata https://trait-wallet-demo-account.trait.tech/game-b/nft-collection-b-b/nft-token-b-b-c/nft-token-b-b-c.json
CollectionId  164
TokenId  807051
Token metadata https://trait-wallet-demo-account.trait.tech/game-b/nft-collection-b-b/nft-token-b-b-d/nft-token-b-b-d.json
CollectionId  164
TokenId  373189
Token metadata https://trait-wallet-demo-account.trait.tech/game-b/nft-collection-b-b/nft-token-b-b-e/nft-token-b-b-e.json
CollectionId  164
TokenId  675237
Token metadata https://trait-wallet-demo-account.trait.tech/game-b/nft-collection-b-b/nft-token-b-b-f/nft-token-b-b-f.json
CollectionId  164
TokenId  638354
Token metadata https://trait-wallet-demo-account.trait.tech/game-b/nft-collection-b-b/nft-token-b-b-g/nft-token-b-b-g.json
CollectionId  164
TokenId  150891
Token metadata https://trait-wallet-demo-account.trait.tech/game-b/nft-collection-b-b/nft-token-b-b-h/nft-token-b-b-h.json
CollectionId  164
TokenId  217053
Token metadata https://trait-wallet-demo-account.trait.tech/game-b/nft-collection-b-b/nft-token-b-b-i/nft-token-b-b-i.json
CollectionId  164
TokenId  448529
Token metadata https://trait-wallet-demo-account.trait.tech/game-b/nft-collection-b-b/nft-token-b-b-j/nft-token-b-b-j.json
CT completed successfully
Sending CT to set metadata for NFT Tokens
CT completed successfully
Start to create NFT Collection for the AppAgent ID 1052
Collection ID  165
Send some balance to admin
Error sending balance to admin: Timeout: Sending balance to admin took too long. Retrying in 2000ms. Attempt 1 of 5
Send some balance to admin
2024-09-20 20:05:08        RPC-CORE: submitAndWatchExtrinsic(extrinsic: Extrinsic): ExtrinsicStatus:: 1014: Priority is too low: (7092647083 vs 161495459): The transaction has too low priority to replace another transaction already in the pool.
Couldn't send balance to admin: RpcError: 1014: Priority is too low: (7092647083 vs 161495459): The transaction has too low priority to replace another transaction already in the pool.
2024-09-20 20:05:08        RPC-CORE: submitAndWatchExtrinsic(extrinsic: Extrinsic): ExtrinsicStatus:: 1014: Priority is too low: (7092647083 vs 161495459): The transaction has too low priority to replace another transaction already in the pool.
Error sending balance to admin: RpcError: 1014: Priority is too low: (7092647083 vs 161495459): The transaction has too low priority to replace another transaction already in the pool.. Retrying in 4000ms. Attempt 2 of 5
CT completed successfully
CT completed successfully
Send some balance to admin
Successfully sent some balance to admin. Transaction included in block: 0xcde721509a73ba238f8dbe6f7845a38a6dcee212478640952eb0f3ad65ddaf4c
CollectionId  165
TokenId  829771
Token metadata https://trait-wallet-demo-account.trait.tech/game-b/nft-collection-b-c/nft-token-b-c-a/nft-token-b-c-a.json
CollectionId  165
TokenId  485579
Token metadata https://trait-wallet-demo-account.trait.tech/game-b/nft-collection-b-c/nft-token-b-c-b/nft-token-b-c-b.json
CollectionId  165
TokenId  362267
Token metadata https://trait-wallet-demo-account.trait.tech/game-b/nft-collection-b-c/nft-token-b-c-c/nft-token-b-c-c.json
CollectionId  165
TokenId  282914
Token metadata https://trait-wallet-demo-account.trait.tech/game-b/nft-collection-b-c/nft-token-b-c-d/nft-token-b-c-d.json
CollectionId  165
TokenId  229483
Token metadata https://trait-wallet-demo-account.trait.tech/game-b/nft-collection-b-c/nft-token-b-c-e/nft-token-b-c-e.json
CollectionId  165
TokenId  439700
Token metadata https://trait-wallet-demo-account.trait.tech/game-b/nft-collection-b-c/nft-token-b-c-f/nft-token-b-c-f.json
CollectionId  165
TokenId  759356
Token metadata https://trait-wallet-demo-account.trait.tech/game-b/nft-collection-b-c/nft-token-b-c-g/nft-token-b-c-g.json
CollectionId  165
TokenId  744444
Token metadata https://trait-wallet-demo-account.trait.tech/game-b/nft-collection-b-c/nft-token-b-c-h/nft-token-b-c-h.json
CollectionId  165
TokenId  11104
Token metadata https://trait-wallet-demo-account.trait.tech/game-b/nft-collection-b-c/nft-token-b-c-i/nft-token-b-c-i.json
CollectionId  165
TokenId  401952
Token metadata https://trait-wallet-demo-account.trait.tech/game-b/nft-collection-b-c/nft-token-b-c-j/nft-token-b-c-j.json
CT completed successfully
Sending CT to set metadata for NFT Tokens
CT completed successfully
Start to create NFT Collection for the AppAgent ID 1052
Collection ID  166
Send some balance to admin
Successfully sent some balance to admin. Transaction included in block: 0x0e6bbab47f1f010cf7a93dc2b10d4ad88595e651c4eb725beb4abd651b2bfdda
CollectionId  166
TokenId  95467
Token metadata https://trait-wallet-demo-account.trait.tech/game-b/nft-collection-b-d/nft-token-b-d-a/nft-token-b-d-a.json
CollectionId  166
TokenId  143462
Token metadata https://trait-wallet-demo-account.trait.tech/game-b/nft-collection-b-d/nft-token-b-d-b/nft-token-b-d-b.json
CollectionId  166
TokenId  310090
Token metadata https://trait-wallet-demo-account.trait.tech/game-b/nft-collection-b-d/nft-token-b-d-c/nft-token-b-d-c.json
CollectionId  166
TokenId  556419
Token metadata https://trait-wallet-demo-account.trait.tech/game-b/nft-collection-b-d/nft-token-b-d-d/nft-token-b-d-d.json
CollectionId  166
TokenId  52034
Token metadata https://trait-wallet-demo-account.trait.tech/game-b/nft-collection-b-d/nft-token-b-d-e/nft-token-b-d-e.json
CollectionId  166
TokenId  517007
Token metadata https://trait-wallet-demo-account.trait.tech/game-b/nft-collection-b-d/nft-token-b-d-f/nft-token-b-d-f.json
CollectionId  166
TokenId  599919
Token metadata https://trait-wallet-demo-account.trait.tech/game-b/nft-collection-b-d/nft-token-b-d-g/nft-token-b-d-g.json
CollectionId  166
TokenId  225358
Token metadata https://trait-wallet-demo-account.trait.tech/game-b/nft-collection-b-d/nft-token-b-d-h/nft-token-b-d-h.json
CollectionId  166
TokenId  28864
Token metadata https://trait-wallet-demo-account.trait.tech/game-b/nft-collection-b-d/nft-token-b-d-i/nft-token-b-d-i.json
CollectionId  166
TokenId  432270
Token metadata https://trait-wallet-demo-account.trait.tech/game-b/nft-collection-b-d/nft-token-b-d-j/nft-token-b-d-j.json
CT completed successfully
Sending CT to set metadata for NFT Tokens
CT completed successfully
Start to create AppAgent for the owner: 5CWzd1y4S9w5e5Faz8Khv3eQnbEBRjbhXM4z4SwAAos5Qhhd
App agent created: ID 1053 for owner ttmp6VyXV7C7Bg7bH38Tsc29iKsuoVhTtHKZKUD2vJW1s2sHz
Create the transaction to set the metadata
Sign and send the transaction
Metadata URL set successfully
Start to create fungible tokens for the AppAgent ID 1053
Token count:  1
Fungible token created with ID: 76
CT completed successfully
Generated token IDs:  [ '76' ]
Start to create fungible token for the AppAgent ID 1053
Decimals:  [ 12 ]
CT completed successfully
Start to create NFT Collections for the AppAgent ID 1053
NFT Collection created with ID: 167
NFT Collection created with ID: 168
NFT Collection created with ID: 169
NFT Collection created with ID: 170
CT completed successfully
Generated collection IDs:  [ '167', '168', '169', '170' ]
Start to create NFT Collection for the AppAgent ID 1053
Collection ID  167
Send some balance to admin
Successfully sent some balance to admin. Transaction included in block: 0xec1de885e6c735012f6f35c0e2c0b890fa31b5fadef1b63c04ef174c5a294fce
CollectionId  167
TokenId  382892
Token metadata https://trait-wallet-demo-account.trait.tech/game-c/nft-collection-c-a/nft-token-c-a-a/nft-token-c-a-a.json
CollectionId  167
TokenId  658441
Token metadata https://trait-wallet-demo-account.trait.tech/game-c/nft-collection-c-a/nft-token-c-a-b/nft-token-c-a-b.json
CollectionId  167
TokenId  312097
Token metadata https://trait-wallet-demo-account.trait.tech/game-c/nft-collection-c-a/nft-token-c-a-c/nft-token-c-a-c.json
CollectionId  167
TokenId  43895
Token metadata https://trait-wallet-demo-account.trait.tech/game-c/nft-collection-c-a/nft-token-c-a-d/nft-token-c-a-d.json
CollectionId  167
TokenId  138179
Token metadata https://trait-wallet-demo-account.trait.tech/game-c/nft-collection-c-a/nft-token-c-a-e/nft-token-c-a-e.json
CollectionId  167
TokenId  416933
Token metadata https://trait-wallet-demo-account.trait.tech/game-c/nft-collection-c-a/nft-token-c-a-f/nft-token-c-a-f.json
CollectionId  167
TokenId  652005
Token metadata https://trait-wallet-demo-account.trait.tech/game-c/nft-collection-c-a/nft-token-c-a-g/nft-token-c-a-g.json
CollectionId  167
TokenId  433568
Token metadata https://trait-wallet-demo-account.trait.tech/game-c/nft-collection-c-a/nft-token-c-a-h/nft-token-c-a-h.json
CollectionId  167
TokenId  537491
Token metadata https://trait-wallet-demo-account.trait.tech/game-c/nft-collection-c-a/nft-token-c-a-i/nft-token-c-a-i.json
CollectionId  167
TokenId  654975
Token metadata https://trait-wallet-demo-account.trait.tech/game-c/nft-collection-c-a/nft-token-c-a-j/nft-token-c-a-j.json
CT completed successfully
Sending CT to set metadata for NFT Tokens
Error configuring Fungible Token: Timeout: Configuring NFT Collection took too long. Retrying in 2000ms. Attempt 1 of 5
CT completed successfully
Error configuring Fungible Token: Timeout: Configuring NFT Collection took too long. Retrying in 4000ms. Attempt 2 of 5
CT completed successfully
CT completed successfully
Start to create NFT Collection for the AppAgent ID 1053
Collection ID  168
Send some balance to admin
Successfully sent some balance to admin. Transaction included in block: 0x23ca1fe266dbba7ae107bb099081977e627ffe0aa6b1aa1e2c031e72e0843dac
CollectionId  168
TokenId  957585
Token metadata https://trait-wallet-demo-account.trait.tech/game-c/nft-collection-c-b/nft-token-c-b-a/nft-token-c-b-a.json
CollectionId  168
TokenId  494728
Token metadata https://trait-wallet-demo-account.trait.tech/game-c/nft-collection-c-b/nft-token-c-b-b/nft-token-c-b-b.json
CollectionId  168
TokenId  518990
Token metadata https://trait-wallet-demo-account.trait.tech/game-c/nft-collection-c-b/nft-token-c-b-c/nft-token-c-b-c.json
CollectionId  168
TokenId  965208
Token metadata https://trait-wallet-demo-account.trait.tech/game-c/nft-collection-c-b/nft-token-c-b-d/nft-token-c-b-d.json
CollectionId  168
TokenId  400514
Token metadata https://trait-wallet-demo-account.trait.tech/game-c/nft-collection-c-b/nft-token-c-b-e/nft-token-c-b-e.json
CollectionId  168
TokenId  738283
Token metadata https://trait-wallet-demo-account.trait.tech/game-c/nft-collection-c-b/nft-token-c-b-f/nft-token-c-b-f.json
CollectionId  168
TokenId  431024
Token metadata https://trait-wallet-demo-account.trait.tech/game-c/nft-collection-c-b/nft-token-c-b-g/nft-token-c-b-g.json
CollectionId  168
TokenId  374693
Token metadata https://trait-wallet-demo-account.trait.tech/game-c/nft-collection-c-b/nft-token-c-b-h/nft-token-c-b-h.json
CollectionId  168
TokenId  416311
Token metadata https://trait-wallet-demo-account.trait.tech/game-c/nft-collection-c-b/nft-token-c-b-i/nft-token-c-b-i.json
CollectionId  168
TokenId  661488
Token metadata https://trait-wallet-demo-account.trait.tech/game-c/nft-collection-c-b/nft-token-c-b-j/nft-token-c-b-j.json
CT completed successfully
Sending CT to set metadata for NFT Tokens
CT completed successfully
Start to create NFT Collection for the AppAgent ID 1053
Collection ID  169
Send some balance to admin
Successfully sent some balance to admin. Transaction included in block: 0x9f51ed71c8ea0cf7e3777f6c00620031a012ac1d8e45023b4101a1f96f6bfba5
CollectionId  169
TokenId  130656
Token metadata https://trait-wallet-demo-account.trait.tech/game-c/nft-collection-c-c/nft-token-c-c-a/nft-token-c-c-a.json
CollectionId  169
TokenId  166471
Token metadata https://trait-wallet-demo-account.trait.tech/game-c/nft-collection-c-c/nft-token-c-c-b/nft-token-c-c-b.json
CollectionId  169
TokenId  576879
Token metadata https://trait-wallet-demo-account.trait.tech/game-c/nft-collection-c-c/nft-token-c-c-c/nft-token-c-c-c.json
CollectionId  169
TokenId  277061
Token metadata https://trait-wallet-demo-account.trait.tech/game-c/nft-collection-c-c/nft-token-c-c-d/nft-token-c-c-d.json
CollectionId  169
TokenId  428750
Token metadata https://trait-wallet-demo-account.trait.tech/game-c/nft-collection-c-c/nft-token-c-c-e/nft-token-c-c-e.json
CollectionId  169
TokenId  403444
Token metadata https://trait-wallet-demo-account.trait.tech/game-c/nft-collection-c-c/nft-token-c-c-f/nft-token-c-c-f.json
CollectionId  169
TokenId  850110
Token metadata https://trait-wallet-demo-account.trait.tech/game-c/nft-collection-c-c/nft-token-c-c-g/nft-token-c-c-g.json
CollectionId  169
TokenId  907833
Token metadata https://trait-wallet-demo-account.trait.tech/game-c/nft-collection-c-c/nft-token-c-c-h/nft-token-c-c-h.json
CollectionId  169
TokenId  309727
Token metadata https://trait-wallet-demo-account.trait.tech/game-c/nft-collection-c-c/nft-token-c-c-i/nft-token-c-c-i.json
CollectionId  169
TokenId  241193
Token metadata https://trait-wallet-demo-account.trait.tech/game-c/nft-collection-c-c/nft-token-c-c-j/nft-token-c-c-j.json
CT completed successfully
Sending CT to set metadata for NFT Tokens
CT completed successfully
Start to create NFT Collection for the AppAgent ID 1053
Collection ID  170
Send some balance to admin
Successfully sent some balance to admin. Transaction included in block: 0xfc162c0e3424228d8d8c487e4cf8d5f85dadf1e08876ff541a738c93d78b9a74
CollectionId  170
TokenId  725587
Token metadata https://trait-wallet-demo-account.trait.tech/game-c/nft-collection-c-d/nft-token-c-d-a/nft-token-c-d-a.json
CollectionId  170
TokenId  681050
Token metadata https://trait-wallet-demo-account.trait.tech/game-c/nft-collection-c-d/nft-token-c-d-b/nft-token-c-d-b.json
CollectionId  170
TokenId  887357
Token metadata https://trait-wallet-demo-account.trait.tech/game-c/nft-collection-c-d/nft-token-c-d-c/nft-token-c-d-c.json
CollectionId  170
TokenId  907485
Token metadata https://trait-wallet-demo-account.trait.tech/game-c/nft-collection-c-d/nft-token-c-d-d/nft-token-c-d-d.json
CollectionId  170
TokenId  148089
Token metadata https://trait-wallet-demo-account.trait.tech/game-c/nft-collection-c-d/nft-token-c-d-e/nft-token-c-d-e.json
CollectionId  170
TokenId  966103
Token metadata https://trait-wallet-demo-account.trait.tech/game-c/nft-collection-c-d/nft-token-c-d-f/nft-token-c-d-f.json
CollectionId  170
TokenId  433136
Token metadata https://trait-wallet-demo-account.trait.tech/game-c/nft-collection-c-d/nft-token-c-d-g/nft-token-c-d-g.json
CollectionId  170
TokenId  759158
Token metadata https://trait-wallet-demo-account.trait.tech/game-c/nft-collection-c-d/nft-token-c-d-h/nft-token-c-d-h.json
CollectionId  170
TokenId  764802
Token metadata https://trait-wallet-demo-account.trait.tech/game-c/nft-collection-c-d/nft-token-c-d-i/nft-token-c-d-i.json
CollectionId  170
TokenId  238193
Token metadata https://trait-wallet-demo-account.trait.tech/game-c/nft-collection-c-d/nft-token-c-d-j/nft-token-c-d-j.json
CT completed successfully
Sending CT to set metadata for NFT Tokens
CT completed successfully
Create demo transfers for fungibles [ '66', '68', '70', '72', '74', '76' ]
Generate free transfers between the two users
Token ID:  66
Token sender:  5CaJ9Xi59pJqMAxYa78ZbeSP9dNsTzeBjFsxWUjQBAJyRTbE
Transfer 1 is in block and successful
Free transfer 1 created and in block
Transfer 2 is in block and successful
Free transfer 2 created and in block
All transfers completed successfully
App agent assets created successfully
Generate free transfers between the two users
Token ID:  66
Token sender:  5CPPkt8hx4SYuSnf5VSAN2ZyajUnkM5h7RioQgtMfux9Qkqh
Transfer 1 is in block and successful
Free transfer 1 created and in block
Transfer 2 is in block and successful
Free transfer 2 created and in block
All transfers completed successfully
App agent assets created successfully
Generate free transfers between the two users
Token ID:  68
Token sender:  5CaJ9Xi59pJqMAxYa78ZbeSP9dNsTzeBjFsxWUjQBAJyRTbE
Transfer 1 is in block and successful
Free transfer 1 created and in block
Transfer 2 is in block and successful
Free transfer 2 created and in block
All transfers completed successfully
App agent assets created successfully
Generate free transfers between the two users
Token ID:  68
Token sender:  5CPPkt8hx4SYuSnf5VSAN2ZyajUnkM5h7RioQgtMfux9Qkqh
Transfer 1 is in block and successful
Free transfer 1 created and in block
Error creating free transfer 2: Error: Timeout: Transfer 2 took too long. Retrying in 2000ms. Attempt 1 of 5
2024-09-20 20:09:08        RPC-CORE: submitAndWatchExtrinsic(extrinsic: Extrinsic): ExtrinsicStatus:: 1014: Priority is too low: (327619746 vs 327619746): The transaction has too low priority to replace another transaction already in the pool.
Priority too low. Retrying with increased delay.
2024-09-20 20:09:08        RPC-CORE: submitAndWatchExtrinsic(extrinsic: Extrinsic): ExtrinsicStatus:: 1014: Priority is too low: (327619746 vs 327619746): The transaction has too low priority to replace another transaction already in the pool.
Error creating free transfer 2: RpcError: 1014: Priority is too low: (327619746 vs 327619746): The transaction has too low priority to replace another transaction already in the pool.. Retrying in 4000ms. Attempt 2 of 5
Transfer 2 is in block and successful
Free transfer 2 created and in block
All transfers completed successfully
App agent assets created successfully
Generate free transfers between the two users
Token ID:  70
Token sender:  5CaJ9Xi59pJqMAxYa78ZbeSP9dNsTzeBjFsxWUjQBAJyRTbE
Transfer 1 is in block and successful
Free transfer 1 created and in block
Transfer 2 is in block and successful
Free transfer 2 created and in block
All transfers completed successfully
App agent assets created successfully
Generate free transfers between the two users
Token ID:  70
Token sender:  5CPPkt8hx4SYuSnf5VSAN2ZyajUnkM5h7RioQgtMfux9Qkqh
Transfer 1 is in block and successful
Free transfer 1 created and in block
Transfer 2 is in block and successful
Free transfer 2 created and in block
All transfers completed successfully
App agent assets created successfully
Generate free transfers between the two users
Token ID:  72
Token sender:  5CaJ9Xi59pJqMAxYa78ZbeSP9dNsTzeBjFsxWUjQBAJyRTbE
Transfer 1 is in block and successful
Free transfer 1 created and in block
Transfer 2 is in block and successful
Free transfer 2 created and in block
All transfers completed successfully
App agent assets created successfully
Generate free transfers between the two users
Token ID:  72
Token sender:  5CPPkt8hx4SYuSnf5VSAN2ZyajUnkM5h7RioQgtMfux9Qkqh
Transfer 1 is in block and successful
Free transfer 1 created and in block
Error creating free transfer 2: Error: Timeout: Transfer 2 took too long. Retrying in 2000ms. Attempt 1 of 5
Transfer 2 is in block and successful
Free transfer 2 created and in block
All transfers completed successfully
App agent assets created successfully
Generate free transfers between the two users
Token ID:  74
Token sender:  5CaJ9Xi59pJqMAxYa78ZbeSP9dNsTzeBjFsxWUjQBAJyRTbE
Transfer 1 is in block and successful
Free transfer 1 created and in block
Transfer 2 is in block and successful
Free transfer 2 created and in block
All transfers completed successfully
App agent assets created successfully
Generate free transfers between the two users
Token ID:  74
Token sender:  5CPPkt8hx4SYuSnf5VSAN2ZyajUnkM5h7RioQgtMfux9Qkqh
Transfer 1 is in block and successful
Free transfer 1 created and in block
Transfer 2 is in block and successful
Free transfer 2 created and in block
All transfers completed successfully
App agent assets created successfully
Generate free transfers between the two users
Token ID:  76
Token sender:  5CaJ9Xi59pJqMAxYa78ZbeSP9dNsTzeBjFsxWUjQBAJyRTbE
Transfer 1 is in block and successful
Free transfer 1 created and in block
Transfer 2 is in block and successful
Free transfer 2 created and in block
All transfers completed successfully
App agent assets created successfully
Generate free transfers between the two users
Token ID:  76
Token sender:  5CPPkt8hx4SYuSnf5VSAN2ZyajUnkM5h7RioQgtMfux9Qkqh
Error creating free transfer 1: Error: Timeout: Transfer 1 took too long. Retrying in 2000ms. Attempt 1 of 5
2024-09-20 20:11:08        RPC-CORE: submitAndWatchExtrinsic(extrinsic: Extrinsic): ExtrinsicStatus:: 1010: Invalid Transaction: Custom error: 0
2024-09-20 20:11:08        RPC-CORE: submitAndWatchExtrinsic(extrinsic: Extrinsic): ExtrinsicStatus:: 1010: Invalid Transaction: Custom error: 0
Error creating free transfer 1: RpcError: 1010: Invalid Transaction: Custom error: 0. Retrying in 4000ms. Attempt 2 of 5
Transfer 1 is in block and successful
Free transfer 1 created and in block
Error creating free transfer 2: Error: Timeout: Transfer 2 took too long. Retrying in 2000ms. Attempt 1 of 5
Transfer 2 is in block and successful
Free transfer 2 created and in block
All transfers completed successfully
App agent assets created successfully
Create demo transfers for NFTs [
  { collectionId: '158', tokenId: 953568 },
  { collectionId: '158', tokenId: 766515 },
  { collectionId: '158', tokenId: 752850 },
  { collectionId: '158', tokenId: 278423 },
  { collectionId: '158', tokenId: 439577 },
  { collectionId: '158', tokenId: 532606 },
  { collectionId: '158', tokenId: 587603 },
  { collectionId: '158', tokenId: 57722 },
  { collectionId: '158', tokenId: 924522 },
  { collectionId: '158', tokenId: 85044 },
  { collectionId: '159', tokenId: 44863 },
  { collectionId: '159', tokenId: 709758 },
  { collectionId: '159', tokenId: 857444 },
  { collectionId: '159', tokenId: 692313 },
  { collectionId: '159', tokenId: 840208 },
  { collectionId: '159', tokenId: 512745 },
  { collectionId: '159', tokenId: 481664 },
  { collectionId: '159', tokenId: 34174 },
  { collectionId: '159', tokenId: 979249 },
  { collectionId: '159', tokenId: 173590 },
  { collectionId: '160', tokenId: 75666 },
  { collectionId: '160', tokenId: 131478 },
  { collectionId: '160', tokenId: 714952 },
  { collectionId: '160', tokenId: 449598 },
  { collectionId: '160', tokenId: 525439 },
  { collectionId: '160', tokenId: 256696 },
  { collectionId: '160', tokenId: 87173 },
  { collectionId: '160', tokenId: 832077 },
  { collectionId: '160', tokenId: 869993 },
  { collectionId: '160', tokenId: 854713 },
  { collectionId: '161', tokenId: 768363 },
  { collectionId: '161', tokenId: 223769 },
  { collectionId: '161', tokenId: 958491 },
  { collectionId: '161', tokenId: 131751 },
  { collectionId: '161', tokenId: 282130 },
  { collectionId: '161', tokenId: 742070 },
  { collectionId: '161', tokenId: 214856 },
  { collectionId: '161', tokenId: 530467 },
  { collectionId: '161', tokenId: 952632 },
  { collectionId: '161', tokenId: 128020 },
  { collectionId: '162', tokenId: 209091 },
  { collectionId: '162', tokenId: 321904 },
  { collectionId: '162', tokenId: 851154 },
  { collectionId: '162', tokenId: 147591 },
  { collectionId: '162', tokenId: 466840 },
  { collectionId: '162', tokenId: 882078 },
  { collectionId: '162', tokenId: 345022 },
  { collectionId: '162', tokenId: 543264 },
  { collectionId: '162', tokenId: 35506 },
  { collectionId: '162', tokenId: 962956 },
  { collectionId: '163', tokenId: 194050 },
  { collectionId: '163', tokenId: 116101 },
  { collectionId: '163', tokenId: 46345 },
  { collectionId: '163', tokenId: 474399 },
  { collectionId: '163', tokenId: 761640 },
  { collectionId: '163', tokenId: 700376 },
  { collectionId: '163', tokenId: 930728 },
  { collectionId: '163', tokenId: 78744 },
  { collectionId: '163', tokenId: 975566 },
  { collectionId: '163', tokenId: 269484 },
  { collectionId: '164', tokenId: 403988 },
  { collectionId: '164', tokenId: 422614 },
  { collectionId: '164', tokenId: 182308 },
  { collectionId: '164', tokenId: 807051 },
  { collectionId: '164', tokenId: 373189 },
  { collectionId: '164', tokenId: 675237 },
  { collectionId: '164', tokenId: 638354 },
  { collectionId: '164', tokenId: 150891 },
  { collectionId: '164', tokenId: 217053 },
  { collectionId: '164', tokenId: 448529 },
  { collectionId: '165', tokenId: 829771 },
  { collectionId: '165', tokenId: 485579 },
  { collectionId: '165', tokenId: 362267 },
  { collectionId: '165', tokenId: 282914 },
  { collectionId: '165', tokenId: 229483 },
  { collectionId: '165', tokenId: 439700 },
  { collectionId: '165', tokenId: 759356 },
  { collectionId: '165', tokenId: 744444 },
  { collectionId: '165', tokenId: 11104 },
  { collectionId: '165', tokenId: 401952 },
  { collectionId: '166', tokenId: 95467 },
  { collectionId: '166', tokenId: 143462 },
  { collectionId: '166', tokenId: 310090 },
  { collectionId: '166', tokenId: 556419 },
  { collectionId: '166', tokenId: 52034 },
  { collectionId: '166', tokenId: 517007 },
  { collectionId: '166', tokenId: 599919 },
  { collectionId: '166', tokenId: 225358 },
  { collectionId: '166', tokenId: 28864 },
  { collectionId: '166', tokenId: 432270 },
  { collectionId: '167', tokenId: 382892 },
  { collectionId: '167', tokenId: 658441 },
  { collectionId: '167', tokenId: 312097 },
  { collectionId: '167', tokenId: 43895 },
  { collectionId: '167', tokenId: 138179 },
  { collectionId: '167', tokenId: 416933 },
  { collectionId: '167', tokenId: 652005 },
  { collectionId: '167', tokenId: 433568 },
  { collectionId: '167', tokenId: 537491 },
  { collectionId: '167', tokenId: 654975 },
  ... 30 more items
]
Generate free transfers between the two users
Collection ID:  158
Token ID:  953568
Token Sender:  5CaJ9Xi59pJqMAxYa78ZbeSP9dNsTzeBjFsxWUjQBAJyRTbE
Token Recipient:  5D76eHe3bAXvsJ5HRmrYsZe3ikJvS46wCgehiRWC8JBfqijj
Transfer is in block and successful
Free transfer created and confirmed
Generate free transfers between the two users
Collection ID:  158
Token ID:  766515
Token Sender:  5CaJ9Xi59pJqMAxYa78ZbeSP9dNsTzeBjFsxWUjQBAJyRTbE
Token Recipient:  5D76eHe3bAXvsJ5HRmrYsZe3ikJvS46wCgehiRWC8JBfqijj
Transfer is in block and successful
Free transfer created and confirmed
Generate free transfers between the two users
Collection ID:  158
Token ID:  752850
Token Sender:  5CaJ9Xi59pJqMAxYa78ZbeSP9dNsTzeBjFsxWUjQBAJyRTbE
Token Recipient:  5CPPkt8hx4SYuSnf5VSAN2ZyajUnkM5h7RioQgtMfux9Qkqh
Transfer is in block and successful
Free transfer created and confirmed
Generate free transfers between the two users
Collection ID:  158
Token ID:  278423
Token Sender:  5CaJ9Xi59pJqMAxYa78ZbeSP9dNsTzeBjFsxWUjQBAJyRTbE
Token Recipient:  5D76eHe3bAXvsJ5HRmrYsZe3ikJvS46wCgehiRWC8JBfqijj
Transfer is in block and successful
Free transfer created and confirmed
Generate free transfers between the two users
Collection ID:  158
Token ID:  439577
Token Sender:  5CaJ9Xi59pJqMAxYa78ZbeSP9dNsTzeBjFsxWUjQBAJyRTbE
Token Recipient:  5D76eHe3bAXvsJ5HRmrYsZe3ikJvS46wCgehiRWC8JBfqijj
Transfer is in block and successful
Free transfer created and confirmed
Generate free transfers between the two users
Collection ID:  158
Token ID:  532606
Token Sender:  5CaJ9Xi59pJqMAxYa78ZbeSP9dNsTzeBjFsxWUjQBAJyRTbE
Token Recipient:  5D76eHe3bAXvsJ5HRmrYsZe3ikJvS46wCgehiRWC8JBfqijj
Transfer is in block and successful
Free transfer created and confirmed
Generate free transfers between the two users
Collection ID:  158
Token ID:  587603
Token Sender:  5CaJ9Xi59pJqMAxYa78ZbeSP9dNsTzeBjFsxWUjQBAJyRTbE
Token Recipient:  5CPPkt8hx4SYuSnf5VSAN2ZyajUnkM5h7RioQgtMfux9Qkqh
Transfer is in block and successful
Free transfer created and confirmed
Generate free transfers between the two users
Collection ID:  158
Token ID:  57722
Token Sender:  5CaJ9Xi59pJqMAxYa78ZbeSP9dNsTzeBjFsxWUjQBAJyRTbE
Token Recipient:  5CPPkt8hx4SYuSnf5VSAN2ZyajUnkM5h7RioQgtMfux9Qkqh
Transfer is in block and successful
Free transfer created and confirmed
Generate free transfers between the two users
Collection ID:  158
Token ID:  924522
Token Sender:  5CaJ9Xi59pJqMAxYa78ZbeSP9dNsTzeBjFsxWUjQBAJyRTbE
Token Recipient:  5D76eHe3bAXvsJ5HRmrYsZe3ikJvS46wCgehiRWC8JBfqijj
Transfer is in block and successful
Free transfer created and confirmed
Generate free transfers between the two users
Collection ID:  158
Token ID:  85044
Token Sender:  5CaJ9Xi59pJqMAxYa78ZbeSP9dNsTzeBjFsxWUjQBAJyRTbE
Token Recipient:  5D76eHe3bAXvsJ5HRmrYsZe3ikJvS46wCgehiRWC8JBfqijj
Transfer is in block and successful
Free transfer created and confirmed
Generate free transfers between the two users
Collection ID:  159
Token ID:  44863
Token Sender:  5CaJ9Xi59pJqMAxYa78ZbeSP9dNsTzeBjFsxWUjQBAJyRTbE
Token Recipient:  5CPPkt8hx4SYuSnf5VSAN2ZyajUnkM5h7RioQgtMfux9Qkqh
Transfer is in block and successful
Free transfer created and confirmed
Generate free transfers between the two users
Collection ID:  159
Token ID:  709758
Token Sender:  5CaJ9Xi59pJqMAxYa78ZbeSP9dNsTzeBjFsxWUjQBAJyRTbE
Token Recipient:  5D76eHe3bAXvsJ5HRmrYsZe3ikJvS46wCgehiRWC8JBfqijj
Transfer is in block and successful
Free transfer created and confirmed
Generate free transfers between the two users
Collection ID:  159
Token ID:  857444
Token Sender:  5CaJ9Xi59pJqMAxYa78ZbeSP9dNsTzeBjFsxWUjQBAJyRTbE
Token Recipient:  5CPPkt8hx4SYuSnf5VSAN2ZyajUnkM5h7RioQgtMfux9Qkqh
Transfer is in block and successful
Free transfer created and confirmed
Generate free transfers between the two users
Collection ID:  159
Token ID:  692313
Token Sender:  5CaJ9Xi59pJqMAxYa78ZbeSP9dNsTzeBjFsxWUjQBAJyRTbE
Token Recipient:  5CPPkt8hx4SYuSnf5VSAN2ZyajUnkM5h7RioQgtMfux9Qkqh
Error creating free transfer: Error: Timeout: Transfer took too long. Retrying in 2000ms. Attempt 1 of 5
2024-09-20 20:13:08        RPC-CORE: submitAndWatchExtrinsic(extrinsic: Extrinsic): ExtrinsicStatus:: 1014: Priority is too low: (343295292 vs 343295292): The transaction has too low priority to replace another transaction already in the pool.
2024-09-20 20:13:08        RPC-CORE: submitAndWatchExtrinsic(extrinsic: Extrinsic): ExtrinsicStatus:: 1014: Priority is too low: (343295292 vs 343295292): The transaction has too low priority to replace another transaction already in the pool.
Error creating free transfer: RpcError: 1014: Priority is too low: (343295292 vs 343295292): The transaction has too low priority to replace another transaction already in the pool.. Retrying in 4000ms. Attempt 2 of 5
Error creating free transfer: Error: Timeout: Transfer took too long. Retrying in 8000ms. Attempt 3 of 5
Transfer is in block and successful
Free transfer created and confirmed
Generate free transfers between the two users
Collection ID:  159
Token ID:  840208
Token Sender:  5CaJ9Xi59pJqMAxYa78ZbeSP9dNsTzeBjFsxWUjQBAJyRTbE
Token Recipient:  5D76eHe3bAXvsJ5HRmrYsZe3ikJvS46wCgehiRWC8JBfqijj
Transfer is in block and successful
Free transfer created and confirmed
Generate free transfers between the two users
Collection ID:  159
Token ID:  512745
Token Sender:  5CaJ9Xi59pJqMAxYa78ZbeSP9dNsTzeBjFsxWUjQBAJyRTbE
Token Recipient:  5D76eHe3bAXvsJ5HRmrYsZe3ikJvS46wCgehiRWC8JBfqijj
Transfer is in block and successful
Free transfer created and confirmed
Generate free transfers between the two users
Collection ID:  159
Token ID:  481664
Token Sender:  5CaJ9Xi59pJqMAxYa78ZbeSP9dNsTzeBjFsxWUjQBAJyRTbE
Token Recipient:  5D76eHe3bAXvsJ5HRmrYsZe3ikJvS46wCgehiRWC8JBfqijj
Transfer is in block and successful
Free transfer created and confirmed
Generate free transfers between the two users
Collection ID:  159
Token ID:  34174
Token Sender:  5CaJ9Xi59pJqMAxYa78ZbeSP9dNsTzeBjFsxWUjQBAJyRTbE
Token Recipient:  5CPPkt8hx4SYuSnf5VSAN2ZyajUnkM5h7RioQgtMfux9Qkqh
Transfer is in block and successful
Free transfer created and confirmed
Generate free transfers between the two users
Collection ID:  159
Token ID:  979249
Token Sender:  5CaJ9Xi59pJqMAxYa78ZbeSP9dNsTzeBjFsxWUjQBAJyRTbE
Token Recipient:  5D76eHe3bAXvsJ5HRmrYsZe3ikJvS46wCgehiRWC8JBfqijj
Error creating free transfer: Error: Timeout: Transfer took too long. Retrying in 2000ms. Attempt 1 of 5
Transfer is in block and successful
Free transfer created and confirmed
Generate free transfers between the two users
Collection ID:  159
Token ID:  173590
Token Sender:  5CaJ9Xi59pJqMAxYa78ZbeSP9dNsTzeBjFsxWUjQBAJyRTbE
Token Recipient:  5CPPkt8hx4SYuSnf5VSAN2ZyajUnkM5h7RioQgtMfux9Qkqh
Transfer is in block and successful
Free transfer created and confirmed
Generate free transfers between the two users
Collection ID:  160
Token ID:  75666
Token Sender:  5CaJ9Xi59pJqMAxYa78ZbeSP9dNsTzeBjFsxWUjQBAJyRTbE
Token Recipient:  5CPPkt8hx4SYuSnf5VSAN2ZyajUnkM5h7RioQgtMfux9Qkqh
Transfer is in block and successful
Free transfer created and confirmed
Generate free transfers between the two users
Collection ID:  160
Token ID:  131478
Token Sender:  5CaJ9Xi59pJqMAxYa78ZbeSP9dNsTzeBjFsxWUjQBAJyRTbE
Token Recipient:  5D76eHe3bAXvsJ5HRmrYsZe3ikJvS46wCgehiRWC8JBfqijj
Transfer is in block and successful
Free transfer created and confirmed
Generate free transfers between the two users
Collection ID:  160
Token ID:  714952
Token Sender:  5CaJ9Xi59pJqMAxYa78ZbeSP9dNsTzeBjFsxWUjQBAJyRTbE
Token Recipient:  5D76eHe3bAXvsJ5HRmrYsZe3ikJvS46wCgehiRWC8JBfqijj
Transfer is in block and successful
Free transfer created and confirmed
Generate free transfers between the two users
Collection ID:  160
Token ID:  449598
Token Sender:  5CaJ9Xi59pJqMAxYa78ZbeSP9dNsTzeBjFsxWUjQBAJyRTbE
Token Recipient:  5CPPkt8hx4SYuSnf5VSAN2ZyajUnkM5h7RioQgtMfux9Qkqh
Transfer is in block and successful
Free transfer created and confirmed
Generate free transfers between the two users
Collection ID:  160
Token ID:  525439
Token Sender:  5CaJ9Xi59pJqMAxYa78ZbeSP9dNsTzeBjFsxWUjQBAJyRTbE
Token Recipient:  5D76eHe3bAXvsJ5HRmrYsZe3ikJvS46wCgehiRWC8JBfqijj
Transfer is in block and successful
Free transfer created and confirmed
Generate free transfers between the two users
Collection ID:  160
Token ID:  256696
Token Sender:  5CaJ9Xi59pJqMAxYa78ZbeSP9dNsTzeBjFsxWUjQBAJyRTbE
Token Recipient:  5CPPkt8hx4SYuSnf5VSAN2ZyajUnkM5h7RioQgtMfux9Qkqh
Error creating free transfer: Error: Timeout: Transfer took too long. Retrying in 2000ms. Attempt 1 of 5
2024-09-20 20:15:08        RPC-CORE: submitAndWatchExtrinsic(extrinsic: Extrinsic): ExtrinsicStatus:: 1014: Priority is too low: (343295292 vs 343295292): The transaction has too low priority to replace another transaction already in the pool.
2024-09-20 20:15:08        RPC-CORE: submitAndWatchExtrinsic(extrinsic: Extrinsic): ExtrinsicStatus:: 1014: Priority is too low: (343295292 vs 343295292): The transaction has too low priority to replace another transaction already in the pool.
Error creating free transfer: RpcError: 1014: Priority is too low: (343295292 vs 343295292): The transaction has too low priority to replace another transaction already in the pool.. Retrying in 4000ms. Attempt 2 of 5
Transfer is in block and successful
Free transfer created and confirmed
Generate free transfers between the two users
Collection ID:  160
Token ID:  87173
Token Sender:  5CaJ9Xi59pJqMAxYa78ZbeSP9dNsTzeBjFsxWUjQBAJyRTbE
Token Recipient:  5CPPkt8hx4SYuSnf5VSAN2ZyajUnkM5h7RioQgtMfux9Qkqh
Transfer is in block and successful
Free transfer created and confirmed
Generate free transfers between the two users
Collection ID:  160
Token ID:  832077
Token Sender:  5CaJ9Xi59pJqMAxYa78ZbeSP9dNsTzeBjFsxWUjQBAJyRTbE
Token Recipient:  5CPPkt8hx4SYuSnf5VSAN2ZyajUnkM5h7RioQgtMfux9Qkqh
Transfer is in block and successful
Free transfer created and confirmed
Generate free transfers between the two users
Collection ID:  160
Token ID:  869993
Token Sender:  5CaJ9Xi59pJqMAxYa78ZbeSP9dNsTzeBjFsxWUjQBAJyRTbE
Token Recipient:  5CPPkt8hx4SYuSnf5VSAN2ZyajUnkM5h7RioQgtMfux9Qkqh
Transfer is in block and successful
Free transfer created and confirmed
Generate free transfers between the two users
Collection ID:  160
Token ID:  854713
Token Sender:  5CaJ9Xi59pJqMAxYa78ZbeSP9dNsTzeBjFsxWUjQBAJyRTbE
Token Recipient:  5CPPkt8hx4SYuSnf5VSAN2ZyajUnkM5h7RioQgtMfux9Qkqh
Transfer is in block and successful
Free transfer created and confirmed
Generate free transfers between the two users
Collection ID:  161
Token ID:  768363
Token Sender:  5CaJ9Xi59pJqMAxYa78ZbeSP9dNsTzeBjFsxWUjQBAJyRTbE
Token Recipient:  5D76eHe3bAXvsJ5HRmrYsZe3ikJvS46wCgehiRWC8JBfqijj
Transfer is in block and successful
Free transfer created and confirmed
Generate free transfers between the two users
Collection ID:  161
Token ID:  223769
Token Sender:  5CaJ9Xi59pJqMAxYa78ZbeSP9dNsTzeBjFsxWUjQBAJyRTbE
Token Recipient:  5D76eHe3bAXvsJ5HRmrYsZe3ikJvS46wCgehiRWC8JBfqijj
Transfer is in block and successful
Free transfer created and confirmed
Generate free transfers between the two users
Collection ID:  161
Token ID:  958491
Token Sender:  5CaJ9Xi59pJqMAxYa78ZbeSP9dNsTzeBjFsxWUjQBAJyRTbE
Token Recipient:  5CPPkt8hx4SYuSnf5VSAN2ZyajUnkM5h7RioQgtMfux9Qkqh
Error creating free transfer: Error: Timeout: Transfer took too long. Retrying in 2000ms. Attempt 1 of 5
Transfer is in block and successful
Free transfer created and confirmed
Generate free transfers between the two users
Collection ID:  161
Token ID:  131751
Token Sender:  5CaJ9Xi59pJqMAxYa78ZbeSP9dNsTzeBjFsxWUjQBAJyRTbE
Token Recipient:  5CPPkt8hx4SYuSnf5VSAN2ZyajUnkM5h7RioQgtMfux9Qkqh
Transfer is in block and successful
Free transfer created and confirmed
Generate free transfers between the two users
Collection ID:  161
Token ID:  282130
Token Sender:  5CaJ9Xi59pJqMAxYa78ZbeSP9dNsTzeBjFsxWUjQBAJyRTbE
Token Recipient:  5CPPkt8hx4SYuSnf5VSAN2ZyajUnkM5h7RioQgtMfux9Qkqh
Error creating free transfer: Error: Timeout: Transfer took too long. Retrying in 2000ms. Attempt 1 of 5
Transfer is in block and successful
Free transfer created and confirmed
Generate free transfers between the two users
Collection ID:  161
Token ID:  742070
Token Sender:  5CaJ9Xi59pJqMAxYa78ZbeSP9dNsTzeBjFsxWUjQBAJyRTbE
Token Recipient:  5D76eHe3bAXvsJ5HRmrYsZe3ikJvS46wCgehiRWC8JBfqijj
Transfer is in block and successful
Free transfer created and confirmed
Generate free transfers between the two users
Collection ID:  161
Token ID:  214856
Token Sender:  5CaJ9Xi59pJqMAxYa78ZbeSP9dNsTzeBjFsxWUjQBAJyRTbE
Token Recipient:  5D76eHe3bAXvsJ5HRmrYsZe3ikJvS46wCgehiRWC8JBfqijj
Transfer is in block and successful
Free transfer created and confirmed
Generate free transfers between the two users
Collection ID:  161
Token ID:  530467
Token Sender:  5CaJ9Xi59pJqMAxYa78ZbeSP9dNsTzeBjFsxWUjQBAJyRTbE
Token Recipient:  5D76eHe3bAXvsJ5HRmrYsZe3ikJvS46wCgehiRWC8JBfqijj
Transfer is in block and successful
Free transfer created and confirmed
Generate free transfers between the two users
Collection ID:  161
Token ID:  952632
Token Sender:  5CaJ9Xi59pJqMAxYa78ZbeSP9dNsTzeBjFsxWUjQBAJyRTbE
Token Recipient:  5D76eHe3bAXvsJ5HRmrYsZe3ikJvS46wCgehiRWC8JBfqijj
Error creating free transfer: Error: Timeout: Transfer took too long. Retrying in 2000ms. Attempt 1 of 5
2024-09-20 20:17:08        RPC-CORE: submitAndWatchExtrinsic(extrinsic: Extrinsic): ExtrinsicStatus:: 1014: Priority is too low: (343295292 vs 343295292): The transaction has too low priority to replace another transaction already in the pool.
2024-09-20 20:17:08        RPC-CORE: submitAndWatchExtrinsic(extrinsic: Extrinsic): ExtrinsicStatus:: 1014: Priority is too low: (343295292 vs 343295292): The transaction has too low priority to replace another transaction already in the pool.
Error creating free transfer: RpcError: 1014: Priority is too low: (343295292 vs 343295292): The transaction has too low priority to replace another transaction already in the pool.. Retrying in 4000ms. Attempt 2 of 5
Transfer is in block and successful
Free transfer created and confirmed
Generate free transfers between the two users
Collection ID:  161
Token ID:  128020
Token Sender:  5CaJ9Xi59pJqMAxYa78ZbeSP9dNsTzeBjFsxWUjQBAJyRTbE
Token Recipient:  5D76eHe3bAXvsJ5HRmrYsZe3ikJvS46wCgehiRWC8JBfqijj
Transfer is in block and successful
Free transfer created and confirmed
Generate free transfers between the two users
Collection ID:  162
Token ID:  209091
Token Sender:  5CaJ9Xi59pJqMAxYa78ZbeSP9dNsTzeBjFsxWUjQBAJyRTbE
Token Recipient:  5D76eHe3bAXvsJ5HRmrYsZe3ikJvS46wCgehiRWC8JBfqijj
Transfer is in block and successful
Free transfer created and confirmed
Generate free transfers between the two users
Collection ID:  162
Token ID:  321904
Token Sender:  5CaJ9Xi59pJqMAxYa78ZbeSP9dNsTzeBjFsxWUjQBAJyRTbE
Token Recipient:  5CPPkt8hx4SYuSnf5VSAN2ZyajUnkM5h7RioQgtMfux9Qkqh
Transfer is in block and successful
Free transfer created and confirmed
Generate free transfers between the two users
Collection ID:  162
Token ID:  851154
Token Sender:  5CaJ9Xi59pJqMAxYa78ZbeSP9dNsTzeBjFsxWUjQBAJyRTbE
Token Recipient:  5D76eHe3bAXvsJ5HRmrYsZe3ikJvS46wCgehiRWC8JBfqijj
Transfer is in block and successful
Free transfer created and confirmed
Generate free transfers between the two users
Collection ID:  162
Token ID:  147591
Token Sender:  5CaJ9Xi59pJqMAxYa78ZbeSP9dNsTzeBjFsxWUjQBAJyRTbE
Token Recipient:  5D76eHe3bAXvsJ5HRmrYsZe3ikJvS46wCgehiRWC8JBfqijj
Transfer is in block and successful
Free transfer created and confirmed
Generate free transfers between the two users
Collection ID:  162
Token ID:  466840
Token Sender:  5CaJ9Xi59pJqMAxYa78ZbeSP9dNsTzeBjFsxWUjQBAJyRTbE
Token Recipient:  5D76eHe3bAXvsJ5HRmrYsZe3ikJvS46wCgehiRWC8JBfqijj
Transfer is in block and successful
Free transfer created and confirmed
Generate free transfers between the two users
Collection ID:  162
Token ID:  882078
Token Sender:  5CaJ9Xi59pJqMAxYa78ZbeSP9dNsTzeBjFsxWUjQBAJyRTbE
Token Recipient:  5CPPkt8hx4SYuSnf5VSAN2ZyajUnkM5h7RioQgtMfux9Qkqh
Transfer is in block and successful
Free transfer created and confirmed
Generate free transfers between the two users
Collection ID:  162
Token ID:  345022
Token Sender:  5CaJ9Xi59pJqMAxYa78ZbeSP9dNsTzeBjFsxWUjQBAJyRTbE
Token Recipient:  5CPPkt8hx4SYuSnf5VSAN2ZyajUnkM5h7RioQgtMfux9Qkqh
Transfer is in block and successful
Free transfer created and confirmed
Generate free transfers between the two users
Collection ID:  162
Token ID:  543264
Token Sender:  5CaJ9Xi59pJqMAxYa78ZbeSP9dNsTzeBjFsxWUjQBAJyRTbE
Token Recipient:  5CPPkt8hx4SYuSnf5VSAN2ZyajUnkM5h7RioQgtMfux9Qkqh
Transfer is in block and successful
Free transfer created and confirmed
Generate free transfers between the two users
Collection ID:  162
Token ID:  35506
Token Sender:  5CaJ9Xi59pJqMAxYa78ZbeSP9dNsTzeBjFsxWUjQBAJyRTbE
Token Recipient:  5CPPkt8hx4SYuSnf5VSAN2ZyajUnkM5h7RioQgtMfux9Qkqh
Transfer is in block and successful
Free transfer created and confirmed
Generate free transfers between the two users
Collection ID:  162
Token ID:  962956
Token Sender:  5CaJ9Xi59pJqMAxYa78ZbeSP9dNsTzeBjFsxWUjQBAJyRTbE
Token Recipient:  5D76eHe3bAXvsJ5HRmrYsZe3ikJvS46wCgehiRWC8JBfqijj
Transfer is in block and successful
Free transfer created and confirmed
Generate free transfers between the two users
Collection ID:  163
Token ID:  194050
Token Sender:  5CaJ9Xi59pJqMAxYa78ZbeSP9dNsTzeBjFsxWUjQBAJyRTbE
Token Recipient:  5D76eHe3bAXvsJ5HRmrYsZe3ikJvS46wCgehiRWC8JBfqijj
Transfer is in block and successful
Free transfer created and confirmed
Generate free transfers between the two users
Collection ID:  163
Token ID:  116101
Token Sender:  5CaJ9Xi59pJqMAxYa78ZbeSP9dNsTzeBjFsxWUjQBAJyRTbE
Token Recipient:  5D76eHe3bAXvsJ5HRmrYsZe3ikJvS46wCgehiRWC8JBfqijj
Transfer is in block and successful
Free transfer created and confirmed
Generate free transfers between the two users
Collection ID:  163
Token ID:  46345
Token Sender:  5CaJ9Xi59pJqMAxYa78ZbeSP9dNsTzeBjFsxWUjQBAJyRTbE
Token Recipient:  5D76eHe3bAXvsJ5HRmrYsZe3ikJvS46wCgehiRWC8JBfqijj
Transfer is in block and successful
Free transfer created and confirmed
Generate free transfers between the two users
Collection ID:  163
Token ID:  474399
Token Sender:  5CaJ9Xi59pJqMAxYa78ZbeSP9dNsTzeBjFsxWUjQBAJyRTbE
Token Recipient:  5D76eHe3bAXvsJ5HRmrYsZe3ikJvS46wCgehiRWC8JBfqijj
Transfer is in block and successful
Free transfer created and confirmed
Generate free transfers between the two users
Collection ID:  163
Token ID:  761640
Token Sender:  5CaJ9Xi59pJqMAxYa78ZbeSP9dNsTzeBjFsxWUjQBAJyRTbE
Token Recipient:  5CPPkt8hx4SYuSnf5VSAN2ZyajUnkM5h7RioQgtMfux9Qkqh
Transfer is in block and successful
Free transfer created and confirmed
Generate free transfers between the two users
Collection ID:  163
Token ID:  700376
Token Sender:  5CaJ9Xi59pJqMAxYa78ZbeSP9dNsTzeBjFsxWUjQBAJyRTbE
Token Recipient:  5D76eHe3bAXvsJ5HRmrYsZe3ikJvS46wCgehiRWC8JBfqijj
Error creating free transfer: Error: Timeout: Transfer took too long. Retrying in 2000ms. Attempt 1 of 5
2024-09-20 20:19:08        RPC-CORE: submitAndWatchExtrinsic(extrinsic: Extrinsic): ExtrinsicStatus:: 1014: Priority is too low: (343295292 vs 343295292): The transaction has too low priority to replace another transaction already in the pool.
2024-09-20 20:19:08        RPC-CORE: submitAndWatchExtrinsic(extrinsic: Extrinsic): ExtrinsicStatus:: 1014: Priority is too low: (343295292 vs 343295292): The transaction has too low priority to replace another transaction already in the pool.
Error creating free transfer: RpcError: 1014: Priority is too low: (343295292 vs 343295292): The transaction has too low priority to replace another transaction already in the pool.. Retrying in 4000ms. Attempt 2 of 5
Transfer is in block and successful
Free transfer created and confirmed
Generate free transfers between the two users
Collection ID:  163
Token ID:  930728
Token Sender:  5CaJ9Xi59pJqMAxYa78ZbeSP9dNsTzeBjFsxWUjQBAJyRTbE
Token Recipient:  5D76eHe3bAXvsJ5HRmrYsZe3ikJvS46wCgehiRWC8JBfqijj
Transfer is in block and successful
Free transfer created and confirmed
Generate free transfers between the two users
Collection ID:  163
Token ID:  78744
Token Sender:  5CaJ9Xi59pJqMAxYa78ZbeSP9dNsTzeBjFsxWUjQBAJyRTbE
Token Recipient:  5D76eHe3bAXvsJ5HRmrYsZe3ikJvS46wCgehiRWC8JBfqijj
Transfer is in block and successful
Free transfer created and confirmed
Generate free transfers between the two users
Collection ID:  163
Token ID:  975566
Token Sender:  5CaJ9Xi59pJqMAxYa78ZbeSP9dNsTzeBjFsxWUjQBAJyRTbE
Token Recipient:  5CPPkt8hx4SYuSnf5VSAN2ZyajUnkM5h7RioQgtMfux9Qkqh
Transfer is in block and successful
Free transfer created and confirmed
Generate free transfers between the two users
Collection ID:  163
Token ID:  269484
Token Sender:  5CaJ9Xi59pJqMAxYa78ZbeSP9dNsTzeBjFsxWUjQBAJyRTbE
Token Recipient:  5D76eHe3bAXvsJ5HRmrYsZe3ikJvS46wCgehiRWC8JBfqijj
Transfer is in block and successful
Free transfer created and confirmed
Generate free transfers between the two users
Collection ID:  164
Token ID:  403988
Token Sender:  5CaJ9Xi59pJqMAxYa78ZbeSP9dNsTzeBjFsxWUjQBAJyRTbE
Token Recipient:  5CPPkt8hx4SYuSnf5VSAN2ZyajUnkM5h7RioQgtMfux9Qkqh
Transfer is in block and successful
Free transfer created and confirmed
Generate free transfers between the two users
Collection ID:  164
Token ID:  422614
Token Sender:  5CaJ9Xi59pJqMAxYa78ZbeSP9dNsTzeBjFsxWUjQBAJyRTbE
Token Recipient:  5D76eHe3bAXvsJ5HRmrYsZe3ikJvS46wCgehiRWC8JBfqijj
Transfer is in block and successful
Free transfer created and confirmed
Generate free transfers between the two users
Collection ID:  164
Token ID:  182308
Token Sender:  5CaJ9Xi59pJqMAxYa78ZbeSP9dNsTzeBjFsxWUjQBAJyRTbE
Token Recipient:  5D76eHe3bAXvsJ5HRmrYsZe3ikJvS46wCgehiRWC8JBfqijj
Transfer is in block and successful
Free transfer created and confirmed
Generate free transfers between the two users
Collection ID:  164
Token ID:  807051
Token Sender:  5CaJ9Xi59pJqMAxYa78ZbeSP9dNsTzeBjFsxWUjQBAJyRTbE
Token Recipient:  5D76eHe3bAXvsJ5HRmrYsZe3ikJvS46wCgehiRWC8JBfqijj
Error creating free transfer: Error: Timeout: Transfer took too long. Retrying in 2000ms. Attempt 1 of 5
Transfer is in block and successful
Free transfer created and confirmed
Generate free transfers between the two users
Collection ID:  164
Token ID:  373189
Token Sender:  5CaJ9Xi59pJqMAxYa78ZbeSP9dNsTzeBjFsxWUjQBAJyRTbE
Token Recipient:  5D76eHe3bAXvsJ5HRmrYsZe3ikJvS46wCgehiRWC8JBfqijj
Transfer is in block and successful
Free transfer created and confirmed
Generate free transfers between the two users
Collection ID:  164
Token ID:  675237
Token Sender:  5CaJ9Xi59pJqMAxYa78ZbeSP9dNsTzeBjFsxWUjQBAJyRTbE
Token Recipient:  5CPPkt8hx4SYuSnf5VSAN2ZyajUnkM5h7RioQgtMfux9Qkqh
Transfer is in block and successful
Free transfer created and confirmed
Generate free transfers between the two users
Collection ID:  164
Token ID:  638354
Token Sender:  5CaJ9Xi59pJqMAxYa78ZbeSP9dNsTzeBjFsxWUjQBAJyRTbE
Token Recipient:  5D76eHe3bAXvsJ5HRmrYsZe3ikJvS46wCgehiRWC8JBfqijj
Transfer is in block and successful
Free transfer created and confirmed
Generate free transfers between the two users
Collection ID:  164
Token ID:  150891
Token Sender:  5CaJ9Xi59pJqMAxYa78ZbeSP9dNsTzeBjFsxWUjQBAJyRTbE
Token Recipient:  5CPPkt8hx4SYuSnf5VSAN2ZyajUnkM5h7RioQgtMfux9Qkqh
Transfer is in block and successful
Free transfer created and confirmed
Generate free transfers between the two users
Collection ID:  164
Token ID:  217053
Token Sender:  5CaJ9Xi59pJqMAxYa78ZbeSP9dNsTzeBjFsxWUjQBAJyRTbE
Token Recipient:  5D76eHe3bAXvsJ5HRmrYsZe3ikJvS46wCgehiRWC8JBfqijj
Transfer is in block and successful
Free transfer created and confirmed
Generate free transfers between the two users
Collection ID:  164
Token ID:  448529
Token Sender:  5CaJ9Xi59pJqMAxYa78ZbeSP9dNsTzeBjFsxWUjQBAJyRTbE
Token Recipient:  5CPPkt8hx4SYuSnf5VSAN2ZyajUnkM5h7RioQgtMfux9Qkqh
Transfer is in block and successful
Free transfer created and confirmed
Generate free transfers between the two users
Collection ID:  165
Token ID:  829771
Token Sender:  5CaJ9Xi59pJqMAxYa78ZbeSP9dNsTzeBjFsxWUjQBAJyRTbE
Token Recipient:  5D76eHe3bAXvsJ5HRmrYsZe3ikJvS46wCgehiRWC8JBfqijj
Error creating free transfer: Error: Timeout: Transfer took too long. Retrying in 2000ms. Attempt 1 of 5
2024-09-20 20:21:08        RPC-CORE: submitAndWatchExtrinsic(extrinsic: Extrinsic): ExtrinsicStatus:: 1014: Priority is too low: (343295292 vs 343295292): The transaction has too low priority to replace another transaction already in the pool.
2024-09-20 20:21:08        RPC-CORE: submitAndWatchExtrinsic(extrinsic: Extrinsic): ExtrinsicStatus:: 1014: Priority is too low: (343295292 vs 343295292): The transaction has too low priority to replace another transaction already in the pool.
Error creating free transfer: RpcError: 1014: Priority is too low: (343295292 vs 343295292): The transaction has too low priority to replace another transaction already in the pool.. Retrying in 4000ms. Attempt 2 of 5
Transfer is in block and successful
Free transfer created and confirmed
Generate free transfers between the two users
Collection ID:  165
Token ID:  485579
Token Sender:  5CaJ9Xi59pJqMAxYa78ZbeSP9dNsTzeBjFsxWUjQBAJyRTbE
Token Recipient:  5D76eHe3bAXvsJ5HRmrYsZe3ikJvS46wCgehiRWC8JBfqijj
Transfer is in block and successful
Free transfer created and confirmed
Generate free transfers between the two users
Collection ID:  165
Token ID:  362267
Token Sender:  5CaJ9Xi59pJqMAxYa78ZbeSP9dNsTzeBjFsxWUjQBAJyRTbE
Token Recipient:  5D76eHe3bAXvsJ5HRmrYsZe3ikJvS46wCgehiRWC8JBfqijj
Transfer is in block and successful
Free transfer created and confirmed
Generate free transfers between the two users
Collection ID:  165
Token ID:  282914
Token Sender:  5CaJ9Xi59pJqMAxYa78ZbeSP9dNsTzeBjFsxWUjQBAJyRTbE
Token Recipient:  5D76eHe3bAXvsJ5HRmrYsZe3ikJvS46wCgehiRWC8JBfqijj
Transfer is in block and successful
Free transfer created and confirmed
Generate free transfers between the two users
Collection ID:  165
Token ID:  229483
Token Sender:  5CaJ9Xi59pJqMAxYa78ZbeSP9dNsTzeBjFsxWUjQBAJyRTbE
Token Recipient:  5CPPkt8hx4SYuSnf5VSAN2ZyajUnkM5h7RioQgtMfux9Qkqh
Transfer is in block and successful
Free transfer created and confirmed
Generate free transfers between the two users
Collection ID:  165
Token ID:  439700
Token Sender:  5CaJ9Xi59pJqMAxYa78ZbeSP9dNsTzeBjFsxWUjQBAJyRTbE
Token Recipient:  5CPPkt8hx4SYuSnf5VSAN2ZyajUnkM5h7RioQgtMfux9Qkqh
Transfer is in block and successful
Free transfer created and confirmed
Generate free transfers between the two users
Collection ID:  165
Token ID:  759356
Token Sender:  5CaJ9Xi59pJqMAxYa78ZbeSP9dNsTzeBjFsxWUjQBAJyRTbE
Token Recipient:  5D76eHe3bAXvsJ5HRmrYsZe3ikJvS46wCgehiRWC8JBfqijj
Transfer is in block and successful
Free transfer created and confirmed
Generate free transfers between the two users
Collection ID:  165
Token ID:  744444
Token Sender:  5CaJ9Xi59pJqMAxYa78ZbeSP9dNsTzeBjFsxWUjQBAJyRTbE
Token Recipient:  5CPPkt8hx4SYuSnf5VSAN2ZyajUnkM5h7RioQgtMfux9Qkqh
Transfer is in block and successful
Free transfer created and confirmed
Generate free transfers between the two users
Collection ID:  165
Token ID:  11104
Token Sender:  5CaJ9Xi59pJqMAxYa78ZbeSP9dNsTzeBjFsxWUjQBAJyRTbE
Token Recipient:  5CPPkt8hx4SYuSnf5VSAN2ZyajUnkM5h7RioQgtMfux9Qkqh
Transfer is in block and successful
Free transfer created and confirmed
Generate free transfers between the two users
Collection ID:  165
Token ID:  401952
Token Sender:  5CaJ9Xi59pJqMAxYa78ZbeSP9dNsTzeBjFsxWUjQBAJyRTbE
Token Recipient:  5D76eHe3bAXvsJ5HRmrYsZe3ikJvS46wCgehiRWC8JBfqijj
Error creating free transfer: Error: Timeout: Transfer took too long. Retrying in 2000ms. Attempt 1 of 5
Error creating free transfer: Error: Timeout: Transfer took too long. Retrying in 4000ms. Attempt 2 of 5
Transfer is in block and successful
Free transfer created and confirmed
Generate free transfers between the two users
Collection ID:  166
Token ID:  95467
Token Sender:  5CaJ9Xi59pJqMAxYa78ZbeSP9dNsTzeBjFsxWUjQBAJyRTbE
Token Recipient:  5CPPkt8hx4SYuSnf5VSAN2ZyajUnkM5h7RioQgtMfux9Qkqh
Transfer is in block and successful
Free transfer created and confirmed
Generate free transfers between the two users
Collection ID:  166
Token ID:  143462
Token Sender:  5CaJ9Xi59pJqMAxYa78ZbeSP9dNsTzeBjFsxWUjQBAJyRTbE
Token Recipient:  5CPPkt8hx4SYuSnf5VSAN2ZyajUnkM5h7RioQgtMfux9Qkqh
Transfer is in block and successful
Free transfer created and confirmed
Generate free transfers between the two users
Collection ID:  166
Token ID:  310090
Token Sender:  5CaJ9Xi59pJqMAxYa78ZbeSP9dNsTzeBjFsxWUjQBAJyRTbE
Token Recipient:  5D76eHe3bAXvsJ5HRmrYsZe3ikJvS46wCgehiRWC8JBfqijj
Error creating free transfer: Error: Timeout: Transfer took too long. Retrying in 2000ms. Attempt 1 of 5
2024-09-20 20:23:08        RPC-CORE: submitAndWatchExtrinsic(extrinsic: Extrinsic): ExtrinsicStatus:: 1014: Priority is too low: (343295292 vs 343295292): The transaction has too low priority to replace another transaction already in the pool.
2024-09-20 20:23:08        RPC-CORE: submitAndWatchExtrinsic(extrinsic: Extrinsic): ExtrinsicStatus:: 1014: Priority is too low: (343295292 vs 343295292): The transaction has too low priority to replace another transaction already in the pool.
Error creating free transfer: RpcError: 1014: Priority is too low: (343295292 vs 343295292): The transaction has too low priority to replace another transaction already in the pool.. Retrying in 4000ms. Attempt 2 of 5
Transfer is in block and successful
Free transfer created and confirmed
Generate free transfers between the two users
Collection ID:  166
Token ID:  556419
Token Sender:  5CaJ9Xi59pJqMAxYa78ZbeSP9dNsTzeBjFsxWUjQBAJyRTbE
Token Recipient:  5D76eHe3bAXvsJ5HRmrYsZe3ikJvS46wCgehiRWC8JBfqijj
Transfer is in block and successful
Free transfer created and confirmed
Generate free transfers between the two users
Collection ID:  166
Token ID:  52034
Token Sender:  5CaJ9Xi59pJqMAxYa78ZbeSP9dNsTzeBjFsxWUjQBAJyRTbE
Token Recipient:  5CPPkt8hx4SYuSnf5VSAN2ZyajUnkM5h7RioQgtMfux9Qkqh
Transfer is in block and successful
Free transfer created and confirmed
Generate free transfers between the two users
Collection ID:  166
Token ID:  517007
Token Sender:  5CaJ9Xi59pJqMAxYa78ZbeSP9dNsTzeBjFsxWUjQBAJyRTbE
Token Recipient:  5CPPkt8hx4SYuSnf5VSAN2ZyajUnkM5h7RioQgtMfux9Qkqh
Transfer is in block and successful
Free transfer created and confirmed
Generate free transfers between the two users
Collection ID:  166
Token ID:  599919
Token Sender:  5CaJ9Xi59pJqMAxYa78ZbeSP9dNsTzeBjFsxWUjQBAJyRTbE
Token Recipient:  5CPPkt8hx4SYuSnf5VSAN2ZyajUnkM5h7RioQgtMfux9Qkqh
Transfer is in block and successful
Free transfer created and confirmed
Generate free transfers between the two users
Collection ID:  166
Token ID:  225358
Token Sender:  5CaJ9Xi59pJqMAxYa78ZbeSP9dNsTzeBjFsxWUjQBAJyRTbE
Token Recipient:  5CPPkt8hx4SYuSnf5VSAN2ZyajUnkM5h7RioQgtMfux9Qkqh
Transfer is in block and successful
Free transfer created and confirmed
Generate free transfers between the two users
Collection ID:  166
Token ID:  28864
Token Sender:  5CaJ9Xi59pJqMAxYa78ZbeSP9dNsTzeBjFsxWUjQBAJyRTbE
Token Recipient:  5CPPkt8hx4SYuSnf5VSAN2ZyajUnkM5h7RioQgtMfux9Qkqh
Transfer is in block and successful
Free transfer created and confirmed
Generate free transfers between the two users
Collection ID:  166
Token ID:  432270
Token Sender:  5CaJ9Xi59pJqMAxYa78ZbeSP9dNsTzeBjFsxWUjQBAJyRTbE
Token Recipient:  5D76eHe3bAXvsJ5HRmrYsZe3ikJvS46wCgehiRWC8JBfqijj
Transfer is in block and successful
Free transfer created and confirmed
Generate free transfers between the two users
Collection ID:  167
Token ID:  382892
Token Sender:  5CaJ9Xi59pJqMAxYa78ZbeSP9dNsTzeBjFsxWUjQBAJyRTbE
Token Recipient:  5D76eHe3bAXvsJ5HRmrYsZe3ikJvS46wCgehiRWC8JBfqijj
Transfer is in block and successful
Free transfer created and confirmed
Generate free transfers between the two users
Collection ID:  167
Token ID:  658441
Token Sender:  5CaJ9Xi59pJqMAxYa78ZbeSP9dNsTzeBjFsxWUjQBAJyRTbE
Token Recipient:  5D76eHe3bAXvsJ5HRmrYsZe3ikJvS46wCgehiRWC8JBfqijj
Transfer is in block and successful
Free transfer created and confirmed
Generate free transfers between the two users
Collection ID:  167
Token ID:  312097
Token Sender:  5CaJ9Xi59pJqMAxYa78ZbeSP9dNsTzeBjFsxWUjQBAJyRTbE
Token Recipient:  5CPPkt8hx4SYuSnf5VSAN2ZyajUnkM5h7RioQgtMfux9Qkqh
Transfer is in block and successful
Free transfer created and confirmed
Generate free transfers between the two users
Collection ID:  167
Token ID:  43895
Token Sender:  5CaJ9Xi59pJqMAxYa78ZbeSP9dNsTzeBjFsxWUjQBAJyRTbE
Token Recipient:  5CPPkt8hx4SYuSnf5VSAN2ZyajUnkM5h7RioQgtMfux9Qkqh
Transfer is in block and successful
Free transfer created and confirmed
Generate free transfers between the two users
Collection ID:  167
Token ID:  138179
Token Sender:  5CaJ9Xi59pJqMAxYa78ZbeSP9dNsTzeBjFsxWUjQBAJyRTbE
Token Recipient:  5CPPkt8hx4SYuSnf5VSAN2ZyajUnkM5h7RioQgtMfux9Qkqh
Transfer is in block and successful
Free transfer created and confirmed
Generate free transfers between the two users
Collection ID:  167
Token ID:  416933
Token Sender:  5CaJ9Xi59pJqMAxYa78ZbeSP9dNsTzeBjFsxWUjQBAJyRTbE
Token Recipient:  5CPPkt8hx4SYuSnf5VSAN2ZyajUnkM5h7RioQgtMfux9Qkqh
Transfer is in block and successful
Free transfer created and confirmed
Generate free transfers between the two users
Collection ID:  167
Token ID:  652005
Token Sender:  5CaJ9Xi59pJqMAxYa78ZbeSP9dNsTzeBjFsxWUjQBAJyRTbE
Token Recipient:  5D76eHe3bAXvsJ5HRmrYsZe3ikJvS46wCgehiRWC8JBfqijj
Transfer is in block and successful
Free transfer created and confirmed
Generate free transfers between the two users
Collection ID:  167
Token ID:  433568
Token Sender:  5CaJ9Xi59pJqMAxYa78ZbeSP9dNsTzeBjFsxWUjQBAJyRTbE
Token Recipient:  5D76eHe3bAXvsJ5HRmrYsZe3ikJvS46wCgehiRWC8JBfqijj
Transfer is in block and successful
Free transfer created and confirmed
Generate free transfers between the two users
Collection ID:  167
Token ID:  537491
Token Sender:  5CaJ9Xi59pJqMAxYa78ZbeSP9dNsTzeBjFsxWUjQBAJyRTbE
Token Recipient:  5D76eHe3bAXvsJ5HRmrYsZe3ikJvS46wCgehiRWC8JBfqijj
Transfer is in block and successful
Free transfer created and confirmed
Generate free transfers between the two users
Collection ID:  167
Token ID:  654975
Token Sender:  5CaJ9Xi59pJqMAxYa78ZbeSP9dNsTzeBjFsxWUjQBAJyRTbE
Token Recipient:  5D76eHe3bAXvsJ5HRmrYsZe3ikJvS46wCgehiRWC8JBfqijj
Error creating free transfer: Error: Timeout: Transfer took too long. Retrying in 2000ms. Attempt 1 of 5
2024-09-20 20:25:08        RPC-CORE: submitAndWatchExtrinsic(extrinsic: Extrinsic): ExtrinsicStatus:: 1014: Priority is too low: (343295292 vs 343295292): The transaction has too low priority to replace another transaction already in the pool.
2024-09-20 20:25:08        RPC-CORE: submitAndWatchExtrinsic(extrinsic: Extrinsic): ExtrinsicStatus:: 1014: Priority is too low: (343295292 vs 343295292): The transaction has too low priority to replace another transaction already in the pool.
Error creating free transfer: RpcError: 1014: Priority is too low: (343295292 vs 343295292): The transaction has too low priority to replace another transaction already in the pool.. Retrying in 4000ms. Attempt 2 of 5
Transfer is in block and successful
Free transfer created and confirmed
Generate free transfers between the two users
Collection ID:  168
Token ID:  957585
Token Sender:  5CaJ9Xi59pJqMAxYa78ZbeSP9dNsTzeBjFsxWUjQBAJyRTbE
Token Recipient:  5CPPkt8hx4SYuSnf5VSAN2ZyajUnkM5h7RioQgtMfux9Qkqh
Transfer is in block and successful
Free transfer created and confirmed
Generate free transfers between the two users
Collection ID:  168
Token ID:  494728
Token Sender:  5CaJ9Xi59pJqMAxYa78ZbeSP9dNsTzeBjFsxWUjQBAJyRTbE
Token Recipient:  5CPPkt8hx4SYuSnf5VSAN2ZyajUnkM5h7RioQgtMfux9Qkqh
Transfer is in block and successful
Free transfer created and confirmed
Generate free transfers between the two users
Collection ID:  168
Token ID:  518990
Token Sender:  5CaJ9Xi59pJqMAxYa78ZbeSP9dNsTzeBjFsxWUjQBAJyRTbE
Token Recipient:  5CPPkt8hx4SYuSnf5VSAN2ZyajUnkM5h7RioQgtMfux9Qkqh
Transfer is in block and successful
Free transfer created and confirmed
Generate free transfers between the two users
Collection ID:  168
Token ID:  965208
Token Sender:  5CaJ9Xi59pJqMAxYa78ZbeSP9dNsTzeBjFsxWUjQBAJyRTbE
Token Recipient:  5CPPkt8hx4SYuSnf5VSAN2ZyajUnkM5h7RioQgtMfux9Qkqh
Transfer is in block and successful
Free transfer created and confirmed
Generate free transfers between the two users
Collection ID:  168
Token ID:  400514
Token Sender:  5CaJ9Xi59pJqMAxYa78ZbeSP9dNsTzeBjFsxWUjQBAJyRTbE
Token Recipient:  5CPPkt8hx4SYuSnf5VSAN2ZyajUnkM5h7RioQgtMfux9Qkqh
Error creating free transfer: Error: Timeout: Transfer took too long. Retrying in 2000ms. Attempt 1 of 5
Transfer is in block and successful
Free transfer created and confirmed
Generate free transfers between the two users
Collection ID:  168
Token ID:  738283
Token Sender:  5CaJ9Xi59pJqMAxYa78ZbeSP9dNsTzeBjFsxWUjQBAJyRTbE
Token Recipient:  5CPPkt8hx4SYuSnf5VSAN2ZyajUnkM5h7RioQgtMfux9Qkqh
Transfer is in block and successful
Free transfer created and confirmed
Generate free transfers between the two users
Collection ID:  168
Token ID:  431024
Token Sender:  5CaJ9Xi59pJqMAxYa78ZbeSP9dNsTzeBjFsxWUjQBAJyRTbE
Token Recipient:  5D76eHe3bAXvsJ5HRmrYsZe3ikJvS46wCgehiRWC8JBfqijj
Error creating free transfer: Error: Timeout: Transfer took too long. Retrying in 2000ms. Attempt 1 of 5
Transfer is in block and successful
Free transfer created and confirmed
Generate free transfers between the two users
Collection ID:  168
Token ID:  374693
Token Sender:  5CaJ9Xi59pJqMAxYa78ZbeSP9dNsTzeBjFsxWUjQBAJyRTbE
Token Recipient:  5CPPkt8hx4SYuSnf5VSAN2ZyajUnkM5h7RioQgtMfux9Qkqh
Transfer is in block and successful
Free transfer created and confirmed
Generate free transfers between the two users
Collection ID:  168
Token ID:  416311
Token Sender:  5CaJ9Xi59pJqMAxYa78ZbeSP9dNsTzeBjFsxWUjQBAJyRTbE
Token Recipient:  5D76eHe3bAXvsJ5HRmrYsZe3ikJvS46wCgehiRWC8JBfqijj
Transfer is in block and successful
Free transfer created and confirmed
Generate free transfers between the two users
Collection ID:  168
Token ID:  661488
Token Sender:  5CaJ9Xi59pJqMAxYa78ZbeSP9dNsTzeBjFsxWUjQBAJyRTbE
Token Recipient:  5CPPkt8hx4SYuSnf5VSAN2ZyajUnkM5h7RioQgtMfux9Qkqh
Transfer is in block and successful
Free transfer created and confirmed
Generate free transfers between the two users
Collection ID:  169
Token ID:  130656
Token Sender:  5CaJ9Xi59pJqMAxYa78ZbeSP9dNsTzeBjFsxWUjQBAJyRTbE
Token Recipient:  5D76eHe3bAXvsJ5HRmrYsZe3ikJvS46wCgehiRWC8JBfqijj
Transfer is in block and successful
Free transfer created and confirmed
Generate free transfers between the two users
Collection ID:  169
Token ID:  166471
Token Sender:  5CaJ9Xi59pJqMAxYa78ZbeSP9dNsTzeBjFsxWUjQBAJyRTbE
Token Recipient:  5D76eHe3bAXvsJ5HRmrYsZe3ikJvS46wCgehiRWC8JBfqijj
Transfer is in block and successful
Free transfer created and confirmed
Generate free transfers between the two users
Collection ID:  169
Token ID:  576879
Token Sender:  5CaJ9Xi59pJqMAxYa78ZbeSP9dNsTzeBjFsxWUjQBAJyRTbE
Token Recipient:  5D76eHe3bAXvsJ5HRmrYsZe3ikJvS46wCgehiRWC8JBfqijj
Error creating free transfer: Error: Timeout: Transfer took too long. Retrying in 2000ms. Attempt 1 of 5
2024-09-20 20:27:08        RPC-CORE: submitAndWatchExtrinsic(extrinsic: Extrinsic): ExtrinsicStatus:: 1014: Priority is too low: (343295292 vs 343295292): The transaction has too low priority to replace another transaction already in the pool.
2024-09-20 20:27:08        RPC-CORE: submitAndWatchExtrinsic(extrinsic: Extrinsic): ExtrinsicStatus:: 1014: Priority is too low: (343295292 vs 343295292): The transaction has too low priority to replace another transaction already in the pool.
Error creating free transfer: RpcError: 1014: Priority is too low: (343295292 vs 343295292): The transaction has too low priority to replace another transaction already in the pool.. Retrying in 4000ms. Attempt 2 of 5
Transfer is in block and successful
Free transfer created and confirmed
Generate free transfers between the two users
Collection ID:  169
Token ID:  277061
Token Sender:  5CaJ9Xi59pJqMAxYa78ZbeSP9dNsTzeBjFsxWUjQBAJyRTbE
Token Recipient:  5CPPkt8hx4SYuSnf5VSAN2ZyajUnkM5h7RioQgtMfux9Qkqh
Transfer is in block and successful
Free transfer created and confirmed
Generate free transfers between the two users
Collection ID:  169
Token ID:  428750
Token Sender:  5CaJ9Xi59pJqMAxYa78ZbeSP9dNsTzeBjFsxWUjQBAJyRTbE
Token Recipient:  5CPPkt8hx4SYuSnf5VSAN2ZyajUnkM5h7RioQgtMfux9Qkqh
Transfer is in block and successful
Free transfer created and confirmed
Generate free transfers between the two users
Collection ID:  169
Token ID:  403444
Token Sender:  5CaJ9Xi59pJqMAxYa78ZbeSP9dNsTzeBjFsxWUjQBAJyRTbE
Token Recipient:  5D76eHe3bAXvsJ5HRmrYsZe3ikJvS46wCgehiRWC8JBfqijj
Transfer is in block and successful
Free transfer created and confirmed
Generate free transfers between the two users
Collection ID:  169
Token ID:  850110
Token Sender:  5CaJ9Xi59pJqMAxYa78ZbeSP9dNsTzeBjFsxWUjQBAJyRTbE
Token Recipient:  5D76eHe3bAXvsJ5HRmrYsZe3ikJvS46wCgehiRWC8JBfqijj
Transfer is in block and successful
Free transfer created and confirmed
Generate free transfers between the two users
Collection ID:  169
Token ID:  907833
Token Sender:  5CaJ9Xi59pJqMAxYa78ZbeSP9dNsTzeBjFsxWUjQBAJyRTbE
Token Recipient:  5D76eHe3bAXvsJ5HRmrYsZe3ikJvS46wCgehiRWC8JBfqijj
Transfer is in block and successful
Free transfer created and confirmed
Generate free transfers between the two users
Collection ID:  169
Token ID:  309727
Token Sender:  5CaJ9Xi59pJqMAxYa78ZbeSP9dNsTzeBjFsxWUjQBAJyRTbE
Token Recipient:  5D76eHe3bAXvsJ5HRmrYsZe3ikJvS46wCgehiRWC8JBfqijj
Transfer is in block and successful
Free transfer created and confirmed
Generate free transfers between the two users
Collection ID:  169
Token ID:  241193
Token Sender:  5CaJ9Xi59pJqMAxYa78ZbeSP9dNsTzeBjFsxWUjQBAJyRTbE
Token Recipient:  5CPPkt8hx4SYuSnf5VSAN2ZyajUnkM5h7RioQgtMfux9Qkqh
Transfer is in block and successful
Free transfer created and confirmed
Generate free transfers between the two users
Collection ID:  170
Token ID:  725587
Token Sender:  5CaJ9Xi59pJqMAxYa78ZbeSP9dNsTzeBjFsxWUjQBAJyRTbE
Token Recipient:  5CPPkt8hx4SYuSnf5VSAN2ZyajUnkM5h7RioQgtMfux9Qkqh
Transfer is in block and successful
Free transfer created and confirmed
Generate free transfers between the two users
Collection ID:  170
Token ID:  681050
Token Sender:  5CaJ9Xi59pJqMAxYa78ZbeSP9dNsTzeBjFsxWUjQBAJyRTbE
Token Recipient:  5CPPkt8hx4SYuSnf5VSAN2ZyajUnkM5h7RioQgtMfux9Qkqh
Transfer is in block and successful
Free transfer created and confirmed
Generate free transfers between the two users
Collection ID:  170
Token ID:  887357
Token Sender:  5CaJ9Xi59pJqMAxYa78ZbeSP9dNsTzeBjFsxWUjQBAJyRTbE
Token Recipient:  5CPPkt8hx4SYuSnf5VSAN2ZyajUnkM5h7RioQgtMfux9Qkqh
Transfer is in block and successful
Free transfer created and confirmed
Generate free transfers between the two users
Collection ID:  170
Token ID:  907485
Token Sender:  5CaJ9Xi59pJqMAxYa78ZbeSP9dNsTzeBjFsxWUjQBAJyRTbE
Token Recipient:  5CPPkt8hx4SYuSnf5VSAN2ZyajUnkM5h7RioQgtMfux9Qkqh
Transfer is in block and successful
Free transfer created and confirmed
Generate free transfers between the two users
Collection ID:  170
Token ID:  148089
Token Sender:  5CaJ9Xi59pJqMAxYa78ZbeSP9dNsTzeBjFsxWUjQBAJyRTbE
Token Recipient:  5D76eHe3bAXvsJ5HRmrYsZe3ikJvS46wCgehiRWC8JBfqijj
Transfer is in block and successful
Free transfer created and confirmed
Generate free transfers between the two users
Collection ID:  170
Token ID:  966103
Token Sender:  5CaJ9Xi59pJqMAxYa78ZbeSP9dNsTzeBjFsxWUjQBAJyRTbE
Token Recipient:  5CPPkt8hx4SYuSnf5VSAN2ZyajUnkM5h7RioQgtMfux9Qkqh
Transfer is in block and successful
Free transfer created and confirmed
Generate free transfers between the two users
Collection ID:  170
Token ID:  433136
Token Sender:  5CaJ9Xi59pJqMAxYa78ZbeSP9dNsTzeBjFsxWUjQBAJyRTbE
Token Recipient:  5CPPkt8hx4SYuSnf5VSAN2ZyajUnkM5h7RioQgtMfux9Qkqh
Transfer is in block and successful
Free transfer created and confirmed
Generate free transfers between the two users
Collection ID:  170
Token ID:  759158
Token Sender:  5CaJ9Xi59pJqMAxYa78ZbeSP9dNsTzeBjFsxWUjQBAJyRTbE
Token Recipient:  5CPPkt8hx4SYuSnf5VSAN2ZyajUnkM5h7RioQgtMfux9Qkqh
Transfer is in block and successful
Free transfer created and confirmed
Generate free transfers between the two users
Collection ID:  170
Token ID:  764802
Token Sender:  5CaJ9Xi59pJqMAxYa78ZbeSP9dNsTzeBjFsxWUjQBAJyRTbE
Token Recipient:  5D76eHe3bAXvsJ5HRmrYsZe3ikJvS46wCgehiRWC8JBfqijj
Transfer is in block and successful
Free transfer created and confirmed
Generate free transfers between the two users
Collection ID:  170
Token ID:  238193
Token Sender:  5CaJ9Xi59pJqMAxYa78ZbeSP9dNsTzeBjFsxWUjQBAJyRTbE
Token Recipient:  5D76eHe3bAXvsJ5HRmrYsZe3ikJvS46wCgehiRWC8JBfqijj
Error creating free transfer: Error: Timeout: Transfer took too long. Retrying in 2000ms. Attempt 1 of 5
2024-09-20 20:29:08        RPC-CORE: submitAndWatchExtrinsic(extrinsic: Extrinsic): ExtrinsicStatus:: 1014: Priority is too low: (343295292 vs 343295292): The transaction has too low priority to replace another transaction already in the pool.
2024-09-20 20:29:08        RPC-CORE: submitAndWatchExtrinsic(extrinsic: Extrinsic): ExtrinsicStatus:: 1014: Priority is too low: (343295292 vs 343295292): The transaction has too low priority to replace another transaction already in the pool.
Error creating free transfer: RpcError: 1014: Priority is too low: (343295292 vs 343295292): The transaction has too low priority to replace another transaction already in the pool.. Retrying in 4000ms. Attempt 2 of 5
Transfer is in block and successful
Free transfer created and confirmed
Total execution time: 1729.90 seconds

@mezrin
Copy link
Contributor

mezrin commented Sep 21, 2024

@mezrin This is ready for review, posting logs from last run

all works much better now!

P.S.
If you think about it, the script does quite simple operations.
But it has so much logic and code...
And it can only be written by a person who has mastered the Substrate very well.

This is one of the main reasons why blockchains are not used massively.
And the reason why we created DataGate/ ActionGate...

@mezrin
Copy link
Contributor

mezrin commented Sep 21, 2024

@dvcpull

  • got the exception. need to catch and process it. Before this appagent iteration there were others that completed successfully
Start to create AppAgent for the owner: 5FXD5fPAoNCUK5CpTrN6DoXuFjGDvTNSwPynoRADMcNptV1e
Error creating AppAgent: AppAgent was not created despite the transaction being finalised.. Retrying in 2000ms. Attempt 1 of 5
Error creating AppAgent: AppAgent was not created despite the transaction being finalised.. Retrying in 4000ms. Attempt 2 of 5
Error creating AppAgent: AppAgent was not created despite the transaction being finalised.. Retrying in 8000ms. Attempt 3 of 5
2024-09-20 21:07:32        RPC-CORE: submitAndWatchExtrinsic(extrinsic: Extrinsic): ExtrinsicStatus:: 1014: Priority is too low: (1351000846 vs 1351000846): The transaction has too low priority to replace another transaction already in the pool.
2024-09-20 21:07:32        RPC-CORE: submitAndWatchExtrinsic(extrinsic: Extrinsic): ExtrinsicStatus:: 1014: Priority is too low: (1351000846 vs 1351000846): The transaction has too low priority to replace another transaction already in the pool.
/home/vagrant/dev/code/trait-wallet-demo-account/deploy/node_modules/@polkadot/rpc-provider/cjs/coder/index.js:23
        throw new error_js_1.default(`${code}: ${message}${formatErrorData(data)}`, code, data);
              ^

RpcError: 1014: Priority is too low: (1351000846 vs 1351000846): The transaction has too low priority to replace another transaction already in the pool.
    at checkError (/home/vagrant/dev/code/trait-wallet-demo-account/deploy/node_modules/@polkadot/rpc-provider/cjs/coder/index.js:23:15)
    at RpcCoder.decodeResponse (/home/vagrant/dev/code/trait-wallet-demo-account/deploy/node_modules/@polkadot/rpc-provider/cjs/coder/index.js:39:9)
    at WsProvider.__internal__onSocketMessageResult (/home/vagrant/dev/code/trait-wallet-demo-account/deploy/node_modules/@polkadot/rpc-provider/cjs/ws/index.js:413:51)
    at WebSocket.__internal__onSocketMessage (/home/vagrant/dev/code/trait-wallet-demo-account/deploy/node_modules/@polkadot/rpc-provider/cjs/ws/index.js:402:20)
    at callListener (/home/vagrant/dev/code/trait-wallet-demo-account/deploy/node_modules/ws/lib/event-target.js:290:14)
    at WebSocket.onMessage (/home/vagrant/dev/code/trait-wallet-demo-account/deploy/node_modules/ws/lib/event-target.js:209:9)
    at WebSocket.emit (node:events:511:28)
    at Receiver.receiverOnMessage (/home/vagrant/dev/code/trait-wallet-demo-account/deploy/node_modules/ws/lib/websocket.js:1220:20)
    at Receiver.emit (node:events:511:28)
    at Receiver.dataMessage (/home/vagrant/dev/code/trait-wallet-demo-account/deploy/node_modules/ws/lib/receiver.js:596:14)

Node.js v20.3.1

Note: I use staging network + fast runtime. Test keys are here: https://docs.google.com/document/d/1MrgBTaZkDMu-WU-xdnZ7xILyzT1G7Q3P16h0zx_fMeo/edit


  • Need to refactor the code a bit - create functions that will encapsulate all the stuff related to tracking of the TX success, retry etc.:

Create a single function that will process CT.

  • input:
    • CT call. So we can do inside the function ct_call.signAndSend(...)
    • callback to process the events - so that the user of the func can extract the info from the needed events
  • processing
    • wraps the call with retryOperation and promises
    • checks CTProcessingCompleted event
    • does all other checks,

Create a single function to process regular transaction

  • input: call, callback to process the events
  • processing:
    • wraps the call with retryOperation and promises
    • checks ExtrinsicSuccess event

Create a single function to process batch_all

  • input: call, callback to process the events
  • processing:
    • wraps the call with retryOperation and promises
    • checks BatchCompleted event

After that rework all calls to these wrappers.

  • general check of successful execution of TXs will migrate to the new functions
  • business logic will remain in the existing scripts, like extracting AppAgentID from AppAgentCreated or checking that AppAgentMetadataSet emitted

The size of the scripts with business logic will decrease multiple times.
Also the issue mentioned above (caused the exception) will be solved as well.

@dvcpull
Copy link
Collaborator Author

dvcpull commented Sep 24, 2024

Moved to common functions but now the order is messed up, the promises are not awaited correctly, the free transfers are running before the tokens are generated :/ debugging...

@mezrin
Copy link
Contributor

mezrin commented Sep 25, 2024

Code became much cleaner. But still dpesn't work me.
Launched the script multiple times.

My setup:


  1. Ended up with changing isInBlock to isFinalized.
    Otherwise I get this error all the time: Improve transaction handling for Parachains paritytech/polkadot-sdk#1202 (comment)
    This change makes the script slower but at least it doesn't fail on the first 5 TXs.

  2. Node's subscriptions for tx updates not always work.
    How it looks like:

  • TX is sent
  • block with TX is finalised
  • script is still waiting for the update
  • then timeout is elapsed and script tries to send a new TX one more time

Probably we need a different method to check TX status
For example, check TX status by its hash.
Or scan first 10-20 blocks after TX was submitted to

  1. I've seen multiple times that retryOperation doesn't work as expected
  • the script sends a TX
  • it gets processed, I see events in PolkadotJS
  • then in terminal I see that script didn't receive the update for TX
  • script tries to send TX one more time - and nothing happens: no new TXs/events in Polkadot JS
  • maybe it's a problem in the script. maybe it's smth related to the TX pool & nonce again.

@mezrin
Copy link
Contributor

mezrin commented Sep 27, 2024

want to draw your attention
actions were named atomics in code.
And all CT executed only one atomic.
I guess this was the reason why all blockchain operations for NFT collection couldn't fit into a single CT - limit of actions is 16 per atomic. The limit of atomics pr CT is much higher - 100.

Screenshot 2024-09-27 at 13 45 59

It's fixed now

@mezrin mezrin merged commit 631ae5e into main Sep 27, 2024
1 check passed
@mezrin mezrin deleted the demo-script branch September 27, 2024 20:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants