PoolService

Verified contract

Active on Ethereum with 441 txns
Deployed by via 0x3e6bb774 at 15817888
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
ERC-20
Value $12,458.95
0x2308a0bd3faa024a78633a5676909be5565bd87979c577a54727e22cb084ce4c
From
0x56abc0020c50d6e37daa1bd7da6302b56101a01b893c94685bd669cb7db3187d
0x6ff732a7f5d38e90e9db0f1d70f97f87677f047d04b5f0dd69045e6cc132ad47
0x0202a1a7148776abb515e3250489fe0922c8b5a2f2fa27d154359151b0bdb029
0xb85d624084618441e83d9228c423909d8624b934fa954d86ff7eb141ccbc85f8
0x270e499783e760b40b6d3ecb9676630210c2230ec894f244376d7ccd6e15aa79
0xbc3b39740923e5a55e03255fbca1391d0f2104f93aa3b923566891b3dbd52c22
0xea65d2763a392a47b39628ccdb38a6c2ad0c2cb0a04844a43acd7fd71d23fe9e
0x44d8bf6ab665071a4de2a02522ce84a67c3a22d510d458aa1ee9be118b9172b1
0x495b14bbf49b5c5a969e59e601deb73b90b339d5629fe6aeaf4cf0b8e1c2beb6

Functions
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_RAYuint256 currentBorrowRate_RAYuint256 timeDifferencepure returns (uint256)
creditManagers(uint256view returns (address)
creditManagersCanBorrow(addressview returns (bool)
creditManagersCanRepay(addressview returns (bool)
fromDiesel(uint256 amountview returns (uint256)
toDiesel(uint256 amountview returns (uint256)
State-modifying
addLiquidity(uint256 amountaddress onBehalfOfuint256 referralCode
connectCreditManager(address _creditManager
forbidCreditManagerToBorrow(address _creditManager
lendCreditAccount(uint256 borrowedAmountaddress creditAccount
pause(
removeLiquidity(uint256 amountaddress toreturns (uint256)
repayCreditAccount(uint256 borrowedAmountuint256 profituint256 loss
setExpectedLiquidityLimit(uint256 newLimit
setWithdrawFee(uint256 fee
unpause(
updateInterestRateModel(address _interestRateModel
Events
AddLiquidity(address indexed senderaddress indexed onBehalfOfuint256 amountuint256 referralCode
Borrow(address indexed creditManageraddress indexed creditAccountuint256 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 senderaddress indexed touint256 amount
Repay(address indexed creditManageruint256 borrowedAmountuint256 profituint256 loss
UncoveredLoss(address indexed creditManageruint256 loss
Unpaused(address account
Constructor
constructor(address _addressProvideraddress _underlyingTokenaddress _interestRateModelAddressuint256 _expectedLiquidityLimit
Fallback and receive

This contract contains no fallback and receive objects.

Errors
CallerNotConfiguratorException(
CallerNotPausableAdminException(
CallerNotUnPausableAdminException(
ZeroAddressException(