DOMAIN_SEPARATOR()
DOMAIN_SEPARATOR() is a function in the Uniswap V2 Pair ABI (4-byte selector 0x3644e515). It takes no parameters. Encode its calldata from typed inputs, or paste calldata to decode it.
- Selector
- 0x3644e515
- Mutability
- view
Parameters
No parameters.
Example calldata
0x3644e515Other Uniswap V2 Pair functions
- allowance(address,address)
- approve(address,uint256)
- balanceOf(address)
- burn(address)
- decimals()
- 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)