LiquidityPoolV2
Verified contract
Active on
Ethereum with 949 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 ($0.00)
No balances found for "LiquidityPoolV2"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 11242638 | 4 years ago | | | 0 | 0.00057332000 | |
| 11242582 | 4 years ago | | | 0 | 0.00071665000 | |
| 11242574 | 4 years ago | | | 0 | 0.00070000000 | |
| 11241701 | 4 years ago | | | 0 | 0.031880304 | |
| 11241700 | 4 years ago | | | 0 | 0.0015340460 | |
| 11241569 | 4 years ago | | | 0.18 | 0.0022335300 | |
| 11241548 | 4 years ago | | | 0 | 0.0018298500 | |
| 11241461 | 4 years ago | | | 0 | 0.0014342240 | |
| 11240960 | 4 years ago | | | 0.5 | 0.0037970010 | |
| 11240868 | 4 years ago | | | 0 | 0.0012284710 |
ABI
ABI objects
Getter at block 21223121
ETHEREUM() view returns (address)
0xeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee
FEE_BASE() view returns (uint256)
10000
VERSION() view returns (string)
mainnet-eb4e40d
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.