PredictionMarket
Verified contract
Active on
Ethereum with 117 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x5f4e…8419
1 additional
variable
Balances ($257.51)
Native
Value
$257.51
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.082584 | $3,118.15 |
$257.51 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18468856 | a year ago | | | 0.1 | 0.0010208972 | |
| 18464650 | a year ago | | | 0.05 | 0.0028081296 | |
| 18462294 | a year ago | | | 0 | 0.0017556998 | |
| 18459457 | a year ago | | | 0.01 | 0.0044874752 | |
| 18459445 | a year ago | | | 0.01 | 0.0022942000 | |
| 18459390 | a year ago | | | 0 | 0.0014622152 | |
| 18458586 | a year ago | | | 0 | 0.0019364958 | |
| 18458582 | a year ago | | | 0 | 0.0020405625 | |
| 18458246 | a year ago | | | 0.01 | 0.0052420996 | |
| 18438463 | a year ago | | | 0 | 0.0020448682 |
ABI
ABI objects
Getter at block 21216763 getTokenPriceUSD() view returns (uint256)
automate() view returns (address)
0xb3f5503f93d5ef84b06993a1975b9d21b962892f
bettingOpen() view returns (bool)
false
bufferTime() view returns (uint256)
40
checker() view returns (bool canExec, bytes execPayload)
(canExec=true, execPayload=0xbd85948c)
dedicatedMsgSender() view returns (address)
0x5c98154b68cc0d07e59fb5f3c4499799097dec3b
fundsOwner() view returns (address)
0xbd47235a36f2e1462ac9cdaf70170137d05ebd07
isRefProgramOpen() view returns (bool)
true
isStopped() view returns (bool)
false
minimumBet() view returns (uint256)
10000000000000000
newRoundStartable() view returns (bool canExec)
true
owner() view returns (address)
0xbd47235a36f2e1462ac9cdaf70170137d05ebd07
pair() view returns (address)
0xce407cd7b95b39d3b4d53065e711e713dd5c5999
poolFee() view returns (uint256)
500
predictionFactory() view returns (address)
0x3904b84c3adb52a86386311f796d6843d18b9139
roundID() view returns (uint256)
142
roundPeriod() view returns (uint256)
7200
router() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
taskId() view returns (bytes32)
0x53ec39b28c39b9e87c7282fc4e201d5428498d3b6d2a7fdde8cd6a98e75277fc
taskTreasury() view returns (address)
0x2807b4ae232b624023f87d0e237a3b1bf200fd99
token() view returns (address)
0xfa3e941d1f6b7b10ed84a0c211bfa8aee907965e
totalCodesUsed() view returns (uint256)
118
totalEthPayoutsMade() view returns (uint256)
580293663868541094
treasuryWallet() view returns (address)
0xbd47235a36f2e1462ac9cdaf70170137d05ebd07
Read-only
bearMutiplier(uint256 _roundID) view returns (uint256)
bearShare(address user, uint256 _roundID) view returns (uint256 share)
bullMutiplier(uint256 _roundID) view returns (uint256)
bullShare(address user, uint256 _roundID) view returns (uint256 share)
getCodesUsedAddresses(uint256 code) view returns (address[])
getCodesUsedCount(uint256 code) view returns (uint256)
getRoundInfo(uint256 roundId) view returns (uint256 startTimestamp, uint256 expireTimestamp, uint256 openPrice, uint256 closePrice, uint256 bearBetsAmount, uint256 bullBetsAmount, uint256 totalEthBets, bool roundClose)
getUserActivatedCodes(address user) view returns (uint256[])
getUserActivatedCodesCount(address user) view returns (uint256)
getUserEntries(address user, uint256 roundId) view returns (uint256 bullEntries, uint256 bearEntries, uint256 totalEthBetted, uint256 totalEthWon, bool bullClaimed, bool bearClaimed)
getUserGeneratedCodes(address user) view returns (uint256[])
getUserGeneratedCodesCount(address user) view returns (uint256)
getUserRounds(address user) view returns (uint256[])
hasEthLiquidity(address tokenAddress) view returns (bool)
isCodeUsable(uint256 code, address user) view returns (bool)
isEven(uint256 _roundID) view returns (bool)
rewardBearsClaimableAmnts(address user, uint256 _roundID) view returns (uint256 amountClaimable)
rewardBearsClaimableAmntsView(address user, uint256 _roundID) view returns (uint256 amountClaimable)
rewardBullsClaimableAmnts(address user, uint256 _roundID) view returns (uint256 amountClaimable)
rewardBullsClaimableAmntsView(address user, uint256 _roundID) view returns (uint256 amountClaimable)
roundResult(uint256 _roundID) view returns (bool isBull)
State-modifying
Events claimWinnings(address user, uint256 _roundID)
createTask()
depositFunds(uint256 _amount, address _token) payable
enterBear(uint256 amount, uint256 refCode) payable
enterBull(uint256 amount, uint256 refCode) payable
renounceOwnership()
setPoolFee(uint256 _newFee)
setRoundPeriod(uint256 _newRoundPeriod)
startNewRound()
stop()
transferOwnership(address newOwner)
updateRefProgrammStatus()
withdrawFunds(uint256 _amount)
BearClaimed(address indexed user, uint256 roundId, uint256 amountClaimed)
BetBear(address indexed user, uint256 indexed round, uint256 amount)
BetBull(address indexed user, uint256 indexed round, uint256 amount)
BullClaimed(address indexed user, uint256 roundId, uint256 amountClaimed)
CounterTaskCreated(bytes32 taskId)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
constructor(address _token, address _automate, address _fundsOwner)
receive()
This contract contains no error objects.