ACOFactoryV2
Verified contract
Implementation
Active on
Ethereum with 1 txns
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
Balances ($0.00)
No balances found for "ACOFactoryV2"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 10745243 | 4 years ago | | | 0 | 0.0049026000 |
ABI
ABI objects
Getter at block 21223944
acoFee() view returns (uint256)
0
acoFeeDestination() view returns (address)
0xc25a67941ae0897933fc9abd6862dc7c34d49155
acoTokenImplementation() view returns (address)
0xdd76ac2b7830e92818f9af097d19aab864b131d9
factoryAdmin() view returns (address)
0xc25a67941ae0897933fc9abd6862dc7c34d49155
Read-only
acoTokenData(address) view returns (address underlying, address strikeAsset, bool isCall, uint256 strikePrice, uint256 expiryTime)
State-modifying
Events createAcoToken(address underlying, address strikeAsset, bool isCall, uint256 strikePrice, uint256 expiryTime, uint256 maxExercisedAccounts) returns (address)
init(address _factoryAdmin, address _acoTokenImplementation, uint256 _acoFee, address _acoFeeDestination)
setAcoFee(uint256 newAcoFee)
setAcoFeeDestination(address newAcoFeeDestination)
setAcoTokenImplementation(address newAcoTokenImplementation)
setFactoryAdmin(address newFactoryAdmin)
NewAcoToken(address indexed underlying, address indexed strikeAsset, bool indexed isCall, uint256 strikePrice, uint256 expiryTime, address acoToken, address acoTokenImplementation)
SetAcoFee(uint256 indexed previousAcoFee, uint256 indexed newAcoFee)
SetAcoFeeDestination(address indexed previousAcoFeeDestination, address indexed newAcoFeeDestination)
SetAcoTokenImplementation(address indexed previousAcoTokenImplementation, address indexed newAcoTokenImplementation)
SetFactoryAdmin(address indexed previousFactoryAdmin, address indexed newFactoryAdmin)
This contract contains no constructor objects.
receive()
This contract contains no error objects.