Proxy
Verified contract
Proxy
Active on
Ethereum with 8 txns
Unified 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 "Proxy"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 11272467 | 4 years ago | | | 0 | 0.0019499400 | |
| 11272444 | 4 years ago | | | 0 | 0.060805400 | |
| 11272434 | 4 years ago | | | 0 | 0.061556000 | |
| 11272431 | 4 years ago | | | 0 | 0.060669950 | |
| 11272364 | 4 years ago | | | 0 | 0.061419950 | |
| 11272359 | 4 years ago | | | 0 | 0.042212550 | |
| 11272353 | 4 years ago | | | 0 | 0.041255550 | |
| 11272348 | 4 years ago | | | 0 | 0.0070107500 |
ABI
ABI objects
Getter at block 21259487
ammImplementation() view returns (address)
0x45341d48d32645d4d5c22f96cb178cf4ecde0a4e
getLogicAddress() view returns (address logicAddress)
0x58dd75e6560f4636130bba5c9a03af3a21def4e1
marketImplementation() view returns (address)
0xa0919572e872abc038226ffd13823f6418833bac
owner() view returns (address)
0xac3201cf1332c8ee37aed9884be6d81c9fad57d0
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)
constructor(address contractLogic)
fallback()
This contract contains no error objects.