Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 7 additional slots
Balances ($0.00)
No balances found for "iBubbles"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20862684 | 2 months ago | | | 0 | 0.00027888650 | |
| 20149054 | 5 months ago | | | 0 | 0.000064144073 | |
| 19846476 | 7 months ago | | | 0 | 0.00037795824 | |
| 18737845 | a year ago | | | 0 | 0.0028645183 | |
| 18556263 | a year ago | | | 0 | 0.0017149020 | |
| 18543859 | a year ago | | | 0 | 0.0024972087 | |
| 18543386 | a year ago | | | 0 | 0.0024428973 | |
| 18541869 | a year ago | | | 0 | 0.00090730952 | |
| 18541758 | a year ago | | | 0 | 0.0015969453 | |
| 18541671 | a year ago | | | 0 | 0.0015029087 |
ABI
ABI objects
Getter at block 21277724
_fees() view returns (uint256 buyTotalFees, uint256 buyMarketingFee, uint256 buyStackingPoolFee, uint256 buyLiquidityFee, uint256 sellTotalFees, uint256 sellMarketingFee, uint256 sellStackingPoolFee, uint256 sellLiquidityFee)
(buyTotalFees=0, buyMarketingFee=0, buyStackingPoolFee=0, buyLiquidityFee=0, sellTotalFees=0, sellMarketingFee=0, sellStackingPoolFee=0, sellLiquidityFee=0)
decimals() view returns (uint8)
18
isSwapping() view returns (bool)
false
maxBuyAmount() view returns (uint256)
5000000000000000000000000
maxSellAmount() view returns (uint256)
2500000000000000000000000
maxWalletSize() view returns (uint256)
7500000000000000000000000
name() view returns (string)
iBubbles
owner() view returns (address)
0xa9c8d01b50ee002a1b51ad312ca1a9a5dbf94102
router() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
swapEnabled() view returns (bool)
true
symbol() view returns (string)
BUBLS
totalSupply() view returns (uint256)
250000000000000000000000000
uniswapV2Pair() view returns (address)
0xc26b5c60440d382b3461e234df60c42ff33a45a5
Read-only
_isExcludedMaxTransactionAmount(address) view returns (bool)
_isExcludedMaxWalletSize(address) view returns (bool)
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isBlacklisted(address _user) view returns (bool)
isExcludedFromFees(address account) view returns (bool)
marketPair(address) view returns (bool)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
blacklistDev(address _account, bool _isBlacklisted)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
excludeFromFees(address account, bool excluded)
excludeFromMaxTransaction(address updAds, bool isEx)
excludeFromWalletLimit(address account, bool excluded)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
renounceOwnership()
setMarketPair(address pair, bool value)
setWallets(address _marketingWallet, address _stackingPool)
swapTrading()
toggleSwapEnabled(bool enabled)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
updateFees(uint256 _marketingFeeBuy, uint256 _liquidityFeeBuy, uint256 _stackingPoolFeeBuy, uint256 _marketingFeeSell, uint256 _liquidityFeeSell, uint256 _stackingPoolFeeSell)
updateMaxTxnAmount(uint256 newMaxBuy, uint256 newMaxSell)
updateMaxWalletSize(uint256 newPercentage)
withdrawERC20(address contractAddress, uint256 amount)
withdrawETH(uint256 amount)
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SwapAndLiquify(uint256 tokensSwapped, uint256 ethReceived)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
receive()
This contract contains no error objects.