skim(address)
skim(address) is a function in the Uniswap V2 Pair ABI (4-byte selector 0xbc25cf77). It takes 1 parameter. Encode its calldata from typed inputs, or paste calldata to decode it.
- Selector
- 0xbc25cf77
- Mutability
- nonpayable
Parameters
| Name | Type |
|---|---|
| to | address |
Example calldata
0xbc25cf770000000000000000000000000000000000000000000000000000000000000000Other 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()
- swap(uint256,uint256,address,bytes)
- symbol()
- sync()
- token0()
- token1()
- totalSupply()
- transfer(address,uint256)
- transferFrom(address,address,uint256)