LiquidityPoolV2
Verified contract
Active on
Ethereum with 11,884 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 ($1,663,787.43)
Native
Value
$1,361,621.46
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 413.425634 | $3,293.51 |
$1,361,621.46 | |
DAI | ERC-20 | 122.367854K | $1.001 |
$122,490.22 | |
renBTC | ERC-20 | 0.832067 | $85,700.00 |
$71,308.17 | |
USDC | ERC-20 | 64.084805K | $1.001 |
$64,148.89 | |
WETH | ERC-20 | 13.42169 | $3,294.57 |
$44,218.7 | |
NFT | ERC-20 | 70.854964B | -- | -- | |
StableDAI.com | ERC-20 | 728 | -- | -- | |
E21 | ERC-20 | 682 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20732090 | 2 months ago | | | 0 | 0.00026766410 | |
| 20532126 | 3 months ago | | | 0 | 0.00011416997 | |
| 20532057 | 3 months ago | | | 0 | 0.00011095625 | |
| 19478764 | 8 months ago | | | 0 | 0.0028661566 | |
| 19297862 | 9 months ago | | | 0 | 0.0018157064 | |
| 18008653 | a year ago | | | 0 | 0.00055322825 | |
| 18008650 | a year ago | | | 0 | 0.00077887817 | |
| 17963619 | a year ago | | | 0 | 0.0028195473 | |
| 17949653 | a year ago | | | 0 | 0.0010821859 | |
| 17949614 | a year ago | | | 0 | 0.0012269547 |
ABI
ABI objects
Getter at block 21171502
ETHEREUM() view returns (address)
0xeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee
FEE_BASE() view returns (uint256)
10000
VERSION() view returns (string)
mainnet-611313e
depositFeeInBips() view returns (uint256)
64
paused() view returns (bool)
false
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.