Pool cpFOL-USDC
Verified contract
Proxy
Active on
Ethereum with 176 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
0x40e9…f15f
-
variable spans 7 additional slots
3 additional
variables
Balances ($1,054.27)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USDC | ERC-20 | 1.055534K | $0.998803 |
$1,054.27 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 14921199 | 2 years ago | | | 0 | 0.0063575342 | |
| 14842810 | 3 years ago | | | 0 | 0.0063222230 | |
| 14837832 | 3 years ago | | | 0 | 0.0033280566 | |
| 14827300 | 3 years ago | | | 0 | 0.0028533219 | |
| 14822613 | 3 years ago | | | 0 | 0.0021163539 | |
| 14798388 | 3 years ago | | | 0 | 0.0018241415 | |
| 14796798 | 3 years ago | | | 0 | 0.0023823114 | |
| 14791784 | 3 years ago | | | 0 | 0.0059979840 | |
| 14791207 | 3 years ago | | | 0 | 0.0035869120 | |
| 14774938 | 3 years ago | | | 0 | 0.0058010855 |
ABI
ABI objects
Getter at block 21295333 availableToBorrow() view returns (uint256) availableToWithdraw() view returns (uint256) getBorrowRate() view returns (uint256) getCurrentExchangeRate() view returns (uint256) getSupplyRate() view returns (uint256) getUtilizationRate() view returns (uint256) ownerOfDebt() view returns (address) poolSize() view returns (uint256)
borrows() view returns (uint256)
0
cash() view returns (uint256)
1055533678
currency() view returns (address)
0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48
debtClaimed() view returns (bool)
false
decimals() view returns (uint8)
6
enteredProvisionalDefault() view returns (uint256)
0
enteredZeroUtilization() view returns (uint256)
1652360299
factory() view returns (address)
0x969d7ddbe3b6f8b51e26d8473aaac1a9f4a6b47b
insurance() view returns (uint256)
0
insuranceFactor() view returns (uint256)
50000000000000000
interest() view returns (uint256)
0
interestRateModel() view returns (address)
0x40e997a443548ce7a368e6ed00fd3d9e7ccef15f
lastAccrual() view returns (uint256)
1652780106
manager() view returns (address)
0x948d589df907c3f5cef1c62eeb051428fccbc709
maxInactivePeriod() view returns (uint256)
1209600
name() view returns (string)
Pool cpFOL-USDC
periodToStartAuction() view returns (uint256)
1209600
principal() view returns (uint256)
0
provisionalDefaultUtilization() view returns (uint256)
990000000000000000
reserveFactor() view returns (uint256)
50000000000000000
reserves() view returns (uint256)
0
rewardPerBlock() view returns (uint256)
0
state() view returns (uint8)
4
symbol() view returns (string)
cpFOL-USDC
totalSupply() view returns (uint256)
1048445336
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 allowWithdrawalAfterNoAuction()
approve(address spender, uint256 amount) returns (bool)
borrow(uint256 amount, address receiver)
close()
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
initialize(address manager_, address currency_)
processAuctionStart()
processDebtClaim()
provide(uint256 currencyAmount)
redeem(uint256 tokens)
redeemCurrency(uint256 currencyAmount)
repay(uint256 amount, bool closeNow)
setRewardPerBlock(uint256 rewardPerBlock_)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferReserves()
withdrawReward(address account) returns (uint256)
Approval(address indexed owner, address indexed spender, uint256 value)
Borrowed(uint256 amount, address indexed receiver)
Closed()
Provided(address indexed provider, uint256 currencyAmount, uint256 tokens)
Redeemed(address indexed redeemer, uint256 currencyAmount, uint256 tokens)
Repaid(uint256 amount)
RewardPerBlockSet(uint256 newRewardPerBlock)
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.
This contract contains no error objects.