balanceOf(address)
balanceOf(address) is a function in the Uniswap V2 Pair ABI (4-byte selector 0x70a08231). It takes 1 parameter. Encode its calldata from typed inputs, or paste calldata to decode it.
- Selector
- 0x70a08231
- Mutability
- view
Parameters
| Name | Type |
|---|---|
| arg0 | address |
Example calldata
0x70a082310000000000000000000000000000000000000000000000000000000000000000Other Uniswap V2 Pair functions
- allowance(address,address)
- approve(address,uint256)
- burn(address)
- decimals()
- DOMAIN_SEPARATOR()
- factory()
- getReserves()
- initialize(address,address)
- kLast()
- MINIMUM_LIQUIDITY()
- mint(address)
- name()
- nonces(address)
- permit(address,address,uint256,uint256,uint8,bytes32,bytes32)
- PERMIT_TYPEHASH()
- price0CumulativeLast()
- price1CumulativeLast()
- skim(address)
- swap(uint256,uint256,address,bytes)
- symbol()
- sync()
- token0()
- token1()
- totalSupply()
- transfer(address,uint256)
- transferFrom(address,address,uint256)