MarketsRegistry
Verified contract
Implementation
Active on
Ethereum with 2 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 49 additional slots
-
variable spans 48 additional slots
Balances ($0.00)
No balances found for "MarketsRegistry"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 11272296 | 4 years ago | | | 0 | 0.0015333500 | |
| 11272292 | 4 years ago | | | 0 | 0.0069299500 |
ABI
ABI objects
Getter at block 21259487
ammImplementation() view returns (address)
0x185ff98408f9df0491dfaf194a7d3dc74e7d5d89
getLogicAddress() view returns (address logicAddress)
0x0000000000000000000000000000000000000000
marketImplementation() view returns (address)
0x55b8db09b20559ed3a9e73c6ea4472522853eaa2
owner() view returns (address)
0x000000000000000000000000000000000000dead
proxiableUUID() pure returns (bytes32)
0xc5f16f0fcc639fa48a6947836d9850f504798523bf8c9a3a87d5876cf622bcf7
tokenImplementation() view returns (address)
0x122bf95a3f9b2e593a2ed8dcdc22f5aded3ab84a
Read-only
amms(bytes32) view returns (address)
getMarketsByAssetPair(bytes32 assetPair) view returns (address[])
markets(string) view returns (address)
State-modifying
Events createAmm(address _priceOracle, address _paymentToken, address _collateralToken, uint16 _tradeFeeBasisPoints, bool _shouldInvertOraclePrice) returns (address)
createMarket(string _marketName, address _collateralToken, address _paymentToken, uint8 _marketStyle, uint256 _priceRatio, uint256 _expirationDate, uint16 _exerciseFeeBasisPoints, uint16 _closeFeeBasisPoints, uint16 _claimFeeBasisPoints, address _amm) returns (address)
initialize(address _tokenImplementation, address _marketImplementation, address _ammImplementation)
recoverTokens(address token, address destination)
renounceOwnership()
selfDestructMarket(address market, address refundAddress)
transferOwnership(address newOwner)
updateAmmImplementation(address newAmmImplementation)
updateImplementationForMarket(address market, address newMarketImplementation)
updateMarketImplementation(address newMarketImplementation)
updateMarketsRegistryImplementation(address newMarketsRegistryImplementation)
updateTokenImplementation(address newTokenImplementation)
AmmCreated(address amm)
AmmImplementationUpdated(address newAddress)
CodeAddressUpdated(address newAddress)
MarketCreated(string name, address newAddress, uint256 marketIndex)
MarketDestroyed(address market)
MarketImplementationUpdated(address newAddress)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
TokenImplementationUpdated(address newAddress)
TokensRecovered(address indexed token, address indexed to, uint256 value)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.