PoolService
Verified contract
Active on
Ethereum with 441 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xf096…f06f
Balances ($12,458.95)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
wstETH | ERC-20 | 3.071734 | $4,056.00 |
$12,458.95 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20455912 | 4 months ago | | | 0 | 0.00057281976 | |
| 18403248 | a year ago | | | 0 | 0.00071293298 | |
| 18341076 | a year ago | | | 0 | 0.00054455179 | |
| 18288190 | a year ago | | | 0 | 0.00072685666 | |
| 18261038 | a year ago | | | 0 | 0.00083736512 | |
| 18211992 | a year ago | | | 0 | 0.0010027193 | |
| 17647690 | a year ago | | | 0 | 0.0016040206 | |
| 17570984 | a year ago | | | 0 | 0.0017271000 | |
| 17364327 | a year ago | | | 0 | 0.0045813933 | |
| 17348679 | 2 years ago | | | 0 | 0.0028794000 |
ABI
ABI objects
Getter at block 21278267
_acl() view returns (address)
0x523da3a8961e4dd4f6206dbf7e6c749f51796bb3
_cumulativeIndex_RAY() view returns (uint256)
1003633973599071775974392346
_expectedLiquidityLU() view returns (uint256)
3068034231630557269
_timestampLU() view returns (uint256)
1725156479
addressProvider() view returns (address)
0xcf64698aff7e5f27a11dff868af228653ba53be0
availableLiquidity() view returns (uint256)
3071733794700203258
borrowAPY_RAY() view returns (uint256)
0
calcLinearCumulative_RAY() view returns (uint256)
1003633973599071775974392346
creditManagersCount() view returns (uint256)
1
dieselToken() view returns (address)
0x2158034db06f06dcb9a786d2f1f8c38781ba779d
expectedLiquidity() view returns (uint256)
3068034231630557269
expectedLiquidityLimit() view returns (uint256)
100000000000000000000000
getDieselRate_RAY() view returns (uint256)
1003003254957342384195076827
interestRateModel() view returns (address)
0xf0966d9094334fee8e423c49628d9d06343af06f
paused() view returns (bool)
false
totalBorrowed() view returns (uint256)
0
treasuryAddress() view returns (address)
0x7b065fcb0760df0cea8cfd144e08554f3cea73d1
underlyingToken() view returns (address)
0x7f39c581f595b53c5cb19bd0b3f8da6c935e2ca0
version() view returns (uint256)
1
withdrawFee() view returns (uint256)
0
Read-only
calcLinearIndex_RAY(uint256 cumulativeIndex_RAY, uint256 currentBorrowRate_RAY, uint256 timeDifference) pure returns (uint256)
creditManagers(uint256) view returns (address)
creditManagersCanBorrow(address) view returns (bool)
creditManagersCanRepay(address) view returns (bool)
fromDiesel(uint256 amount) view returns (uint256)
toDiesel(uint256 amount) view returns (uint256)
State-modifying
Events addLiquidity(uint256 amount, address onBehalfOf, uint256 referralCode)
connectCreditManager(address _creditManager)
forbidCreditManagerToBorrow(address _creditManager)
lendCreditAccount(uint256 borrowedAmount, address creditAccount)
pause()
removeLiquidity(uint256 amount, address to) returns (uint256)
repayCreditAccount(uint256 borrowedAmount, uint256 profit, uint256 loss)
setExpectedLiquidityLimit(uint256 newLimit)
setWithdrawFee(uint256 fee)
unpause()
updateInterestRateModel(address _interestRateModel)
AddLiquidity(address indexed sender, address indexed onBehalfOf, uint256 amount, uint256 referralCode)
Borrow(address indexed creditManager, address indexed creditAccount, uint256 amount)
BorrowForbidden(address indexed creditManager)
NewCreditManagerConnected(address indexed creditManager)
NewExpectedLiquidityLimit(uint256 newLimit)
NewInterestRateModel(address indexed newInterestRateModel)
NewWithdrawFee(uint256 fee)
Paused(address account)
RemoveLiquidity(address indexed sender, address indexed to, uint256 amount)
Repay(address indexed creditManager, uint256 borrowedAmount, uint256 profit, uint256 loss)
UncoveredLoss(address indexed creditManager, uint256 loss)
Unpaused(address account)
constructor(address _addressProvider, address _underlyingToken, address _interestRateModelAddress, uint256 _expectedLiquidityLimit)
This contract contains no fallback and receive objects.
CallerNotConfiguratorException()
CallerNotPausableAdminException()
CallerNotUnPausableAdminException()
ZeroAddressException()