PoolService
Verified contract
Active on
Ethereum with 1,865 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xcf64…3be0
0xf096…f06f
Balances ($184,477.04)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
WBTC | ERC-20 | 1.900062 | $97,090.00 |
$184,477.04 | |
$ | ERC-20 | 50K | -- | -- | |
$ Evmosia.com | ERC-20 | 2.5K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20250772 | 5 months ago | | | 0 | 0.00014388480 | |
| 19904922 | 6 months ago | | | 0 | 0.00035738189 | |
| 19695971 | 7 months ago | | | 0 | 0.00069476923 | |
| 19297592 | 9 months ago | | | 0 | 0.0031939563 | |
| 19180849 | 10 months ago | | | 0 | 0.0029731143 | |
| 19056554 | 10 months ago | | | 0 | 0.0021360064 | |
| 18908949 | a year ago | | | 0 | 0.0014389920 | |
| 18871911 | a year ago | | | 0 | 0.0023858404 | |
| 18814404 | a year ago | | | 0 | 0.0067820674 | |
| 18814398 | a year ago | | | 0 | 0.0079211239 |
ABI
ABI objects
Getter at block 21294828
_cumulativeIndex_RAY() view returns (uint256)
1001996563077502392826642215
_expectedLiquidityLU() view returns (uint256)
198225658
_timestampLU() view returns (uint256)
1732634915
addressProvider() view returns (address)
0xcf64698aff7e5f27a11dff868af228653ba53be0
availableLiquidity() view returns (uint256)
190006216
borrowAPY_RAY() view returns (uint256)
1184716460873092400000000
calcLinearCumulative_RAY() view returns (uint256)
1002006587323999418354449274
creditManagersCount() view returns (uint256)
2
dieselToken() view returns (address)
0xe753260f1955e8678dcea8887759e07aa57e8c54
expectedLiquidity() view returns (uint256)
198225740
expectedLiquidityLimit() view returns (uint256)
500000000000
getDieselRate_RAY() view returns (uint256)
1000091964223838297309337095
interestRateModel() view returns (address)
0xf0966d9094334fee8e423c49628d9d06343af06f
paused() view returns (bool)
false
totalBorrowed() view returns (uint256)
8205189
treasuryAddress() view returns (address)
0x7b065fcb0760df0cea8cfd144e08554f3cea73d1
underlyingToken() view returns (address)
0x2260fac5e5542a773aa44fbcfedf7c193bc2c599
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.