interestModel
Verified contract
Active on
Ethereum with 28 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 "interestModel"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15132841 | 2 years ago | | | 0 | 0.0013498000 | |
| 14766516 | 3 years ago | | | 0 | 0.0040494000 | |
| 13272664 | 3 years ago | | | 0 | 0.0018736282 | |
| 13184896 | 3 years ago | | | 0 | 0.0021843948 | |
| 13048628 | 3 years ago | | | 0 | 0.0010310260 | |
| 13020439 | 3 years ago | | | 0 | 0.0013453135 | |
| 12680931 | 3 years ago | | | 0 | 0.0012960900 | |
| 12483474 | 4 years ago | | | 0 | 0.0010080700 | |
| 12399123 | 4 years ago | | | 0 | 0.0024481700 | |
| 12342124 | 4 years ago | | | 0 | 0.0011817020 |
ABI
ABI objects
Getter at block 21247433
blocksPerYear() view returns (uint256)
2102400
getBasicSensitivity() view returns (uint256)
120000000000000000
getJumpPoint() view returns (uint256)
800000000000000000
getJumpSensitivity() view returns (uint256)
360000000000000000
getMinRate() view returns (uint256)
20000000000000000
getOwner() view returns (address)
0xf357a08c8d4a385cebddb517a44b210a0f6b3393
getSpreadRate() view returns (uint256)
825000000000000000
Read-only
getInterestAmount(address handlerDataStorageAddr, address userAddr, bool isView) view returns (bool, uint256, uint256, bool, uint256, uint256)
getSIRandBIR(uint256 totalDepositAmount, uint256 totalBorrowAmount) view returns (uint256, uint256)
operators(address) view returns (bool)
viewInterestAmount(address handlerDataStorageAddr, address userAddr) view returns (bool, uint256, uint256, bool, uint256, uint256)
State-modifying
Events ownershipTransfer(address _owner) returns (bool)
setBasicSensitivity(uint256 _sensitivity) returns (bool)
setBlocksPerYear(uint256 _blocksPerYear) returns (bool)
setJumpPoint(uint256 _jumpPoint) returns (bool)
setJumpSensitivity(uint256 _sensitivity) returns (bool)
setMinRate(uint256 _minRate) returns (bool)
setOperators(address _operator, bool flag) returns (bool)
setSpreadRate(uint256 _spreadRate) returns (bool)
This contract contains no event objects.
constructor(uint256 _minRate, uint256 _jumpPoint, uint256 _basicSensitivity, uint256 _jumpSensitivity, uint256 _spreadRate)
This contract contains no fallback and receive objects.
This contract contains no error objects.