PoolService
Verified contract
Active on
Ethereum with 5,738 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xcf64…3be0
0x5a08…1fe9
Balances ($97,600.31)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USDC | ERC-20 | 97.502104K | $1.001 |
$97,599.61 | |
MTV | ERC-20 | 1K | $0.000708 |
$0.71 | |
0x0f24…0831 | ERC-1555 | 1 | -- | -- | |
HQG | ERC-20 | 0.1 | -- | -- | |
CRI | ERC-20 | 0.023 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20951445 | a month ago | | | 0 | 0.0013569618 | |
| 20250772 | 4 months ago | | | 0 | 0.00013345080 | |
| 19696003 | 7 months ago | | | 0 | 0.00073478376 | |
| 19386561 | 8 months ago | | | 0 | 0.0071929870 | |
| 19299365 | 9 months ago | | | 0 | 0.0037526523 | |
| 19228977 | 9 months ago | | | 0 | 0.0030204253 | |
| 19058829 | 10 months ago | | | 0 | 0.0015370603 | |
| 19056553 | 10 months ago | | | 0 | 0.0020279592 | |
| 19026239 | 10 months ago | | | 0 | 0.0044916550 | |
| 18965268 | 10 months ago | | | 0 | 0.0036574827 |
ABI
ABI objects
Getter at block 21158109
_cumulativeIndex_RAY() view returns (uint256)
1035391295882447749112145565
_expectedLiquidityLU() view returns (uint256)
111215006304
_timestampLU() view returns (uint256)
1728759311
addressProvider() view returns (address)
0xcf64698aff7e5f27a11dff868af228653ba53be0
availableLiquidity() view returns (uint256)
97502104408
borrowAPY_RAY() view returns (uint256)
1761440339973616957142857
calcLinearCumulative_RAY() view returns (uint256)
1035535441124249835134681723
creditManagersCount() view returns (uint256)
2
dieselToken() view returns (address)
0xc411db5f5eb3f7d552f9b8454b2d74097ccde6e3
expectedLiquidity() view returns (uint256)
111217094575
expectedLiquidityLimit() view returns (uint256)
100000000000000
getDieselRate_RAY() view returns (uint256)
1021524822082604647896030262
interestRateModel() view returns (address)
0x5a08d449322c1b4777f7b0cd878a485cc8761fe9
paused() view returns (bool)
false
totalBorrowed() view returns (uint256)
15000000000
treasuryAddress() view returns (address)
0x7b065fcb0760df0cea8cfd144e08554f3cea73d1
underlyingToken() view returns (address)
0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48
version() view returns (uint256)
1
withdrawFee() view returns (uint256)
0
Read-only
calcCumulativeIndexAtBorrowMore(uint256 amount, uint256 dAmount, uint256 cumulativeIndexAtOpen) view returns (uint256)
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 _dieselAddress, address _interestRateModelAddress, uint256 _expectedLiquidityLimit)
This contract contains no fallback and receive objects.
This contract contains no error objects.