getEthBalance(address)
getEthBalance(address) is a function in the Multicall3 ABI (4-byte selector 0x4d2301cc). It takes 1 parameter. Encode its calldata from typed inputs, or paste calldata to decode it.
- Selector
- 0x4d2301cc
- Mutability
- view
Parameters
| Name | Type |
|---|---|
| addr | address |
Example calldata
0x4d2301cc0000000000000000000000000000000000000000000000000000000000000000Other Multicall3 functions
- aggregate((address,bytes)[])
- aggregate3((address,bool,bytes)[])
- aggregate3Value((address,bool,uint256,bytes)[])
- blockAndAggregate((address,bytes)[])
- getBasefee()
- getBlockHash(uint256)
- getBlockNumber()
- getChainId()
- getCurrentBlockCoinbase()
- getCurrentBlockDifficulty()
- getCurrentBlockGasLimit()
- getCurrentBlockTimestamp()
- getLastBlockHash()
- tryAggregate(bool,(address,bytes)[])
- tryBlockAndAggregate(bool,(address,bytes)[])