JumpRateModelV2
Verified contract
Active on
Ethereum with 0 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "JumpRateModelV2"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "JumpRateModelV2"
ABI
ABI objects
Getter at block 21332000
baseRatePerBlock() view returns (uint256)
475646879
blocksPerYear() view returns (uint256)
2102400
isInterestRateModel() view returns (bool)
true
jumpMultiplierPerBlock() view returns (uint256)
4756468797564
kink() view returns (uint256)
750000000000000000
multiplierPerBlock() view returns (uint256)
19025875190
owner() view returns (address)
0xd1f60ebec593289daba5f5ecba16a906f9d7a8bc
Read-only
getBorrowRate(uint256 cash, uint256 borrows, uint256 reserves) view returns (uint256)
getSupplyRate(uint256 cash, uint256 borrows, uint256 reserves, uint256 reserveFactorMantissa) view returns (uint256)
utilizationRate(uint256 cash, uint256 borrows, uint256 reserves) pure returns (uint256)
State-modifying
Events updateJumpRateModel(uint256 baseRatePerYear, uint256 multiplierPerYear, uint256 jumpMultiplierPerYear, uint256 kink_)
NewInterestParams(uint256 baseRatePerBlock, uint256 multiplierPerBlock, uint256 jumpMultiplierPerBlock, uint256 kink)
constructor(uint256 baseRatePerYear, uint256 multiplierPerYear, uint256 jumpMultiplierPerYear, uint256 kink_, address owner_)
This contract contains no fallback and receive objects.
This contract contains no error objects.