SturdyPairDeployer
Verified contract
Active on
Ethereum with 24 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "SturdyPairDeployer"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20743117 | 2 months ago | | | 0 | 0.022798888 | |
| 20714834 | 2 months ago | | | 0 | 0.083932118 | |
| 20685771 | 2 months ago | | | 0 | 0.026598770 | |
| 20578422 | 3 months ago | | | 0 | 0.019764177 | |
| 20557067 | 3 months ago | | | 0 | 0.012245254 | |
| 20535591 | 3 months ago | | | 0 | 0.058631727 | |
| 20428635 | 3 months ago | | | 0 | 0.077674575 | |
| 19920159 | 6 months ago | | | 0 | 0.10596216 | |
| 19920153 | 6 months ago | | | 0 | 0.098065746 | |
| 19577283 | 7 months ago | | | 0 | 0.20203931 |
ABI
ABI objects
Getter at block 21157914 getAllPairAddresses() view returns (address[] _deployedPairs)
circuitBreakerAddress() view returns (address)
0x2532c3d363306fa6d625e4cbad996bcf534e8154
comptrollerAddress() view returns (address)
0x2532c3d363306fa6d625e4cbad996bcf534e8154
contractAddress1() view returns (address)
0xcc859d9d192dfc31623670935cfb27cbf1098c72
contractAddress2() view returns (address)
0xc271cb4bd41ffdfdffbe36c2132239da76676a47
deployedPairsLength() view returns (uint256)
23
owner() view returns (address)
0x2532c3d363306fa6d625e4cbad996bcf534e8154
sturdyPairRegistryAddress() view returns (address)
0xd577429db653cd20effcd4977b2b41a6fd794a3b
sturdyWhitelistAddress() view returns (address)
0xf0382a9eca5276d7b4bbcc503e4159c046c120ec
timelockAddress() view returns (address)
0x2532c3d363306fa6d625e4cbad996bcf534e8154
version() pure returns (uint256 _major, uint256 _minor, uint256 _patch)
(_major=4, _minor=1, _patch=0)
Read-only
defaultSwappers(uint256) view returns (address)
deployedPairsArray(uint256) view returns (address)
getNextNameSymbol(address _asset, address _collateral) view returns (string _name, string _symbol)
State-modifying
Events deploy(bytes _configData) returns (address _pairAddress)
globalPause(address[] _addresses) returns (address[] _updatedAddresses)
renounceOwnership()
setCircuitBreaker(address _newAddress)
setComptroller(address _newAddress)
setCreationCode(bytes _creationCode)
setDefaultSwappers(address[] _swappers)
setRegistry(address _newAddress)
setTimelock(address _newAddress)
setWhitelist(address _newAddress)
transferOwnership(address newOwner)
LogDeploy(address indexed address_, address indexed asset, address indexed collateral, string name, bytes configData, bytes immutables, bytes customConfigData)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SetCircuitBreaker(address oldAddress, address newAddress)
SetComptroller(address oldAddress, address newAddress)
SetRegistry(address oldAddress, address newAddress)
SetTimelock(address oldAddress, address newAddress)
SetWhitelist(address oldAddress, address newAddress)
constructor(ConstructorParams _params)
This contract contains no fallback and receive objects.
CircuitBreakerOnly()
Create2Failed()
WhitelistedDeployersOnly()