Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xb6e5…561f
6 additional
variables
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ERC837 | ERC-20 | 44.882829 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21164739 | 19 days ago | | | 0 | 0.00092050599 | |
| 21118335 | 25 days ago | | | 0 | 0.00014777310 | |
| 21103186 | a month ago | | | 0 | 0.00019896212 | |
| 21096483 | a month ago | | | 0 | 0.00014794895 | |
| 21096251 | a month ago | | | 0 | 0.00024074440 | |
| 21094984 | a month ago | | | 0 | 0.00032307499 | |
| 21092660 | a month ago | | | 0 | 0.00028412384 | |
| 21089254 | a month ago | | | 0 | 0.00028625707 | |
| 21088519 | a month ago | | | 0 | 0.00044283022 | |
| 21088419 | a month ago | | | 0 | 0.00018496120 |
ABI
ABI objects
Getter at block 21299676
CLOSING_FEE() view returns (uint256)
5
MAX_BET_OPTIONS() view returns (uint256)
3
MIN_DEADLINE_DURATION() view returns (uint256)
300
_maxTaxSwap() view returns (uint256)
100000000000
_maxTxAmount() view returns (uint256)
10000000000000
_maxWalletSize() view returns (uint256)
10000000000000
_taxSwapThreshold() view returns (uint256)
100000000000
atBet() view returns (uint256 _value)
1
decimals() pure returns (uint8)
9
name() pure returns (string)
ERC837
owner() view returns (address)
0x0000000000000000000000000000000000000000
symbol() pure returns (string)
ERC837
totalSupply() pure returns (uint256)
10000000000000
Read-only
allBets(uint256) view returns (address initializer, string title, uint256 deadlineBlock, uint256 balance, bool closed)
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
getBetDeadlineBlock(uint256 betId) view returns (uint256)
getBetInitializer(uint256 betId) view returns (address)
getBetOptions(uint256 betId) view returns (string[])
getBetPooledBalance(uint256 betId) view returns (uint256)
getBetTitle(uint256 betId) view returns (string)
getBetters(uint256 betId) view returns (address[])
getWalletBetOption(uint256 betId, address wallet) view returns (uint256)
isBot(address a) view returns (bool)
State-modifying
Events addBots(address[] bots_)
approve(address spender, uint256 amount) returns (bool)
closeBet(uint256 betId, uint256 option)
createBet(string _title, string[] _options, uint256 deadline) payable returns (uint256 id)
delBots(address[] notbot)
manualSwap()
manualsend()
openTrading()
placeBet(uint256 betId, uint256 option, uint256 betBalance)
removeLimits()
renounceOwnership()
setClosingFee(uint8 fee)
setMaxBetOptions(uint256 options)
setMinDeadlineDuration(uint256 duration)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
BetClosed(uint256 indexed betId, address initializer, uint256 winningOption)
BetCreated(uint256 indexed betId, address initializer, string title, string[] options, uint256 deadlineBlock)
BetPlaced(uint256 indexed betId, address wallet, uint256 option)
MaxTxAmountUpdated(uint256 _maxTxAmount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
receive()
This contract contains no error objects.