OptionsFactory
Verified contract
Proxy
Active on
Ethereum with 156 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
0x3924…7c71
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
PYN | ERC-20 | 35K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 13226377 | 3 years ago | | | 0 | 0.16891822 | |
| 13226296 | 3 years ago | | | 0 | 0.16387643 | |
| 12973860 | 3 years ago | | | 0 | 0.19502755 | |
| 12973735 | 3 years ago | | | 0 | 0.17552534 | |
| 12756713 | 3 years ago | | | 0 | 0.019502995 | |
| 12756536 | 3 years ago | | | 0 | 0.019502935 | |
| 12557667 | 3 years ago | | | 0 | 0.085813178 | |
| 12557642 | 3 years ago | | | 0 | 0.093614088 | |
| 12317393 | 4 years ago | | | 0 | 0.21063235 | |
| 12316836 | 4 years ago | | | 0 | 0.19502935 |
ABI
ABI objects
Getter at block 21294851
getNumberOfOptionsContracts() view returns (uint256)
148
isOwner() view returns (bool)
false
optionsExchange() view returns (address)
0x39246c4f3f6592c974ebc44f80ba6dc69b817c71
oracleAddress() view returns (address)
0x7054e08461e3ecb7718b63540addb3c3a1746415
owner() view returns (address)
0x87887cf0e37d937f989ab76b99e4f4682da044c4
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.