UniswapV2Factory

Verified contract

Implementation

Active on Ethereum with 0 txns
Deployed by via 0x2b0f1b94 at 15281691
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 48 additional slots
-
variable spans 65535 additional slots
-
variable spans 4294967295 additional slots

No balances found for "UniswapV2Factory"

No transactions found for "UniswapV2Factory"


Functions
Getter at block 21220225
DEFAULT_ADMIN_ROLE(view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
OPERATOR_ROLE(view returns (bytes32)
0x97667070c54ef182b0f5858b034beac1b6f3089aa2d3188bb1e8929f4fa9b929
allPairsLength(view returns (uint256)
0
beacon(view returns (address)
0x0000000000000000000000000000000000000000
feeTo(view returns (address)
0x0000000000000000000000000000000000000000
feeToSetter(view returns (address)
0x0000000000000000000000000000000000000000
isOperator(view returns (bool)
false
 
isStarkExContractFrozen(view returns (bool)
migrator(view returns (address)
0x0000000000000000000000000000000000000000
nextStarkExContract(view returns (address)
0x0000000000000000000000000000000000000000
nextStarkExContractSwitchDeadline(view returns (uint256)
0
pairCodeHash(pure returns (bytes32)
0xb497152b1bcf8d8afe5b562198d3a64e15a8dcc949422de13155d32291a25524
pairHolder(view returns (address)
0x0000000000000000000000000000000000000000
starkExContract(view returns (address)
0x0000000000000000000000000000000000000000
wethAddress(view returns (address)
0x0000000000000000000000000000000000000000
Read-only
allPairs(uint256view returns (address)
getPair(addressaddressview returns (address)
getRoleAdmin(bytes32 roleview returns (bytes32)
hasRole(bytes32 roleaddress accountview returns (bool)
pairFor(address tokenAaddress tokenBview returns (address pair)
supportsInterface(bytes4 interfaceIdview returns (bool)
State-modifying
addOperator(address operator
createPair(address tokenAaddress tokenBreturns (address pair)
finalizeStarkExContractChange(
grantRole(bytes32 roleaddress account
initialize(address _feeToSetteraddress _starkExContractaddress _wethAddressaddress _pairHolder
initiateStarkExContractChange(address _starkExContract
removeOperator(address operator
renounceRole(bytes32 roleaddress account
revokeRole(bytes32 roleaddress account
setFeeTo(address _feeTo
setFeeToSetter(address _feeToSetter
setMigrator(address _migrator
withdrawalCompleted(address token0address token1address useruint256 amountuint256 token0Amountuint256 token1Amount
withdrawalForced(address token0address token1address user
withdrawalRequested(address token0address token1address useruint256 amountuint256 withdrawalId
Events
PairCreated(address indexed token0address indexed token1address pairuint256 arg3
RoleAdminChanged(bytes32 indexed rolebytes32 indexed previousAdminRolebytes32 indexed newAdminRole
RoleGranted(bytes32 indexed roleaddress indexed accountaddress indexed sender
RoleRevoked(bytes32 indexed roleaddress indexed accountaddress indexed sender
WithdrawalCompleted(address indexed pairaddress useruint256 amountuint256 token0Amountuint256 token1Amount
WithdrawalForced(address indexed pairaddress user
WithdrawalRequested(address indexed pairaddress useruint256 amountuint256 withdrawalId
Constructor
constructor(
Fallback and receive

This contract contains no fallback and receive objects.

Errors

This contract contains no error objects.