WarpVaultSC
Verified contract
Active on
Ethereum with 816 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x6b17…1d0f
0x156a…767f
0xcc8d…d9a8
0xb515…ab0e
Balances ($2,018.81)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
DAI | ERC-20 | 2.020475K | $0.999174 |
$2,018.81 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 11519393 | 4 years ago | | | 0 | 0.0034581558 | |
| 11517351 | 4 years ago | | | 0 | 0.0060025140 | |
| 11504344 | 4 years ago | | | 0 | 0.0095302000 | |
| 11496582 | 4 years ago | | | 0 | 0.0081939080 | |
| 11484549 | 4 years ago | | | 0 | 0.0038111201 | |
| 11482603 | 4 years ago | | | 0 | 0.0033083400 | |
| 11482590 | 4 years ago | | | 0 | 0.0033083400 | |
| 11482583 | 4 years ago | | | 0 | 0.0038116000 | |
| 11482582 | 4 years ago | | | 0 | 0.0034186180 | |
| 11482470 | 4 years ago | | | 0 | 0.0038597300 |
ABI
ABI objects
Getter at block 21160549
InterestRate() view returns (address)
0xb515e81c8ba9a345d2241f3e5819d352d9f6ab0e
WC() view returns (address)
0xcc8d17feeb20969523f096797c3d5c4a490ed9a8
accrualBlockNumber() view returns (uint256)
11603489
borrowIndex() view returns (uint256)
1001744680015066712
borrowRatePerBlock() view returns (uint256)
9512937595
divisor() view returns (uint256)
10000
exchangeRatePrior() view returns (uint256)
1000000000000000000
getCash() view returns (uint256)
2020474700659692278212
getCashPrior() view returns (uint256)
2020474700659692278212
getSCAddress() view returns (address)
0x6b175474e89094c44da98b954eedeac495271d0f
getSCDecimals() view returns (uint8)
18
owner() view returns (address)
0xc20e752172ce2dbb8d98b56aea29301334e647eb
percent() view returns (uint256)
1500
reserveFactorMantissa() view returns (uint256)
500000000000000000
stablecoin() view returns (address)
0x6b175474e89094c44da98b954eedeac495271d0f
supplyRatePerBlock() view returns (uint256)
0
timeWizard() view returns (uint256)
1608142256
totalBorrows() view returns (uint256)
0
totalReserves() view returns (uint256)
0
wStableCoin() view returns (address)
0x156a8bb47ae1c8f62739617e7f66ce112c91767f
warpTeam() view returns (address)
0x95947e1c378cf978f2a4038add5d6f1682f34f58
Read-only
accountBorrows(address) view returns (uint256 principal, uint256 interestIndex)
borrowBalancePrior(address account) view returns (uint256)
calculateFee(uint256 _payedAmount) view returns (uint256)
historicalReward(address) view returns (uint256)
principalBalance(address) view returns (uint256)
viewAccountBalance(address _account) view returns (uint256)
viewHistoricalReward(address _account) view returns (uint256)
State-modifying
Events _borrow(uint256 _borrowAmount, address _borrower)
_repayLiquidatedLoan(address _borrower, address _liquidator, uint256 _amount)
accrueInterest()
borrowBalanceCurrent(address account) returns (uint256)
exchangeRateCurrent() returns (uint256)
lendToWarpVault(uint256 _amount)
redeem(uint256 _amount)
renounceOwnership()
repayBorrow(uint256 _repayAmount)
setNewInterestModel(address _newModel)
totalBorrowsCurrent() returns (uint256)
transferOwnership(address newOwner)
updateReserve(uint256 _newReserveMantissa)
updateTeam(address _team)
upgrade(address _warpControl)
withdrawReserves(uint256 _amount)
InterestAccrued(uint256 accrualBlockNumber, uint256 borrowIndex, uint256 totalBorrows, uint256 totalReserves)
LoanRepayed(address _borrower, uint256 _repayAmount, uint256 remainingPrinciple, uint256 remainingInterest)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
ReserveWithdraw(uint256 _amount)
StableCoinLent(address _lender, uint256 _amountLent, uint256 _amountOfWarpMinted)
StableCoinWithdraw(address _lender, uint256 _amountWithdrawn, uint256 _amountOfWarpBurnt)
constructor(address _InterestRate, address _StableCoin, address _warpControl, address _warpTeam, uint256 _initialExchangeRate, uint256 _timelock, uint256 _reserveFactorMantissa)
This contract contains no fallback and receive objects.
This contract contains no error objects.