TransparentUpgradeableProxy
Verified contract
Proxy
Active on
Ethereum with 698 txns
Unified storage
Map
Table
Raw
Constants and immutables
4
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 48 additional slots
0x6676…fac5
0xa2b4…84bd
7 additional
variables
Balances ($17,738.03)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
CPOOL | ERC-20 | 69.500924K | $0.25522 |
$17,738.03 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21190184 | 3 days ago | | | 0 | 0.0030198398 | |
| 21189977 | 3 days ago | | | 0 | 0.0031592693 | |
| 21169400 | 6 days ago | | | 0 | 0.0085540646 | |
| 21141885 | 9 days ago | | | 0 | 0.0015660046 | |
| 21131800 | 11 days ago | | | 0 | 0.0054647998 | |
| 21124084 | 12 days ago | | | 0 | 0.0017358060 | |
| 21113688 | 13 days ago | | | 0 | 0.0021757096 | |
| 21111781 | 14 days ago | | | 0 | 0.0016912390 | |
| 21111768 | 14 days ago | | | 0 | 0.0014603554 | |
| 21097731 | 16 days ago | | | 0 | 0.0011216803 |
ABI
ABI objects
Getter at block 21209965
auction() view returns (address)
0x5f04bc575a407dba3129ea45180b1e6573a4f91a
cpool() view returns (address)
0x66761fa41377003622aee3c7675fc7b5c1c2fac5
getPools() view returns (address[])
[0x7B7E4ab1eCf7A69C1F15B186f9AF11Bb53e764Cb, 0x3aeB3a8F0851249682A6a836525CDEeE5aA2A153, 0xBC105b92F6350E02F230e58Cd4240eA76D7d1DCA, 0xA0749F550a336B031f63bD095062204E1A56055B, 0x74fd948187E8503eBa08fD6CF9D23124C55809EB, 0xCb288b6d30738db7E3998159d192615769794B5b, 0x68F311351e7196D71f8E6372e4A1D2e725669BF2]
insuranceFactor() view returns (uint256)
50000000000000000
interestRateModel() view returns (address)
0xa80bed7394faba5117376ec5d4a0dfe0b8a80173
maxInactivePeriod() view returns (uint256)
1209600
owner() view returns (address)
0xe0308d5681afe01a8ad1cc0b8c937db699e204af
periodToStartAuction() view returns (uint256)
1209600
poolBeacon() view returns (address)
0x82d438607914d7b3f15cd3c4e7bab918e0a868d6
provisionalDefaultUtilization() view returns (uint256)
990000000000000000
provisionalRepaymentUtilization() view returns (uint256)
850000000000000000
quadrataReader() view returns (address)
0x0000000000000000000000000000000000000000
reserveFactor() view returns (uint256)
50000000000000000
staking() view returns (address)
0xa2b464d7d5d6d459418ea9b5fb915bcba27f84bd
treasury() view returns (address)
0x455011f2704c6e192b09d9cc1430299c70af3454
warningGracePeriod() view returns (uint256)
432000
warningUtilization() view returns (uint256)
950000000000000000
Read-only
currencyAllowed(address) view returns (bool)
getPoolSymbol(address currency, address manager) view returns (string)
getPoolsByMarket(address market) view returns (address[])
isPool(address) view returns (bool)
managerInfo(address) view returns (address currency, address pool, address staker, uint32 proposalId, uint256 stakedAmount, bytes32 ipfsHash, string managerSymbol)
marketPools(address, uint256) view returns (address)
pools(uint256) view returns (address)
usedManagerSymbols(string) view returns (bool)
State-modifying
Events admin() returns (address admin_)
changeAdmin(address newAdmin)
implementation() returns (address implementation_)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
burnStake()
closePool()
createPool(address manager, address currency, bool requireKYC)
createPoolInitial(address manager, address currency, bytes32 ipfsHash, string managerSymbol, bool requireKYC)
getKYCAttributes(address lender) returns (struct IQuadPassportStoreAttribute[], uint256 queriedAttributes)
initialize(address cpool_, address staking_, address poolBeacon_, address interestRateModel_, address auction_)
renounceOwnership()
setAuction(address auction_)
setCurrency(address currency, bool allowed)
setInsuranceFactor(uint256 insuranceFactor_)
setInterestRateModel(address interestRateModel_)
setManagerInfo(address manager, bytes32 ipfsHash)
setMaxInactivePeriod(uint256 maxInactivePeriod_)
setPeriodToStartAuction(uint256 periodToStartAuction_)
setPoolBeacon(address poolBeacon_)
setPoolRewardPerSecond(address pool, uint256 rewardPerSecond)
setProvisionalDefaultUtilization(uint256 provisionalDefaultUtilization_)
setProvisionalRepaymentUtilization(uint256 provisionalRepaymentUtilization_)
setQuadrataReader(address reader_)
setReserveFactor(uint256 reserveFactor_)
setTreasury(address treasury_)
setWarningGracePeriod(uint256 warningGracePeriod_)
setWarningUtilization(uint256 warningUtilization_)
sweep(address token, address to, uint256 amount)
transferOwnership(address newOwner)
transferPool(address oldManager, address newManager)
withdrawReward(address[] poolsList)
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Upgraded(address indexed implementation)
AuctionSet(address newAuction)
CurrencySet(address currency, bool allowed)
Initialized(uint8 version)
InsuranceFactorSet(uint256 factor)
InterestRateModelSet(address newModel)
ManagerInfoSet(address manager, bytes32 ipfsHash)
MaxInactivePeriodSet(uint256 period)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
PeriodToStartAuctionSet(uint256 period)
PoolBeaconSet(address newPoolBeacon)
PoolClosed(address indexed pool, address indexed manager)
PoolCreated(address indexed pool, address indexed manager, address indexed currency)
PoolRewardPerSecondSet(address indexed pool, uint256 rewardPerSecond)
PoolTransferred(address indexed pool, address indexed oldManager, address indexed newManager)
ProvisionalDefaultUtilizationSet(uint256 utilization)
ProvisionalRepaymentUtilizationSet(uint256 utilization)
QuadrataReaderSet(address newReader)
ReserveFactorSet(uint256 factor)
TreasurySet(address newTreasury)
WarningGracePeriodSet(uint256 period)
WarningUtilizationSet(uint256 utilization)
constructor(address _logic, address admin_, bytes _data)
fallback()
receive()
This contract contains no error objects.