LiquidityPoolV2
Verified contract
Active on
Ethereum with 7,497 txns
Slot
XX
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 49 additional slots
-
variable spans 49 additional slots
0x9a67…00a4
Balances ($69.14)
Native
Value
$69.14
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.02 | $3,456.85 |
$69.14 | |
XOT | ERC-20 | 0.00005 | $9.33 |
$0 | |
ETH2POS | ERC-20 | 0.040725 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 12302897 | 4 years ago | | | 0.2 | 0.0022558545 | |
| 12302897 | 4 years ago | | | 0.1 | 0.0021901500 | |
| 12025423 | 4 years ago | | | 0.02 | 0.0038299300 | |
| 11926019 | 4 years ago | | | 2 | 0.0035303460 | |
| 11860125 | 4 years ago | | | 0.082 | 0.0030940756 | |
| 11807473 | 4 years ago | | | 0 | 0.0026240371 | |
| 11762985 | 4 years ago | | | 0 | 0.0023802740 | |
| 11759989 | 4 years ago | | | 0 | 0.0054142800 | |
| 11759002 | 4 years ago | | | 0 | 0.0054743050 | |
| 11758612 | 4 years ago | | | 0 | 0.0045054890 |
ABI
ABI objects
Getter at block 21278906
ETHEREUM() view returns (address)
0xeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee
FEE_BASE() view returns (uint256)
10000
VERSION() view returns (string)
mainnet-e3dd6e6
depositFeeInBips() view returns (uint256)
64
paused() view returns (bool)
true
poolFeeInBips() view returns (uint256)
10000
Read-only
borrowableBalance(address _token) view returns (uint256)
isOperator(address account) view returns (bool)
isPauser(address account) view returns (bool)
kToken(address _token) view returns (address)
kTokens(address) view returns (address)
operators(uint256) view returns (address)
registeredKTokens(address) view returns (bool)
registeredTokens(uint256) view returns (address)
underlyingBalance(address _token, address _owner) view returns (uint256)
State-modifying
Events addOperator(address account)
addPauser(address account)
blacklistRecoverableToken(address _token)
borrow(address _token, uint256 _amount, bytes _data)
deposit(address _token, uint256 _amount) payable returns (uint256)
initialize()
initialize(address sender)
initialize(string _VERSION, address _borrower)
migrate(address _newLP)
pause()
recoverTokens(address _token)
register(address _kToken)
renounceOperator()
renouncePauser()
unpause()
updateDepositFee(uint256 _depositFeeInBips)
updateFeePool(address _newFeePool)
updatePoolFee(uint256 _poolFeeInBips)
withdraw(address _to, address _kToken, uint256 _kTokenAmount)
Borrowed(address indexed _borrower, address indexed _token, uint256 _amount, uint256 _fee)
Deposited(address indexed _depositor, address indexed _token, uint256 _amount, uint256 _mintAmount)
EtherReceived(address indexed _from, uint256 _amount)
OperatorAdded(address indexed account)
OperatorRemoved(address indexed account)
Paused(address account)
PauserAdded(address indexed account)
PauserRemoved(address indexed account)
Unpaused(address account)
Withdrew(address indexed _reciever, address indexed _withdrawer, address indexed _token, uint256 _amount, uint256 _burnAmount)
This contract contains no constructor objects.
fallback()
This contract contains no error objects.