Consider the following example transaction 24AVRBgWnEWQK1yPnfgfzkSugsWbLNxhnHeDQr9tG7Mf.
Receipt Ef93JLMy6aeAKDQA4p74dLxEQEPPJpLjfwPz6bJE3tBy
burned 21027712500000000000
tokens as a fee. As one could see, this receipt is a sub-receipt of GrvohsC2eHLCZDKB7r2yZmSaxqqzqh97keCEFt3QeyQP
which is a sub-receipt of another one. There are different senders and receivers in this receipt-chain.
There are a few things I don't understand here:
- Did the sender of the transaction (
rgv250cc.near
in this case) covered all the fees for executing all receipts? - In receipt
Ef93JLMy6aeAKDQA4p74dLxEQEPPJpLjfwPz6bJE3tBy
both predecessor and receiver areaurora.pool.near
. Does this mean, that in this case, theaurora.pool.near
covered the fee for this receipt, which was earlier passed to aurora from the transaction sender, which is indicated by the amount of gas ("gas": 250000000000000,
) attached to the function call from the transaction? - What does the value of
tokens_burnt
in receipt6okihcHrqjr4KWY6CeRzynvC5GxA6wrNyZNMYyKphqJP
represent? Is it the fee of executing this receipt only, or maybe cumulated value of executing all receipts in this receipt-chain?
EDIT:
AD 3. After summarizing all tokens_burnt
value matched with the explorer, so each receipt shows only tokens burned for executing itself.