allowance(address,address)
allowance(address,address) is a function in the Uniswap V2 Pair ABI (4-byte selector 0xdd62ed3e). It takes 2 parameters. Encode its calldata from typed inputs, or paste calldata to decode it.
- Selector
- 0xdd62ed3e
- Mutability
- view
Parameters
| Name | Type |
|---|---|
| arg0 | address |
| arg1 | address |
Example calldata
0xdd62ed3e00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000Other Uniswap V2 Pair functions
- approve(address,uint256)
- balanceOf(address)
- 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)