PoolFactory
Verified contract
Implementation
Active on
Ethereum with 0 txns
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 48 additional slots
3 additional
variables
Balances ($0.00)
No balances found for "PoolFactory"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "PoolFactory"
ABI
ABI objects
Getter at block 21209965
auction() view returns (address)
0x0000000000000000000000000000000000000000
cpool() view returns (address)
0x0000000000000000000000000000000000000000
getPools() view returns (address[])
[]
insuranceFactor() view returns (uint256)
0
interestRateModel() view returns (address)
0x0000000000000000000000000000000000000000
maxInactivePeriod() view returns (uint256)
0
owner() view returns (address)
0x0000000000000000000000000000000000000000
periodToStartAuction() view returns (uint256)
0
poolBeacon() view returns (address)
0x0000000000000000000000000000000000000000
provisionalDefaultUtilization() view returns (uint256)
0
provisionalRepaymentUtilization() view returns (uint256)
0
quadrataReader() view returns (address)
0x0000000000000000000000000000000000000000
reserveFactor() view returns (uint256)
0
staking() view returns (address)
0x0000000000000000000000000000000000000000
treasury() view returns (address)
0x0000000000000000000000000000000000000000
warningGracePeriod() view returns (uint256)
0
warningUtilization() view returns (uint256)
0
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 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)
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)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.