UniswapV2FactoryDiamond
Verified contract
Proxy
Active on
Base with 5,162 txns
Unified storage
Raw
Slot | Value |
---|---|
0x0000000000000000000000000000000000000000000000000000000000000000 | 0x0000000000000000000000000000000000000000000000000000000000000000 |
0x0000000000000000000000000000000000000000000000000000000000000001 | 0x0000000000000000000000000000000000000000000000000000000000000000 |
0x0000000000000000000000000000000000000000000000000000000000000002 | 0x0000000000000000000000000000000000000000000000000000000000000000 |
0x0000000000000000000000000000000000000000000000000000000000000003 | 0x0000000000000000000000000000000000000000000000000000000000000000 |
0x0000000000000000000000000000000000000000000000000000000000000004 | 0x0000000000000000000000000000000000000000000000000000000000000000 |
Balances ($0.00)
No balances found for "UniswapV2FactoryDiamond"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15897657 | 5 months ago | | | 0 | 4.3032261e-7 | |
| 15896226 | 5 months ago | | | 0 | 4.3032261e-7 | |
| 15896184 | 5 months ago | | | 0 | 4.7567616e-7 | |
| 15854214 | 5 months ago | | | 0 | 4.3038630e-7 | |
| 15854125 | 5 months ago | | | 0 | 4.7570801e-7 | |
| 15801211 | 5 months ago | | | 0 | 4.3032261e-7 | |
| 15758084 | 5 months ago | | | 0 | 4.3038630e-7 | |
| 15758028 | 5 months ago | | | 0 | 4.3032261e-7 | |
| 15757989 | 5 months ago | | | 0 | 4.7567616e-7 | |
| 15714904 | 5 months ago | | | 0 | 4.1758284e-7 |
ABI
ABI objects
Getter at block 21869546 facetAddresses() view returns (address[] addresses) facets() view returns (struct IDiamondReadableFacet[] diamondFacets)
getFallbackAddress() view returns (address fallbackAddress)
0x0000000000000000000000000000000000000000
nomineeOwner() view returns (address)
0x0000000000000000000000000000000000000000
owner() view returns (address)
0x4e18aeeee0862928435ec9a63129c9bd701019f9
Read-only
facetAddress(bytes4 selector) view returns (address facet)
facetFunctionSelectors(address facet) view returns (bytes4[] selectors)
supportsInterface(bytes4 interfaceId) view returns (bool)
State-modifying
Events acceptOwnership()
diamondCut(struct IDiamondWritableInternalFacetCut[] facetCuts, address target, bytes data)
setFallbackAddress(address fallbackAddress)
transferOwnership(address account)
DiamondCut(struct IDiamondWritableInternalFacetCut[] facetCuts, address target, bytes data)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
This contract contains no constructor objects.
fallback()
receive()
DiamondWritable__InvalidInitializationParameters()
DiamondWritable__RemoveTargetNotZeroAddress()
DiamondWritable__ReplaceTargetIsIdentical()
DiamondWritable__SelectorAlreadyAdded()
DiamondWritable__SelectorIsImmutable()
DiamondWritable__SelectorNotFound()
DiamondWritable__SelectorNotSpecified()
DiamondWritable__TargetHasNoCode()
ERC165Base__InvalidInterfaceId()
Ownable__NotOwner()
Ownable__NotTransitiveOwner()
Proxy__ImplementationIsNotContract()
SafeOwnable__NotNomineeOwner()