LiquidityPoolV1
Verified contract
Active on
Ethereum with 1,360 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
Balances ($0.00)
No balances found for "LiquidityPoolV1"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15386138 | 2 years ago | | | 0 | 0.00020158982 | |
| 12702021 | 3 years ago | | | 0.001 | 0.0015173600 | |
| 11176338 | 4 years ago | | | 0.01 | 0.0010607160 | |
| 11176127 | 4 years ago | | | 0 | 0.031879556 | |
| 11176123 | 4 years ago | | | 0 | 0.0015324480 | |
| 11175668 | 4 years ago | | | 0.1 | 0.0018943740 | |
| 11175489 | 4 years ago | | | 0 | 0.0029428230 | |
| 11175468 | 4 years ago | | | 0 | 0.0027470163 | |
| 11175446 | 4 years ago | | | 0 | 0.0039801080 | |
| 11175439 | 4 years ago | | | 0 | 0.0036273600 |
ABI
ABI objects
Getter at block 21198385
ETHEREUM() view returns (address)
0xeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee
VERSION() view returns (string)
mainnet-17d48f9
paused() view returns (bool)
true
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()
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)
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.