Read your rebasing balance
See your two balances
# display balance (fragments, 18 dec) — changes every rebase
cast call $DAT "balanceOf(address)(uint256)" $YOU --rpc-url https://rpc.hyperliquid.xyz/evm
# internal balance (1e24 precision) — unchanged by scaling-factor rebases
cast call $DAT "balanceOfInternal(address)(uint256)" $YOU --rpc-url https://rpc.hyperliquid.xyz/evm
# total internal supply
cast call $DAT "initSupply()(uint256)" --rpc-url https://rpc.hyperliquid.xyz/evmCheck whether your share actually grew
Estimate USD value
See rebase history
Last updated
Was this helpful?