Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Native
Value
$4,688.26
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 1.263723 | $3,709.88 |
$4,688.26 | |
FOR | ERC-20 | 1 | $0.002344 |
$0 | |
P3X | ERC-20 | 2.534682K | -- | -- |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20614212 | 3 months ago | | | 0 | 0.000084134232 | |
| 15252585 | 2 years ago | | | 0 | 0.00034233729 | |
| 14327164 | 3 years ago | | | 0 | 0.0011609492 | |
| 14327156 | 3 years ago | | | 0 | 0.0027116793 | |
| 12974899 | 3 years ago | | | 0 | 0.0017367229 | |
| 12879197 | 3 years ago | | | 0 | 0.00068476500 | |
| 12879191 | 3 years ago | | | 0 | 0.00054544000 | |
| 12808271 | 3 years ago | | | 0 | 0.00037518000 | |
| 12803569 | 3 years ago | | | 0 | 0.00041085900 | |
| 12724773 | 3 years ago | | | 0 | 0.0014151810 |
ABI
ABI objects
Getter at block 21304565
MIN_BET() view returns (uint256)
1000000000000000000
fetchableDividendsFromP3X() view returns (uint256)
352048215067976756
maximumProfit() view returns (uint256)
25316223104048046342
mintableTokens() view returns (uint256)
2188290667891514172518
minting() view returns (bool)
true
myDividends() view returns (uint256)
0
myEarnings() view returns (uint256)
0
myP3XBalance() view returns (uint256)
0
myTokenShare() view returns (uint256)
0
myTokens() view returns (uint256)
0
numberOfBets() view returns (uint256)
4712
pot() view returns (uint256)
2531622310404804634229
timeUntilNextDividendFetching() view returns (uint256)
0
totalOutstandingDividends() view returns (uint256)
497930345734264864
totalSupply() view returns (uint256)
17811709332108485827482
Read-only
bets(address) view returns (uint256 amount, uint256 chance, uint256 blocknumber, bool isOpen)
hasActiveBet(address player) view returns (bool)
potentialProfit(uint256 amount, uint256 chance) view returns (uint256)
shareholders(address) view returns (uint256 tokens, uint256 outstandingDividends, uint256 lastDividendPoints)
State-modifying
Events fetchDividendsFromP3X()
fetchResult()
playFromVault(uint256 amount, uint256 chance)
tokenFallback(address player, uint256 amount, bytes data)
withdrawDividends()
withdrawEarnings()
Expiration(address indexed player, uint256 indexed amount)
Loss(address indexed player, uint256 indexed roll, uint256 indexed amount)
Mint(address indexed player, uint256 indexed amount)
Win(address indexed player, uint256 indexed roll, uint256 indexed amount)
This contract contains no constructor objects.
fallback()
This contract contains no error objects.