transfer(address,uint256)
transfer(address,uint256) is a function in the Uniswap V2 Pair ABI (4-byte selector 0xa9059cbb). It takes 2 parameters. Encode its calldata from typed inputs, or paste calldata to decode it.
- Selector
- 0xa9059cbb
- Mutability
- nonpayable
Parameters
| Name | Type |
|---|---|
| to | address |
| value | uint256 |
Example calldata
0xa9059cbb00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000Other Uniswap V2 Pair functions
- allowance(address,address)
- 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()
- transferFrom(address,address,uint256)