Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
33 additional
variables
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETHB | ERC-20 | 141.46827K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18032606 | a year ago | | | 0 | 0.00061297009 | |
| 18032602 | a year ago | | | 0 | 0.00064689787 | |
| 18032602 | a year ago | | | 0 | 0.00072088433 | |
| 18032599 | a year ago | | | 0 | 0.00078104567 | |
| 18032597 | a year ago | | | 0 | 0.00061115129 | |
| 18032593 | a year ago | | | 0 | 0.00066149667 | |
| 18032592 | a year ago | | | 0 | 0.00063323241 | |
| 18032592 | a year ago | | | 0 | 0.00067990441 | |
| 18032592 | a year ago | | | 0 | 0.00067990441 | |
| 18032592 | a year ago | | | 0 | 0.00067990441 |
ABI
ABI objects
Getter at block 21158473
OptionssCaught() view returns (uint256)
0
adminFee() view returns (uint256)
0
adminTaxRate() view returns (uint8)
5
betTaxRate() view returns (uint8)
80
bettingOpen() view returns (bool)
false
blockForPenaltyEnd() view returns (uint256)
18032588
buyBurnFee() view returns (uint256)
0
buyLiquidityFee() view returns (uint256)
0
buyOperationsFee() view returns (uint256)
10
buyOptionsFee() view returns (uint256)
0
buyTotalFees() view returns (uint256)
10
decimals() view returns (uint8)
18
dexRouter() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
earlyBuyPenaltyInEffect() view returns (bool)
false
holderTaxRate() view returns (uint8)
15
limitsInEffect() view returns (bool)
false
lpPair() view returns (address)
0x5c9c4648a1f2fd12ba2b652f44eccdf792ecacfd
maxBuyAmount() view returns (uint256)
20000000000000000000000
maxSellAmount() view returns (uint256)
20000000000000000000000
maxWalletAmount() view returns (uint256)
20000000000000000000000
name() view returns (string)
EtherBets
owner() view returns (address)
0x2e48a633b57b13d5922009e898c140b8c1cc343d
prizePool() view returns (uint256)
0
sellBurnFee() view returns (uint256)
0
sellLiquidityFee() view returns (uint256)
0
sellOperationsFee() view returns (uint256)
30
sellOptionsFee() view returns (uint256)
0
sellTotalFees() view returns (uint256)
30
swapEnabled() view returns (bool)
true
swapTokensAtAmount() view returns (uint256)
900000000000000000000
symbol() view returns (string)
ETHB
targetBlock() view returns (uint256)
0
tokensForBurn() view returns (uint256)
0
tokensForLiquidity() view returns (uint256)
0
tokensForOperations() view returns (uint256)
75784189058233848251345
tokensForOptions() view returns (uint256)
0
totalBets() view returns (uint256)
0
totalDividends() view returns (uint256)
0
totalSupply() view returns (uint256)
1000000000000000000000000
totalWinners() view returns (uint256)
0
tradingActive() view returns (bool)
true
tradingActiveBlock() view returns (uint256)
18032588
transactionTaxRate() view returns (uint8)
10
transferDelayEnabled() view returns (bool)
false
winningNumber() view returns (uint8)
0
Read-only
_isExcludedMaxTransactionAmount(address) view returns (bool)
allowance(address owner, address spender) view returns (uint256)
automatedMarketMakerPairs(address) view returns (bool)
balanceOf(address account) view returns (uint256)
bettorToPrize(address) view returns (uint256)
boughtEarly(address) view returns (bool)
dividends(address) view returns (uint256)
numberToBettors(uint8, uint256) view returns (address)
numberToPrize(uint8) view returns (uint256)
State-modifying
Events airdropToWallets(address[] wallets, uint256[] amountsInTokens)
approve(address spender, uint256 amount) returns (bool)
buyBackTokens(uint256 amountInWei)
claimDividends()
claimReward()
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
determineWinningNumber()
disableTransferDelay()
enableTrading(uint256 deadBlocks)
excludeFromFees(address account, bool excluded)
excludeFromMaxTransaction(address updAds, bool isEx)
forceSwapBack()
increaseAllowance(address spender, uint256 addedValue) returns (bool)
manageBoughtEarly(address wallet, bool flag)
massManageBoughtEarly(address[] wallets, bool flag)
placeBet(uint8 number, uint256 amount)
removeLimits()
renounceOwnership()
returnToNormalTax()
setAutomatedMarketMakerPair(address pair, bool value)
setOperationsAddress(address _operationsAddress)
setOptionsAddress(address _OptionsAddress)
startBetting(uint256 numberOfBlocks)
transfer(address recipient, uint256 amount) returns (bool)
transferForeignToken(address _token, address _to) returns (bool _sent)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
updateBuyFees(uint256 _operationsFee, uint256 _liquidityFee, uint256 _OptionsFee, uint256 _burnFee)
updateMaxBuyAmount(uint256 newNum)
updateMaxSellAmount(uint256 newNum)
updateMaxWalletAmount(uint256 newNum)
updateSellFees(uint256 _operationsFee, uint256 _liquidityFee, uint256 _OptionsFee, uint256 _burnFee)
updateSwapTokensAtAmount(uint256 newAmount)
withdrawStuckETH()
Approval(address indexed owner, address indexed spender, uint256 value)
BetPlaced(address indexed bettor, uint8 number, uint256 amount)
BettingStarted(uint256 targetBlock)
BuyBackTriggered(uint256 amount)
CaughtEarlyBuyer(address sniper)
DividendsClaimed(address indexed holder, uint256 amount)
EnabledTrading()
ExcludeFromFees(address indexed account, bool isExcluded)
MaxTransactionExclusion(address _address, bool excluded)
OwnerForcedSwapBack(uint256 timestamp)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RemovedLimits()
RewardClaimed(address indexed winner, uint256 amount)
SetAutomatedMarketMakerPair(address indexed pair, bool indexed value)
SwapAndLiquify(uint256 tokensSwapped, uint256 ethReceived, uint256 tokensIntoLiquidity)
Transfer(address indexed from, address indexed to, uint256 value)
TransferForeignToken(address token, uint256 amount)
UpdatedMaxBuyAmount(uint256 newAmount)
UpdatedMaxSellAmount(uint256 newAmount)
UpdatedMaxWalletAmount(uint256 newAmount)
UpdatedOperationsAddress(address indexed newWallet)
constructor()
receive()
This contract contains no error objects.