OptionsFactory
Verified contract
Proxy
Active on
Ethereum with 17 txns
Unified storage
Map
Table
Raw
Constants and immutables
0
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x5778…6017
Balances ($0.00)
No balances found for "OptionsFactory"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 9659004 | 5 years ago | | | 0 | 0.29917368 | |
| 9658979 | 5 years ago | | | 0 | 0.0088166714 | |
| 9608051 | 5 years ago | | | 0 | 0.017396765 | |
| 9608047 | 5 years ago | | | 0 | 0.00040870400 | |
| 9528656 | 5 years ago | | | 0 | 0.027052844 | |
| 9528654 | 5 years ago | | | 0 | 0.00035820400 | |
| 9523664 | 5 years ago | | | 0 | 0.027052340 | |
| 9523637 | 5 years ago | | | 0 | 0.00019751900 | |
| 9523505 | 5 years ago | | | 0 | 0.027052340 | |
| 9523503 | 5 years ago | | | 0 | 0.00035770000 |
ABI
ABI objects
Getter at block 21331259
getNumberOfOptionsContracts() view returns (uint256)
9
isOwner() view returns (bool)
false
optionsExchange() view returns (address)
0x5778f2824a114f6115dc74d432685d3336216017
oracleAddress() view returns (address)
0x7054e08461e3ecb7718b63540addb3c3a1746415
owner() view returns (address)
0x9e68b67660c223b3e0634d851f5df821e0e17d84
Read-only
optionsContracts(uint256) view returns (address)
supportsAsset(string _asset) view returns (bool)
tokens(string) view returns (address)
State-modifying
Events addAsset(string _asset, address _addr)
changeAsset(string _asset, address _addr)
createOptionsContract(string _collateralType, int32 _collateralExp, string _underlyingType, int32 _underlyingExp, int32 _oTokenExchangeExp, uint256 _strikePrice, int32 _strikeExp, string _strikeAsset, uint256 _expiry, uint256 _windowSize) returns (address)
deleteAsset(string _asset)
renounceOwnership()
transferOwnership(address newOwner)
AssetAdded(string indexed asset, address indexed addr)
AssetChanged(string indexed asset, address indexed addr)
AssetDeleted(string indexed asset)
OptionsContractCreated(address addr)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
constructor(address _optionsExchangeAddr, address _oracleAddress)
This contract contains no fallback and receive objects.
This contract contains no error objects.