DexInterfacerUniswap
Verified contract
Active on
Base with 4 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x957a…9970
Balances ($0.00)
No balances found for "DexInterfacerUniswap"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 2415936 | a year ago | | | 0 | 0.000084531004 | |
| 2415343 | a year ago | | | 0 | 0.00090265806 | |
| 2415343 | a year ago | | | 0 | 0.010111108 | |
| 2415343 | a year ago | | | 1 | 0.00014376901 |
ABI
ABI objects
Getter at block 22012220
admin() view returns (address)
0x89c345cbc764fc1f0f64a37d43c325e103e5e9a7
config() view returns (address)
0x957a3059ac2ad1d48ae8a09a06b59add00969970
ethDeposited() view returns (bool)
true
factory() view returns (address)
0x0000000000000000000000000000000000000000
getContractLpTokenBalance() view returns (uint256)
0
getPairAddressFromThis() view returns (address)
0x4b978e14c570a7f0d8814caed01de94973757a8e
getPoolIsCreated() view returns (bool)
true
getPoolIsFunded() view returns (bool)
true
owner() view returns (address)
0x89c345cbc764fc1f0f64a37d43c325e103e5e9a7
pair() view returns (address)
0x0000000000000000000000000000000000000000
poolCreated() view returns (bool)
true
poolFunded() view returns (bool)
true
router() view returns (address)
0x0000000000000000000000000000000000000000
tokenEthPairAddress() view returns (address)
0x4b978e14c570a7f0d8814caed01de94973757a8e
Read-only
This contract contains no read-only function objects.
State-modifying
Events addLiquidity()
createPool() returns (address)
depositEth() payable
renounceOwnership()
setConfigManager(address _configManager)
transferOwnership(address newOwner)
withdrawERC20Tokens(address _token, uint256 _amount)
withdrawEther()
LiquidityAdded(uint256 indexed amountToken, uint256 indexed amountETH, uint256 indexed amountLiqToken, uint256 timestamp)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
PoolCreated(address poolAddress)
constructor(address _configManager)
This contract contains no fallback and receive objects.
CallerIsNotConfig()