ACOFactory
Verified contract
Implementation
Active on
Ethereum with 3 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 "ACOFactory"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 10653831 | 4 years ago | | | 0 | 0.039832080 | |
| 10653818 | 4 years ago | | | 0 | 0.039834960 | |
| 10602016 | 4 years ago | | | 0 | 0.0032349900 |
ABI
ABI objects
Getter at block 21223798
acoFee() view returns (uint256)
0
acoFeeDestination() view returns (address)
0xc25a67941ae0897933fc9abd6862dc7c34d49155
acoTokenImplementation() view returns (address)
0x88169c589e699a44776c6cc3d6e213c60cad43d0
factoryAdmin() view returns (address)
0xc25a67941ae0897933fc9abd6862dc7c34d49155
Read-only
This contract contains no read-only function objects.
State-modifying
Events createAcoToken(address underlying, address strikeAsset, bool isCall, uint256 strikePrice, uint256 expiryTime, uint256 maxExercisedAccounts)
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.