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
0x0069…c0bb
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
KRILL | ERC-20 | 34B | -- | -- | |
KRILL | ERC-20 | 34B | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 2192093 | a year ago | | | 0 | 0.000052206002 | |
| 2190758 | a year ago | | | 0 | 0.000092334003 | |
| 2190758 | a year ago | | | 0 | 0.00037001101 | |
| 2190758 | a year ago | | | 21.5 | 0.00014376901 |
ABI
ABI objects
Getter at block 23069052 getContractLpTokenBalance() view returns (uint256)
admin() view returns (address)
0x7ac6508b6b9aff83bcbbe0472aed8a47a876f3d5
config() view returns (address)
0x0069406885a8c050e4fca78a4bbab52df943c0bb
ethDeposited() view returns (bool)
true
factory() view returns (address)
0x0000000000000000000000000000000000000000
getPairAddressFromThis() view returns (address)
0x0000000000000000000000000000000000000000
getPoolIsCreated() view returns (bool)
false
getPoolIsFunded() view returns (bool)
false
owner() view returns (address)
0x7ac6508b6b9aff83bcbbe0472aed8a47a876f3d5
pair() view returns (address)
0x0000000000000000000000000000000000000000
poolCreated() view returns (bool)
false
poolFunded() view returns (bool)
false
router() view returns (address)
0x0000000000000000000000000000000000000000
tokenEthPairAddress() view returns (address)
0x0000000000000000000000000000000000000000
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()