FraxlendPairDeployer

Verified contract

Active on Ethereum with 7 txns
Deployed by via 0xdcc88492 at 15993752
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "FraxlendPairDeployer"

0x25a080566d55e503daf936c82338db0151f26f19a40dbc03f716fe7a7321ad70
0x88ce44f124ced1ee477deb5243dcb5f3bbb53e23578de41d2a4676ea8d62a738
0x1db45c73e9007dcd1070c3e5a1979e335f74046e41f88f7028f26dd758bea427
0x3b74397fc7bed58dfee6ce8a720da06f3a3eb6fef108655f56459c2db82756d2
0xccd99a04cd09c04c84176520a777a74b93cfcb459a42f856c32092a80eb56f41
0x488d33e31b451821e75cf5ac3894e171cd06f7f56286d11b334e9214b1d75de9
0xe459ff6d3f9d08f4194095b591d99a7109d6cbcee466556d76eb3d49dd0f13a9

Functions
Getter at block 20967112
CIRCUIT_BREAKER_ADDRESS(view returns (address)
0xfd3065c629ee890fd74f43b802c2fea4b7279b8c
COMPTROLLER_ADDRESS(view returns (address)
0x168200cf227d4543302686124ac28ae0eaf2ca0b
DEFAULT_LIQ_FEE(view returns (uint256)
10000
DEFAULT_MAX_LTV(view returns (uint256)
75000
DEFAULT_MAX_ORACLE_DELAY(view returns (uint256)
86400
FRAXLEND_PAIR_REGISTRY_ADDRESS(view returns (address)
0xd6e9d27c75afd88ad24cd5edccdc76fd2fc3a751
FRAXLEND_WHITELIST_ADDRESS(view returns (address)
0x118c1462aa28bf2ea304f78f49c3388cfd93234e
GLOBAL_MAX_LTV(view returns (uint256)
100000000
TIME_LOCK_ADDRESS(view returns (address)
0x8412ebf45bac1b340bbe8f318b928c466c4e39ca
contractAddress1(view returns (address)
0x0ac84cb8d124c43675b0ca073f0b60c0b9cf817f
contractAddress2(view returns (address)
0x0e392b72e281cd4b1a9a60714cb382568780aaf0
deployedPairsLength(view returns (uint256)
5
getAllPairAddresses(view returns (address[] _deployedPairs)
[0x62e3FcDFcbef3fd7eD344aEa26939e8980c83CEC, 0x21E354Da5D929A4da55428F6bfd71eD9Ffd5001F, 0x918Ac498470d073C6518b55F3f74C203D6Df38fd, 0x66bf36dBa79d4606039f04b32946A260BCd3FF52, 0x74F82Bd9D0390A4180DaaEc92D64cf0708751759]
owner(view returns (address)
0xdb3388e770f49a604e11f1a2084b39279492a61f
Read-only
defaultSwappers(uint256view returns (address)
deployedPairsArray(uint256view returns (address)
State-modifying
deployCustom(bytes _configDatabytes _customConfigDatareturns (address _pairAddress)
deployWithDefaults(bytes _configDatareturns (address _pairAddress)
globalPause(address[] _addressesreturns (address[] _updatedAddresses)
renounceOwnership(
setCircuitBreaker(address _newAddress
setComptroller(address _newAddress
setCreationCode(bytes _creationCode
setDefaultLiquidationFee(uint256 _newLiquidationFee
setDefaultMaxLTV(uint256 _newMaxLTV
setDefaultMaxOracleDelay(uint256 _newMaxOracleDelay
setDefaultSwappers(address[] _swappers
setRegistry(address _newAddress
setTimeLock(address _newAddress
setWhitelist(address _newAddress
transferOwnership(address newOwner
Events
LogDeploy(string indexed _nameaddress _addressaddress indexed _assetaddress indexed _collateraladdress _oracleMultiplyaddress _oracleDivideaddress _rateContractuint256 _maxLTVuint256 _liquidationFeeuint256 _maturityDate
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
SetCircuitBreaker(address _oldAddressaddress _newAddress
SetComptroller(address _oldAddressaddress _newAddress
SetDefaultLiquidationFee(uint256 _oldLiquidationFeeuint256 _newLiquidationFee
SetDefaultMaxLTV(uint256 _oldMaxLTVuint256 _newMaxLTV
SetDefaultMaxOracleDelay(uint256 _oldMaxOracleDelayuint256 _newMaxOracleDelay
SetRegistry(address _oldAddressaddress _newAddress
SetTimeLock(address _oldAddressaddress _newAddress
SetWhitelist(address _oldAddressaddress _newAddress
Constructor
constructor(address _circuitBreakeraddress _comptrolleraddress _timelockaddress _fraxlendWhitelistaddress _fraxlendPairRegistry
Fallback and receive

This contract contains no fallback and receive objects.

Errors
CircuitBreakerOnly(
Create2Failed(
MaxLTVTooLarge(
WhitelistedDeployersOnly(