X2ETHFactory
Verified contract
Active on
Ethereum with 9 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 "X2ETHFactory"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 11726210 | 4 years ago | | | 0 | 0.0054298540 | |
| 11692294 | 4 years ago | | | 0 | 0.0098055180 | |
| 11595627 | 4 years ago | | | 0 | 0.0059458500 | |
| 11595552 | 4 years ago | | | 0 | 0.0059458500 | |
| 11595500 | 4 years ago | | | 0 | 0.0059436780 | |
| 11594626 | 4 years ago | | | 0 | 0.0067468500 | |
| 11594625 | 4 years ago | | | 0 | 0.0067468500 | |
| 11594620 | 4 years ago | | | 0 | 0.0094032900 | |
| 11594618 | 4 years ago | | | 0 | 0.82579978 |
ABI
ABI objects
Getter at block 21292192
BASIS_POINTS_DIVISOR() view returns (uint256)
10000
MAX_FEE_BASIS_POINTS() view returns (uint256)
40
distributor() view returns (address)
0x0000000000000000000000000000000000000000
feeReceiver() view returns (address)
0x5f799f365fa8a2b60ac0429c48b153ca5a6f0cf8
freeMarketCreation() view returns (bool)
false
gov() view returns (address)
0x5f799f365fa8a2b60ac0429c48b153ca5a6f0cf8
marketsLength() view returns (uint256)
1
Read-only
feeBasisPoints(address) view returns (uint256)
getFee(address _market, uint256 _amount) view returns (uint256)
markets(uint256) view returns (address)
State-modifying
Events createMarket(address _priceFeed, uint256 _multiplierBasisPoints, uint256 _maxProfitBasisPoints) returns (address, address, address)
enableFreeMarketCreation()
setChi(address _market, address _chi)
setDistributor(address _token, address _distributor)
setFee(address _market, uint256 _feeBasisPoints)
setFeeReceiver(address _feeReceiver)
setFunding(address _market, uint256 _fundingPoints, uint256 _fundingInterval)
setGov(address _gov)
setInfo(address _bullToken, string _bullName, string _bullSymbol, address _bearToken, string _bearName, string _bearSymbol)
CreateMarket(address priceFeed, uint256 multiplierBasisPoints, uint256 maxProfitBasisPoints, uint256 index)
DistributorChange(address token, address distributor)
FeeChange(address market, uint256 fee)
FeeReceiverChange(address feeReceiver)
FundingChange(address market, uint256 fundingPoints, uint256 fundingInterval)
GovChange(address gov)
InfoChange(address token, string name, string symbol)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.