DInterest
Verified contract
Implementation
Active on
Ethereum with 0 txns
Storage
Map
Table
Raw
Constants and immutables
19
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 48 additional slots
-
variable spans 49 additional slots
-
variable spans 49 additional slots
1 additional
variable
Balances ($0.00)
No balances found for "DInterest"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "DInterest"
ABI
ABI objects
Getter at block 21216252 moneyMarket() view returns (address) stablecoin() view returns (address)
GlobalDepositCap() view returns (uint256)
0
MaxDepositPeriod() view returns (uint64)
0
MinDepositAmount() view returns (uint256)
0
depositNFT() view returns (address)
0x0000000000000000000000000000000000000000
depositsLength() view returns (uint256)
0
feeModel() view returns (address)
0x0000000000000000000000000000000000000000
fundingListLength() view returns (uint256)
0
fundingMultitoken() view returns (address)
0x0000000000000000000000000000000000000000
interestModel() view returns (address)
0x0000000000000000000000000000000000000000
interestOracle() view returns (address)
0x0000000000000000000000000000000000000000
mphMinter() view returns (address)
0x0000000000000000000000000000000000000000
owner() view returns (address)
0x0000000000000000000000000000000000000000
pendingOwner() view returns (address)
0x0000000000000000000000000000000000000000
sumOfRecordedFundedPrincipalAmountDivRecordedIncomeIndex() view returns (uint256)
0
totalDeposit() view returns (uint256)
0
totalFeeOwed() view returns (uint256)
0
totalFundedPrincipalAmount() view returns (uint256)
0
totalInterestOwed() view returns (uint256)
0
Read-only
getDeposit(uint64 depositID) view returns (struct DInterestDeposit)
getFunding(uint64 fundingID) view returns (struct DInterestFunding)
State-modifying
Events calculateInterestAmount(uint256 depositAmount, uint256 depositPeriodInSeconds) returns (uint256 interestAmount)
claimOwnership()
decreaseFeeForDeposit(uint64 depositID, uint256 newFeeRate)
deposit(uint256 depositAmount, uint64 maturationTimestamp) returns (uint64 depositID, uint256 interestAmount)
deposit(uint256 depositAmount, uint64 maturationTimestamp, uint256 minimumInterestAmount, string uri) returns (uint64 depositID, uint256 interestAmount)
fund(uint64 depositID, uint256 fundAmount) returns (uint64 fundingID, uint256 fundingMultitokensMinted, uint256 actualFundAmount, uint256 principalFunded)
fund(uint64 depositID, uint256 fundAmount, uint256 minPrincipalFunded) returns (uint64 fundingID, uint256 fundingMultitokensMinted, uint256 actualFundAmount, uint256 principalFunded)
initialize(uint64 _MaxDepositPeriod, uint256 _MinDepositAmount, address _feeModel, address _interestModel, address _interestOracle, address _depositNFT, address _fundingMultitoken, address _mphMinter)
multicall(bytes[] data) returns (bytes[] results)
payInterestToFunders(uint64 fundingID) returns (uint256 interestAmount)
rescue(address token, address target)
rolloverDeposit(uint64 depositID, uint64 maturationTimestamp) returns (uint256 newDepositID, uint256 interestAmount)
rolloverDeposit(uint64 depositID, uint64 maturationTimestamp, uint256 minimumInterestAmount, string uri) returns (uint256 newDepositID, uint256 interestAmount)
setDepositNFTBaseURI(string newURI)
setDepositNFTContractURI(string newURI)
setFeeModel(address newValue)
setGlobalDepositCap(uint256 newValue)
setInterestModel(address newValue)
setInterestOracle(address newValue)
setMPHMinter(address newValue)
setMaxDepositPeriod(uint64 newValue)
setMinDepositAmount(uint256 newValue)
setRewards(address newValue)
skimSurplus(address recipient)
surplus() returns (bool isNegative, uint256 surplusAmount)
topupDeposit(uint64 depositID, uint256 depositAmount) returns (uint256 interestAmount)
topupDeposit(uint64 depositID, uint256 depositAmount, uint256 minimumInterestAmount) returns (uint256 interestAmount)
transferOwnership(address newOwner, bool direct, bool renounce)
withdraw(uint64 depositID, uint256 virtualTokenAmount, bool early) returns (uint256 withdrawnStablecoinAmount)
EDeposit(address indexed sender, uint256 indexed depositID, uint256 depositAmount, uint256 interestAmount, uint256 feeAmount, uint64 maturationTimestamp)
EFund(address indexed sender, uint64 indexed fundingID, uint256 fundAmount, uint256 tokenAmount)
EPayFundingInterest(uint256 indexed fundingID, uint256 interestAmount, uint256 refundAmount)
ERolloverDeposit(address indexed sender, uint64 indexed depositID, uint64 indexed newDepositID)
ESetParamAddress(address indexed sender, string indexed paramName, address newValue)
ESetParamUint(address indexed sender, string indexed paramName, uint256 newValue)
ETopupDeposit(address indexed sender, uint64 indexed depositID, uint256 depositAmount, uint256 interestAmount, uint256 feeAmount)
EWithdraw(address indexed sender, uint256 indexed depositID, bool indexed early, uint256 virtualTokenAmount, uint256 feeAmount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
PRBMathUD60x18__Exp2InputTooBig(uint256 x)
PRBMath__MulDivFixedPointOverflow(uint256 prod1)
PRBMath__MulDivOverflow(uint256 prod1, uint256 denominator)