Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 1 additional slot
Balances ($5,012,447.44)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USDC | ERC-20 | 5.013987M | $0.999693 |
$5,012,447.44 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21017223 | 2 months ago | | | 0 | 0.00055591359 | |
| 20955020 | 2 months ago | | | 0 | 0.00019862519 | |
| 20954889 | 2 months ago | | | 0 | 0.00020368514 | |
| 20954888 | 2 months ago | | | 0 | 0.00020869661 | |
| 20954202 | 2 months ago | | | 0 | 0.00020835544 | |
| 20942670 | 2 months ago | | | 0 | 0.0023049122 | |
| 20911703 | 2 months ago | | | 0 | 0.00034898043 | |
| 20911677 | 2 months ago | | | 0 | 0.00026852733 | |
| 20911640 | 2 months ago | | | 0 | 0.00032668523 | |
| 20838403 | 3 months ago | | | 0 | 0.0013912972 |
ABI
ABI objects
Getter at block 21384003
DOMAIN_SEPARATOR() view returns (bytes32)
0x27ca97f26f2a7ff37a317cefd8fcc2d5c411398219dd0f3a9afb06944bdb4647
acl() view returns (address)
0x523da3a8961e4dd4f6206dbf7e6c749f51796bb3
addressProvider() view returns (address)
0x9ea7b04da02a5373317d745c1571c84aad03321d
asset() view returns (address)
0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48
availableLiquidity() view returns (uint256)
5013986731736
baseInterestIndex() view returns (uint256)
1021706538172482121206305688
baseInterestIndexLU() view returns (uint256)
1021699947643343471364640427
baseInterestRate() view returns (uint256)
37839401644852558000000000
contractsRegister() view returns (address)
0xa50d4e7d8946a7c90652339cdbd262c375d54d99
controller() view returns (address)
0xd8ceb2580f22e13d17031740af2e91e9e7a13347
creditManagers() view returns (address[])
[0x3EB95430FdB99439A86d3c6D7D01C3c561393556, 0xeA7c28428D3916Dbe2f113b8A6E6Dd0F3819C050, 0x4E94Cd228eF386EBc32900EC745d1865934688A3, 0x1d489cCD2b96908C0A80AcBBDb2f1963ffEd3384]
decimals() view returns (uint8)
6
eip712Domain() view returns (bytes1 fields, string name, string version, uint256 chainId, address verifyingContract, bytes32 salt, uint256[] extensions)
(fields=0x0f, name=Trade USDC v3, version=1, chainId=1, verifyingContract=0xda00000035fef4082f78def6a8903bee419fbf8e, salt=0x0000000000000000000000000000000000000000000000000000000000000000, extensions=[])
expectedLiquidity() view returns (uint256)
21929837357550
expectedLiquidityLU() view returns (uint256)
21929525710237
interestRateModel() view returns (address)
0xc37d01e3e41a14d5b622a20164cc29c02b838c38
lastBaseInterestUpdate() view returns (uint40)
1733971931
lastQuotaRevenueUpdate() view returns (uint40)
1733974139
name() view returns (string)
Trade USDC v3
paused() view returns (bool)
false
poolQuotaKeeper() view returns (address)
0xc96c20e664303fb8c29ee6333055757ac7d484f4
quotaRevenue() view returns (uint256)
2032231744274
supplyRate() view returns (uint256)
121424156829635844148577626
symbol() view returns (string)
dUSDCV3
totalAssets() view returns (uint256 assets)
21929837357550
totalBorrowed() view returns (uint256)
16664646872484
totalDebtLimit() view returns (uint256)
100000000000000
totalSupply() view returns (uint256)
19917216809828
treasury() view returns (address)
0x3e965117a51186e41c2bb58b729a1e518a715e5f
underlyingToken() view returns (address)
0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48
version() view returns (uint256)
300
withdrawFee() view returns (uint16)
0
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
convertToAssets(uint256 shares) view returns (uint256)
convertToShares(uint256 assets) view returns (uint256)
creditManagerBorrowable(address creditManager) view returns (uint256 borrowable)
creditManagerBorrowed(address creditManager) view returns (uint256)
creditManagerDebtLimit(address creditManager) view returns (uint256)
maxDeposit(address) view returns (uint256)
maxMint(address) view returns (uint256)
maxRedeem(address owner) view returns (uint256)
maxWithdraw(address owner) view returns (uint256)
nonces(address owner) view returns (uint256)
previewDeposit(uint256 assets) view returns (uint256 shares)
previewMint(uint256 shares) view returns (uint256)
previewRedeem(uint256 shares) view returns (uint256)
previewWithdraw(uint256 assets) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
deposit(uint256 assets, address receiver) returns (uint256 shares)
depositWithReferral(uint256 assets, address receiver, uint256 referralCode) returns (uint256 shares)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
lendCreditAccount(uint256 borrowedAmount, address creditAccount)
mint(uint256 shares, address receiver) returns (uint256 assets)
mintWithReferral(uint256 shares, address receiver, uint256 referralCode) returns (uint256 assets)
pause()
permit(address owner, address spender, uint256 value, uint256 deadline, uint8 v, bytes32 r, bytes32 s)
redeem(uint256 shares, address receiver, address owner) returns (uint256 assets)
repayCreditAccount(uint256 repaidAmount, uint256 profit, uint256 loss)
setController(address newController)
setCreditManagerDebtLimit(address creditManager, uint256 newLimit)
setInterestRateModel(address newInterestRateModel)
setPoolQuotaKeeper(address newPoolQuotaKeeper)
setQuotaRevenue(uint256 newQuotaRevenue)
setTotalDebtLimit(uint256 newLimit)
setWithdrawFee(uint256 newWithdrawFee)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
unpause()
updateQuotaRevenue(int256 quotaRevenueDelta)
withdraw(uint256 assets, address receiver, address owner) returns (uint256 shares)
AddCreditManager(address indexed creditManager)
Approval(address indexed owner, address indexed spender, uint256 value)
Borrow(address indexed creditManager, address indexed creditAccount, uint256 amount)
Deposit(address indexed sender, address indexed owner, uint256 assets, uint256 shares)
EIP712DomainChanged()
IncurUncoveredLoss(address indexed creditManager, uint256 loss)
NewController(address indexed newController)
Paused(address account)
Refer(address indexed onBehalfOf, uint256 indexed referralCode, uint256 amount)
Repay(address indexed creditManager, uint256 borrowedAmount, uint256 profit, uint256 loss)
SetCreditManagerDebtLimit(address indexed creditManager, uint256 newLimit)
SetInterestRateModel(address indexed newInterestRateModel)
SetPoolQuotaKeeper(address indexed newPoolQuotaKeeper)
SetTotalDebtLimit(uint256 limit)
SetWithdrawFee(uint256 fee)
Transfer(address indexed from, address indexed to, uint256 value)
Unpaused(address account)
Withdraw(address indexed sender, address indexed receiver, address indexed owner, uint256 assets, uint256 shares)
constructor(address addressProvider_, address underlyingToken_, address interestRateModel_, uint256 totalDebtLimit_, string name_, string symbol_)
This contract contains no fallback and receive objects.
CallerNotConfiguratorException()
CallerNotControllerException()
CallerNotCreditManagerException()
CallerNotPausableAdminException()
CallerNotPoolQuotaKeeperException()
CallerNotUnpausableAdminException()
CreditManagerCantBorrowException()
IncompatibleCreditManagerException()
IncompatiblePoolQuotaKeeperException()
IncorrectParameterException()
InvalidShortString()
RegisteredCreditManagerOnlyException()
SafeTransferFailed()
SafeTransferFromFailed()
StringTooLong(string str)
ZeroAddressException()