PredictionMarket
Verified contract
Active on
Ethereum with 181 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x3b48…aee0
Balances ($20,672.77)
Native
Value
$20,672.77
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 5.242639 | $3,943.20 |
$20,672.77 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15501698 | 2 years ago | | | 0 | 0.00061778685 | |
| 15501678 | 2 years ago | | | 0 | 0.00066108918 | |
| 14676274 | 3 years ago | | | 0.006 | 0.0052859082 | |
| 14360312 | 3 years ago | | | 0 | 0.0015947183 | |
| 14327315 | 3 years ago | | | 0.05 | 0.0033498963 | |
| 14325931 | 3 years ago | | | 0 | 0.0014070157 | |
| 14325925 | 3 years ago | | | 0 | 0.0017120763 | |
| 14295333 | 3 years ago | | | 0 | 0.0037174828 | |
| 14286810 | 3 years ago | | | 0 | 0.0050140900 | |
| 14286795 | 3 years ago | | | 0 | 0.0025067257 |
ABI
ABI objects
Getter at block 21387886 getMarkets() view returns (uint256[])
MAX_UINT_256() view returns (uint256)
115792089237316195423570985008687907853269984665640564039457584007913129639935
ONE() view returns (uint256)
1000000000000000000
fee() view returns (uint256)
50000000000000000
marketIndex() view returns (uint256)
15
realitioAddress() view returns (address)
0xfa443f0ec4aed3e87c6d608ecf737a83d950427b
realitioTimeout() view returns (uint256)
259200
requiredBalance() view returns (uint256)
100000000000000000000000000
token() view returns (address)
0x3b484b82567a09e2588a13d54d032153f0c0aee0
treasury() view returns (address)
0x578ff4c0ee51bdc90e8acc9990cd09a897ef36ab
Read-only
calcBuyAmount(uint256 amount, uint256 marketId, uint256 outcomeId) view returns (uint256)
calcSellAmount(uint256 amount, uint256 marketId, uint256 outcomeId) view returns (uint256 outcomeTokenSellAmount)
getMarketAltData(uint256 marketId) view returns (uint256, bytes32, uint256)
getMarketData(uint256 marketId) view returns (uint8, uint256, uint256, uint256, uint256, int256)
getMarketLiquidityPrice(uint256 marketId) view returns (uint256)
getMarketOutcomeData(uint256 marketId, uint256 outcomeId) view returns (uint256, uint256, uint256)
getMarketOutcomeIds(uint256 marketId) view returns (uint256[])
getMarketOutcomePrice(uint256 marketId, uint256 outcomeId) view returns (uint256)
getMarketPrices(uint256 marketId) view returns (uint256, uint256, uint256)
getMarketQuestion(uint256 marketId) view returns (bytes32)
getMarketResolvedOutcome(uint256 marketId) view returns (int256)
getUserClaimStatus(uint256 marketId, address user) view returns (bool, bool, bool, bool, uint256)
getUserClaimableFees(uint256 marketId, address user) view returns (uint256)
getUserLiquidityPoolShare(uint256 marketId, address user) view returns (uint256)
getUserMarketShares(uint256 marketId, address user) view returns (uint256, uint256, uint256)
isMarketVoided(uint256 marketId) view returns (bool)
State-modifying
Events addLiquidity(uint256 marketId) payable
buy(uint256 marketId, uint256 outcomeId, uint256 minOutcomeSharesToBuy) payable
claimFees(uint256 marketId) payable
claimLiquidity(uint256 marketId)
claimVoidedOutcomeShares(uint256 marketId, uint256 outcomeId)
claimWinnings(uint256 marketId)
createMarket(string question, string image, uint256 closesAt, address arbitrator, uint256 outcomes) payable returns (uint256)
removeLiquidity(uint256 marketId, uint256 shares) payable
resolveMarketOutcome(uint256 marketId) returns (uint256)
sell(uint256 marketId, uint256 outcomeId, uint256 value, uint256 maxOutcomeSharesToSell) payable
MarketActionTx(address indexed user, uint8 indexed action, uint256 indexed marketId, uint256 outcomeId, uint256 shares, uint256 value, uint256 timestamp)
MarketCreated(address indexed user, uint256 indexed marketId, uint256 outcomes, string question, string image)
MarketLiquidity(uint256 indexed marketId, uint256 value, uint256 price, uint256 timestamp)
MarketOutcomePrice(uint256 indexed marketId, uint256 indexed outcomeId, uint256 value, uint256 timestamp)
MarketResolved(address indexed user, uint256 indexed marketId, uint256 outcomeId, uint256 timestamp)
constructor(uint256 _fee, address _token, uint256 _requiredBalance, address _realitioAddress, uint256 _realitioTimeout, address _treasury)
This contract contains no fallback and receive objects.
This contract contains no error objects.