UniMexFactory
Verified contract
Active on
Ethereum with 107 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "UniMexFactory"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 11824197 | 4 years ago | | | 0 | 0.18946740 | |
| 11824117 | 4 years ago | | | 0 | 0.17683624 | |
| 11823699 | 4 years ago | | | 0 | 0.0071158500 | |
| 11822350 | 4 years ago | | | 0 | 0.0066697565 | |
| 11733037 | 4 years ago | | | 0 | 0.0022744557 | |
| 11723868 | 4 years ago | | | 0 | 0.0021966160 | |
| 11723868 | 4 years ago | | | 0 | 0.0033083180 | |
| 11723855 | 4 years ago | | | 0 | 0.097259932 | |
| 11723806 | 4 years ago | | | 0 | 0.0020889460 | |
| 11687765 | 4 years ago | | | 0 | 0.0025142348 |
ABI
ABI objects
Getter at block 21311083
UNISWAP_FACTORY() view returns (address)
0x5c69bee701ef814a2b6a3edd4b1652cb9cc5aa6f
WETH() view returns (address)
0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2
allPoolsLength() view returns (uint256)
23
margin() view returns (address)
0x0000000000000000000000000000000000000000
owner() view returns (address)
0xf5c730070941bd6bfecd7685c2d44c53c73b649f
Read-only
allPools(uint256) view returns (address)
allowed(address) view returns (bool)
allowedMargins(address) view returns (bool)
getMaxLeverage(address _token) view returns (uint256)
getPool(address _token) view returns (address)
poolInfo(address) view returns (address ethAddr, uint256 maxLeverage, uint256 utilizationScaled)
utilizationScaled(address _token) view returns (uint256)
State-modifying
Events addPool(address _token)
createPool(address _token) returns (address)
renounceOwnership()
setMarginAllowed(address _margin, bool _allowed)
setMaxLeverage(address _token, uint256 _leverage) returns (uint256)
setUtilizationScaled(address _token, uint256 _utilizationScaled) returns (uint256)
transferOwnership(address newOwner)
OnPoolCreated(address indexed pair, address pool, uint256 poolLength)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
constructor(address _WETH, address _UNISWAP)
This contract contains no fallback and receive objects.
This contract contains no error objects.