OtokenFactory
Verified contract
Active on
Ethereum with 598 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 "OtokenFactory"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17592898 | a year ago | | | 0 | 0.028428091 | |
| 17592865 | a year ago | | | 0 | 0.036976223 | |
| 16698086 | 2 years ago | | | 0 | 0.017887403 | |
| 16648158 | 2 years ago | | | 0 | 0.016749557 | |
| 16619461 | 2 years ago | | | 0 | 0.012924968 | |
| 16548118 | 2 years ago | | | 0 | 0.016649361 | |
| 16548112 | 2 years ago | | | 0 | 0.012601033 | |
| 16498021 | 2 years ago | | | 0 | 0.0098684960 | |
| 16447729 | 2 years ago | | | 0 | 0.0092492550 | |
| 16397744 | 2 years ago | | | 0 | 0.011715495 |
ABI
ABI objects
Getter at block 21282358
addressBook() view returns (address)
0x1e31f2dcbad4dc572004eae6355fb18f9615cbe4
getOtokensLength() view returns (uint256)
1846
Read-only
getOtoken(address _underlyingAsset, address _strikeAsset, address _collateralAsset, uint256 _strikePrice, uint256 _expiry, bool _isPut) view returns (address)
getTargetOtokenAddress(address _underlyingAsset, address _strikeAsset, address _collateralAsset, uint256 _strikePrice, uint256 _expiry, bool _isPut) view returns (address)
otokens(uint256) view returns (address)
State-modifying
Events createOtoken(address _underlyingAsset, address _strikeAsset, address _collateralAsset, uint256 _strikePrice, uint256 _expiry, bool _isPut) returns (address)
OtokenCreated(address tokenAddress, address creator, address indexed underlying, address indexed strike, address indexed collateral, uint256 strikePrice, uint256 expiry, bool isPut)
constructor(address _addressBook)
This contract contains no fallback and receive objects.
This contract contains no error objects.