There are few events involved in a transaction of Aptos and I am confused of the values that are involved in the events also the addresses that we have.
This transaction event is for the block 31875281 and the version 85199827
Also what does a pool address means.
In the first section of the below data "0x1::stake::WithdrawStakeEvent" the "amount_withdrawn": "1391355442273" from "account_address": "0x9da88926fd4d773fd499fc41830a82fe9c9ff3508435e7a16b2d8f529e77cdda" but what is the significance of the "pool_address": "0x9da88926fd4d773fd499fc41830a82fe9c9ff3508435e7a16b2d8f529e77cdda".
Can someone explain all the events below and also the amount to be considered for calculation of the balance of the address.
[
{
"guid": {
"creation_number": "12",
"account_address": "0x9da88926fd4d773fd499fc41830a82fe9c9ff3508435e7a16b2d8f529e77cdda"
},
"sequence_number": "3",
"type": "0x1::stake::WithdrawStakeEvent",
"data": {
"amount_withdrawn": "1391355442273",
"pool_address": "0x9da88926fd4d773fd499fc41830a82fe9c9ff3508435e7a16b2d8f529e77cdda"
}
},
{
"guid": {
"creation_number": "2",
"account_address": "0xb28cb7ccfa1d6d9854d85d69f4ffda2f81dca007ff96509805b4f69b011e9453"
},
"sequence_number": "4",
"type": "0x1::coin::DepositEvent",
"data": {
"amount": "1391355442273"
}
},
{
"guid": {
"creation_number": "12",
"account_address": "0xccc221485ee530f3981f4beca12f010d2e7bb38d3fe30bfcf7798d99f4aabb33"
},
"sequence_number": "3",
"type": "0x1::staking_contract::DistributeEvent",
"data": {
"amount": "1391355442273",
"operator": "0xb28cb7ccfa1d6d9854d85d69f4ffda2f81dca007ff96509805b4f69b011e9453",
"pool_address": "0x9da88926fd4d773fd499fc41830a82fe9c9ff3508435e7a16b2d8f529e77cdda",
"recipient": "0xb28cb7ccfa1d6d9854d85d69f4ffda2f81dca007ff96509805b4f69b011e9453"
}
},
{
"guid": {
"creation_number": "11",
"account_address": "0xccc221485ee530f3981f4beca12f010d2e7bb38d3fe30bfcf7798d99f4aabb33"
},
"sequence_number": "34",
"type": "0x1::staking_contract::AddDistributionEvent",
"data": {
"amount": "3864978602",
"operator": "0xb28cb7ccfa1d6d9854d85d69f4ffda2f81dca007ff96509805b4f69b011e9453",
"pool_address": "0x9da88926fd4d773fd499fc41830a82fe9c9ff3508435e7a16b2d8f529e77cdda"
}
},
{
"guid": {
"creation_number": "11",
"account_address": "0x9da88926fd4d773fd499fc41830a82fe9c9ff3508435e7a16b2d8f529e77cdda"
},
"sequence_number": "34",
"type": "0x1::stake::UnlockStakeEvent",
"data": {
"amount_unlocked": "3864978602",
"pool_address": "0x9da88926fd4d773fd499fc41830a82fe9c9ff3508435e7a16b2d8f529e77cdda"
}
},
{
"guid": {
"creation_number": "8",
"account_address": "0xccc221485ee530f3981f4beca12f010d2e7bb38d3fe30bfcf7798d99f4aabb33"
},
"sequence_number": "34",
"type": "0x1::staking_contract::RequestCommissionEvent",
"data": {
"accumulated_rewards": "32208155018",
"commission_amount": "3864978602",
"operator": "0xb28cb7ccfa1d6d9854d85d69f4ffda2f81dca007ff96509805b4f69b011e9453",
"pool_address": "0x9da88926fd4d773fd499fc41830a82fe9c9ff3508435e7a16b2d8f529e77cdda"
}
}
]
Tried checking the transactions for Aptos.