X2ETHMarket
Verified contract
Active on
Ethereum with 482 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($12,964.58)
Native
Value
$12,964.58
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 3.626547 | $3,574.91 |
$12,964.58 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 12533794 | 3 years ago | | | 0 | 0.0039150980 | |
| 12339240 | 4 years ago | | | 0 | 0.0056316400 | |
| 11996305 | 4 years ago | | | 0 | 0.024615200 | |
| 11903813 | 4 years ago | | | 0 | 0.032964000 | |
| 11856423 | 4 years ago | | | 0 | 0.022151880 | |
| 11853322 | 4 years ago | | | 0 | 0.023371900 | |
| 11809434 | 4 years ago | | | 0 | 0.024689400 | |
| 11793513 | 4 years ago | | | 0 | 0.034686000 | |
| 11783918 | 4 years ago | | | 0 | 0.036932350 | |
| 11783494 | 4 years ago | | | 0 | 0.012167505 |
ABI
ABI objects
Getter at block 21291125
BASIS_POINTS_DIVISOR() view returns (uint256)
10000
FUNDING_POINTS_DIVISOR() view returns (uint256)
100000
INITIAL_REBASE_DIVISOR() view returns (uint64)
10000000000
MAX_DIVISOR() view returns (uint256)
18446744073709551615
MAX_FUNDING_POINTS() view returns (uint256)
100
MAX_PRICE() view returns (int256)
95780971304118053647396689196894323976171195136475135
MIN_FUNDING_INTERVAL() view returns (uint256)
1800
bearToken() view returns (address)
0x24afec6b30883e7ad6fbfe0c73f020a94fb6319b
bullToken() view returns (address)
0x768ca31d89ee8f3cffcb8b73f217cc2ca052c068
cachedBearDivisor() view returns (uint64)
911755855339
cachedBullDivisor() view returns (uint64)
6075178571
chi() view returns (address)
0x0000000000000000000000000000000000000000
factory() view returns (address)
0x8087a341d32d445d9ac8acc9c14f5781e04a26d2
feeReserve() view returns (uint256)
187714867245171351
fundingInterval() view returns (uint256)
0
fundingPoints() view returns (uint256)
0
interestReserve() view returns (uint256)
1125607487830390187
isInitialized() view returns (bool)
true
lastFundingTime() view returns (uint256)
0
lastPrice() view returns (uint176)
232512856130
lastRound() view returns (uint80)
92233720368547761366
latestPrice() view returns (uint256)
356871700000
latestRound() view returns (uint80)
129127208515966864358
maxProfitBasisPoints() view returns (uint256)
9000
multiplierBasisPoints() view returns (uint256)
30000
previousBearDivisor() view returns (uint64)
903388804802
previousBullDivisor() view returns (uint64)
6076452518
priceFeed() view returns (address)
0x5f4ec3df9cbd43714fe2740f5e3616155c5b8419
Read-only
getDivisor(address _token) view returns (uint256)
getDivisors(uint256 _lastPrice, uint256 _nextPrice) view returns (uint256, uint256)
getRoundPrice(uint80 round) view returns (bool, uint256)
State-modifying
Events buy(address _token, address _receiver) payable returns (uint256)
buyUsingChi(address _token, address _receiver) payable returns (uint256)
distributeFees() returns (uint256)
distributeInterest() returns (uint256)
initialize(address _factory, address _priceFeed, uint256 _multiplierBasisPoints, uint256 _maxProfitBasisPoints)
rebase() returns (bool)
sell(address _token, uint256 _amount, address _receiver) returns (uint256)
sellAll(address _token, address _receiver) returns (uint256)
sellAllUsingChi(address _token, address _receiver) returns (uint256)
sellUsingChi(address _token, uint256 _amount, address _receiver) returns (uint256)
sellWithoutDistribution(address _token, uint256 _amount, address _receiver) returns (uint256)
setBearToken(address _bearToken)
setBullToken(address _bullToken)
setChi(address _chi)
setFunding(uint256 _fundingPoints, uint256 _fundingInterval)
DistributeFees(address feeReceiver, uint256 amount)
DistributeInterest(address feeReceiver, uint256 amount)
Rebase(uint256 price, uint64 bullDivisor, uint64 bearDivisor)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.