BetPool.ai
Verified contract
Active on
Ethereum with 289 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 2 additional slots
-
variable spans 2 additional slots
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
BPAI | ERC-20 | 44.412596 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21308878 | 3 days ago | | | 0 | 0.00079197513 | |
| 21305754 | 3 days ago | | | 0 | 0.00046467899 | |
| 21305749 | 3 days ago | | | 0 | 0.00047696734 | |
| 21305744 | 3 days ago | | | 0 | 0.00044360775 | |
| 21303704 | 4 days ago | | | 0 | 0.00060237119 | |
| 21286996 | 6 days ago | | | 0 | 0.00056792730 | |
| 21285910 | 6 days ago | | | 0 | 0.00041445100 | |
| 21277663 | 7 days ago | | | 0 | 0.00051429954 | |
| 21249033 | 11 days ago | | | 0 | 0.00055887837 | |
| 21248930 | 11 days ago | | | 0 | 0.00054567933 |
ABI
ABI objects
Getter at block 21328898
buyFee() view returns (uint256 team, uint256 marketing, uint256 autoLP)
(team=20, marketing=20, autoLP=10)
decimals() view returns (uint8)
18
lpReceiverWallet() view returns (address)
0x75f445b1d5605914e50c1ba1caf59f958f8257cc
marketingWallet() view returns (address)
0x75f445b1d5605914e50c1ba1caf59f958f8257cc
name() view returns (string)
BetPool.ai
owner() view returns (address)
0x75f445b1d5605914e50c1ba1caf59f958f8257cc
sellFee() view returns (uint256 team, uint256 marketing, uint256 autoLP)
(team=20, marketing=20, autoLP=10)
symbol() view returns (string)
BPAI
teamWallet() view returns (address)
0x75f445b1d5605914e50c1ba1caf59f958f8257cc
totalSupply() view returns (uint256)
1000000000000000000000000000
uniswapPair() view returns (address)
0x30d19051c66d525e985df2de339ccda302d23f32
uniswapV2Router() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
claimStuckedERC20(address token, uint256 amount)
claimStuckedEth(address wallet)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
exlcudeFromFees(address user, bool excluded)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
renounceOwnership()
setMarketPair(address pair, bool value)
setSwapTokensAtAmount(uint256 tokens)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner)
updateBuyTax(uint256 _team, uint256 _market, uint256 _autoLp)
updateMaxTxAmount(uint256 _percent)
updateMaxWalletAmount(uint256 _percent)
updateSellTax(uint256 _team, uint256 _market, uint256 _autoLp)
updateWallets(address _marketingWallet, address _teamWallet, address _lpWallet)
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
receive()
CannotClaimNativeToken()
CannotModifyMainPair()
EthClaimFailed()
MaxBuyPerTxExceeds()
MaxSellPerTxExceeds()
MaxTaxLimitExceeds()
MinOnePercent()
OnlyMarketingWallet()
ZeroAddress()