Balance Changes

See the net change in native assets, tokens, and NFTs for every address.

Balance Changes answers one question: when the transaction ends, who gained or lost which assets?

It compares balances before and after the transaction to show the final net impact for each address. Use it to confirm the outcome first; use Token Flow when you need the intermediate path.

Start with an example

The table shows that X Pepe (XPEPE) Token Exploit ends with 0.668965478403995034 ETH. UniswapV3Pool gains about 149,874,999,999.547945 X Pepe while losing 0.680568466516036487 WETH. Together, these changes show X Pepe being exchanged for WETH, then unwrapped into ETH and distributed back to the transaction sender.

Read the table

ColumnMeaningWhat to check
AddressThe address whose balance changedStart with the sender, recipient, and key contracts
TokenNative asset, ERC-20, or NFTETH and WETH are separate assets
ChangeNet change produced by the transactionPositive means gained; negative means lost
BeforeBalance before executionConfirms the starting point
AfterBalance after executionConfirms the final balance

Addresses are grouped, with changed assets listed underneath. Find the address you care about, read the sign in Change, then verify it with Before and After.

Notes

  • Balance Changes shows the final net result, not every transfer. Use Token Flow for the path.
  • ETH and WETH are different assets, so a wrap or unwrap can change both.
  • For a failed transaction, check its status before treating internal behavior as a final balance result.

Next steps