The XBY wallet on waves is a smart wallet correct?
There is no XBY wallet on WAVES, there is an wXBY token on WAVES which is a smart asset. As you can read in my previous explanation, the XBY sent to the WAVES exchange is sent to the gateway which is responsible for "crediting" your WAVES account with the correct amount of wXBY, the "twin token" for XBY you can use on WAVES to execute trades on their DEX.
I think Ganja means the waves wallet that created the (w?)XTRABYTES token.
@Golden: when you say wXBY you mean the waves-based token the team created thats called
XTRABYTES, right?
The XTRABYTES (wXBY?) token is NOT a smart asset. I repeat:
NOT a smart asset.
Check
here. scripted = false so there is no script attached to the XTRABYTES token making it just a regular token. The only way to make an asset smart is to add a script when you create the token. You can't add a script afterwards.
see here and
here. The only way to add a script later is to create the asset and add the encoded output of " script:true " to the asset. You will have a smart asset with an empty script that evaluates to true no matter what. In this case the asset's page in the explorer will also list that scripted = true.
[edit]Just to balance this out: The gateway is working, so you dont need the asset to be smart anyways ;-). [/edit]
From the waves smart-asset page
Note:
The assets that were issued without a script cannot become scripted. You can create an asset that behaves as non-scripted but can be upgraded later, by issuing an asset with a script: 'true'.
The creator wallet (account in waves terminology), our beloved
3PCfwK2hgYjoKwsgRg7wgBSYF3EXSgXyXfn, is also not scripted. I would recommend adding a RIDE script to disallow
exchangeTransaction for the wallet. That would make the acount and the wXBY token more trustworthy to me. (see
https://docs.wavesplatform.com/en/ride/structures/transaction-structures/exchange-transaction.html)
All other operations are still valid but you lock exchange trading. You can add a script to a wallet / account after creation as long as you have the private key / seed phrase.
Cheerio lads!