Pool cpWINC-USDC
Unverified contract
Proxy
Active on
Ethereum with 12 txns
Unified storage
Map
Table
Raw
Constants and immutables
0
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 44 additional slots
0x5c0c…e64c
-
variable spans 7 additional slots
8 additional
variables
Balances ($734.70)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USDC | ERC-20 | 735.090837 | $0.999462 |
$734.7 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21262953 | 4 days ago | | | 0 | 0.0022015739 | |
| 20319148 | 4 months ago | | | 0 | 0.0016280739 | |
| 20319129 | 4 months ago | | | 0 | 0.0018960556 | |
| 18176456 | a year ago | | | 0 | 0.0029367305 | |
| 18164060 | a year ago | | | 0 | 0.0062555623 | |
| 18147379 | a year ago | | | 0 | 0.0026761120 | |
| 18136004 | a year ago | | | 0 | 0.010195054 | |
| 18098079 | a year ago | | | 0 | 0.0032705585 | |
| 18069512 | a year ago | | | 0 | 0.0039592410 | |
| 18069466 | a year ago | | | 0 | 0.0021690070 |
ABI
ABI objects
Getter at block 21288581 availableToBorrow() view returns (uint256) availableToWithdraw() view returns (uint256) borrows() view returns (uint256) enteredProvisionalDefault() view returns (uint256) getBorrowRate() view returns (uint256) getCurrentExchangeRate() view returns (uint256) getSupplyRate() view returns (uint256) getUtilizationRate() view returns (uint256) insurance() view returns (uint256) interest() view returns (uint256) lastAccrual() view returns (uint256) ownerOfDebt() view returns (address) poolSize() view returns (uint256) reserves() view returns (uint256) state() view returns (uint8)
MINIMUM_LIQUIDITY() view returns (uint256)
1000000
cash() view returns (uint256)
735090837
currency() view returns (address)
0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48
debtClaimed() view returns (bool)
false
decimals() view returns (uint8)
6
enteredZeroUtilization() view returns (uint256)
0
factory() view returns (address)
0xde204e5a060ba5d3b63c7a4099712959114c2d48
insuranceFactor() view returns (uint256)
50000000000000000
interestRateModel() view returns (address)
0x5c0c8dcc5886031a48f494672c622106da26e64c
kycRequired() view returns (bool)
false
manager() view returns (address)
0x0f3f405c2f97726ad59fa3711e6dd12c2db62f17
maxInactivePeriod() view returns (uint256)
1209600
maximumCapacity() view returns (uint256)
0
name() view returns (string)
Pool cpWINC-USDC
periodToStartAuction() view returns (uint256)
1209600
principal() view returns (uint256)
68287624
provisionalDefaultUtilization() view returns (uint256)
990000000000000000
provisionalRepaymentUtilization() view returns (uint256)
850000000000000000
reserveFactor() view returns (uint256)
50000000000000000
rewardPerSecond() view returns (uint256)
0
symbol() view returns (string)
cpWINC-USDC
totalSupply() view returns (uint256)
681417653
version() pure returns (string)
1.1.0
warningGracePeriod() view returns (uint256)
432000
warningUtilization() view returns (uint256)
950000000000000000
Read-only
accumulativeRewardOf(address account) view returns (uint256)
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
withdrawableRewardOf(address account) view returns (uint256)
withdrawnRewardOf(address account) view returns (uint256)
State-modifying
Events accountOlderReserveTransfers(address to, uint256 amount)
allowWithdrawalAfterNoAuction()
approve(address spender, uint256 amount) returns (bool)
borrow(uint256 amount, address receiver)
close()
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
forceDefault()
increaseAllowance(address spender, uint256 addedValue) returns (bool)
initialize(address manager_, address currency_, bool requireKYC)
processAuctionStart()
processDebtClaim()
provide(uint256 currencyAmount)
provideFor(uint256 currencyAmount, address receiver)
provideForWithPermit(uint256 currencyAmount, address receiver, uint256 deadline, uint8 v, bytes32 r, bytes32 s)
provideWithPermit(uint256 currencyAmount, uint256 deadline, uint8 v, bytes32 r, bytes32 s)
redeem(uint256 tokens)
redeemCurrency(uint256 currencyAmount)
repay(uint256 amount)
setInsuranceFactor(uint256 insuranceFactor_)
setInterestRateModel(address interestRateModel_)
setManager(address manager_)
setMaxCapacity(uint256 capacity)
setMaxInactivePeriod(uint256 maxInactivePeriod_)
setPeriodToStartAuction(uint256 periodToStartAuction_)
setProvisionalDefaultUtilization(uint256 provisionalDefaultUtilization_)
setProvisionalRepaymentUtilization(uint256 provisionalRepaymentUtilization_)
setReserveFactor(uint256 reserveFactor_)
setRewardPerSecond(uint256 rewardPerSecond_)
setSymbol(string symbol_)
setWarningGracePeriod(uint256 warningGracePeriod_)
setWarningUtilization(uint256 warningUtilization_)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferReserves()
withdrawReward(address account) returns (uint256 withdrawable)
Approval(address indexed owner, address indexed spender, uint256 value)
Borrowed(uint256 amount, address indexed receiver)
Closed()
Initialized(uint8 version)
MaximumCapacityChanged(uint256 newCapacity)
Provided(address indexed provider, uint256 currencyAmount, uint256 tokens)
Redeemed(address indexed redeemer, uint256 currencyAmount, uint256 tokens)
Repaid(uint256 amount)
ReservesTransferred(address treasury, uint256 amount)
RewardPerSecondSet(uint256 newRewardPerSecond)
RewardWithdrawn(address indexed account, uint256 amount)
Transfer(address indexed from, address indexed to, uint256 value)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
AIZ()
AZ()
CDC()
GTO(uint256 value)
MTB(uint256 borrowed, uint256 repay)
NEL(uint256 available)
OA()
OF()
OG()
OM()