PoolFactory
Verified contract
Implementation
Active on
Ethereum with 0 txns
Storage
Map
Table
Raw
Constants and immutables
1
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
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 21297333
auction() view returns (address)
0x0000000000000000000000000000000000000000
cpool() view returns (address)
0x0000000000000000000000000000000000000000
flashGovernor() view returns (address)
0x0000000000000000000000000000000000000000
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
poolMaster() view returns (address)
0x0000000000000000000000000000000000000000
provisionalDefaultUtilization() view returns (uint256)
0
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)
isPool(address) view returns (bool)
managerInfo(address) view returns (address currency, address pool, address staker, uint32 proposalId, uint256 stakedAmount, bytes32 ipfsHash, string managerSymbol)
usedManagerSymbols(string) view returns (bool)
State-modifying
Events burnStake()
cancelPool()
closePool()
createPool()
forceCreatePool(address manager, address currency)
forceCreatePoolInitial(address manager, address currency, bytes32 ipfsHash, string managerSymbol)
initialize(address cpool_, address staking_, address flashGovernor_, address poolMaster_, address interestRateModel_, address auction_)
proposePool(address currency)
proposePoolInitial(address currency, bytes32 ipfsHash, string managerSymbol)
renounceOwnership()
setCurrency(address currency, bool allowed)
setInsuranceFactor(uint256 insuranceFactor_)
setInterestRateModel(address interestRateModel_)
setMaxInactivePeriod(uint256 maxInactivePeriod_)
setPeriodToStartAuction(uint256 periodToStartAuction_)
setPoolMaster(address poolMaster_)
setPoolRewardPerBlock(address pool, uint256 rewardPerBlock)
setProvisionalDefaultUtilization(uint256 provisionalDefaultUtilization_)
setReserveFactor(uint256 reserveFactor_)
setTreasury(address treasury_)
setWarningGracePeriod(uint256 warningGracePeriod_)
setWarningUtilization(uint256 warningUtilization_)
transferOwnership(address newOwner)
withdrawReward(address[] pools)
CurrencySet(address currency, bool allowed)
InsuranceFactorSet(uint256 factor)
InterestRateModelSet(address newModel)
MaxInactivePeriodSet(uint256 period)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
PeriodToStartAuctionSet(uint256 period)
PoolCancelled(address indexed manager, address indexed currency)
PoolClosed(address indexed pool, address indexed manager, address indexed currency)
PoolCreated(address indexed pool, address indexed manager, address indexed currency, bool forceCreated)
PoolMasterSet(address newPoolMaster)
PoolProposed(address indexed manager, address indexed currency)
PoolRewardPerBlockSet(address indexed pool, uint256 rewardPerBlock)
ProvisionalDefaultUtilizationSet(uint256 utilization)
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.