WooLendingManager
Verified contract
Active on
Base with 244 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xb772…cb43
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
| ERC-20 | 2.4K | -- | -- | |
OHNO | ERC-20 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 23067823 | 3 days ago | | | 0 | 0.0000029176124 | |
| 23024623 | 4 days ago | | | 0 | 0.000000705953491410 | |
| 22981447 | 5 days ago | | | 0 | 0.0000011597881 | |
| 22938245 | 6 days ago | | | 0 | 0.0000012976119 | |
| 22895044 | 7 days ago | | | 0 | 7.9887764e-7 | |
| 22808629 | 9 days ago | | | 0 | 2.5139459e-7 | |
| 22765429 | 10 days ago | | | 0 | 4.8512556e-7 | |
| 22722230 | 11 days ago | | | 0 | 2.4965901e-7 | |
| 22679029 | 12 days ago | | | 0 | 5.7979968e-7 | |
| 22635829 | 13 days ago | | | 0 | 5.4496785e-7 |
ABI
ABI objects
Getter at block 23190717 borrowState() view returns (uint256 total, uint256 principal, uint256 interest, uint256 borrowable) maxBorrowableAmount() view returns (uint256) weeklyRepayment() view returns (uint256 repayAmount) weeklyRepaymentBreakdown() view returns (uint256 repayAmount, uint256 principal, uint256 interest, uint256 perfFee)
accessManager() view returns (address)
0xaf558f888e138ca9416111ec7ae8e28354cd9239
borrowedInterest() view returns (uint256)
162209300701726702
borrowedPrincipal() view returns (uint256)
117904970560797411014
debt() view returns (uint256 assets)
118067179861499137716
debtAfterPerfFee() view returns (uint256 assets)
118067179861499137716
interestRate() view returns (uint256)
410
lastAccuredTs() view returns (uint256)
1733112973
owner() view returns (address)
0xe389ac4a34b228fa02a1d3f41729df1b346eca8d
perfRate() view returns (uint256)
0
superChargerVault() view returns (address)
0xb772122c4a37fe1754b46ab1799b909351e8cb43
treasury() view returns (address)
0xc06e2968afd4a029d4623f9a5f534c45e5bf0bdf
want() view returns (address)
0x4200000000000000000000000000000000000006
weth() view returns (address)
0x4200000000000000000000000000000000000006
wooPP() view returns (address)
0xed9e3f98bbed560e66b89aac922e29d4596a9642
Read-only
isBorrower(address) view returns (bool)
State-modifying
Events accureInterest()
borrow(uint256 amount)
inCaseTokenGotStuck(address stuckToken)
init(address _weth, address _want, address _accessManager, address _wooPP, address _superChargerVault)
renounceOwnership()
repayAll() returns (uint256 repaidAmount)
repayPrincipal(uint256 _principal) returns (uint256 repaidAmount)
repayWeekly() returns (uint256 repaidAmount)
setBorrower(address _borrower, bool _isBorrower)
setInterestRate(uint256 _rate)
setPerfRate(uint256 _rate)
setSuperChargerVault(address _wooSuperCharger)
setTreasury(address _treasury)
setWooPP(address _wooPP)
transferOwnership(address newOwner)
Borrow(address indexed user, uint256 assets)
InterestRateUpdated(address indexed user, uint256 oldInterest, uint256 newInterest)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Repay(address indexed user, uint256 assets, uint256 perfFee)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.