Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
2 additional
variables
Balances ($0.00)
No balances found for "Booom"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17970556 | a year ago | | | 0 | 0.0017525446 | |
| 17970553 | a year ago | | | 0 | 0.0023361769 | |
| 17970553 | a year ago | | | 0 | 0.0023361769 | |
| 17970552 | a year ago | | | 0 | 0.0035165492 | |
| 17970552 | a year ago | | | 0 | 0.0035165492 | |
| 17970550 | a year ago | | | 0 | 0.0017538769 | |
| 17970456 | a year ago | | | 0 | 0.0047693350 | |
| 17970456 | a year ago | | | 0 | 0.0047693350 | |
| 17970456 | a year ago | | | 0 | 0.0047693350 | |
| 17970456 | a year ago | | | 0 | 0.0047693350 |
ABI
ABI objects
Getter at block 21161029
MarketingWallet() view returns (address)
0x4fbaa78995250b2b14595defd77955fb1fc6eb56
buyFee() view returns (uint256)
80
buyStatus() view returns (bool)
true
decimals() view returns (uint8)
18
feesDisabled() view returns (bool)
false
maxTransactionAmountOnPurchase() view returns (uint256)
2000000000000000000000000
maxTransactionAmountOnSale() view returns (uint256)
2000000000000000000000000
maxWallet() view returns (uint256)
2000000000000000000000000
name() view returns (string)
Booom
owner() view returns (address)
0x8c36471ad61583bfc63d223ccf2a3ba427a0ce26
sellFee() view returns (uint256)
3
sellStatus() view returns (bool)
true
symbol() view returns (string)
BOOOM
totalFees() view returns (uint256)
1
totalSupply() view returns (uint256)
100000000000000000000000000
tradingLive() view returns (bool)
true
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isExcludedFromFees(address account) view returns (bool)
State-modifying
Events addSwapTreshold(uint256 _percent)
approve(address spender, uint256 amount) returns (bool)
enableTrading()
excludeFromFees(address account, bool excluded)
removeTxLimits()
renounceOwnership()
setTaxWallets(address fundingWallet)
setUniswapPair(address _pair)
swapBack()
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner)
updateLimits(uint256 buyLimit, uint256 sellLimit, uint256 _maxWallet)
updateTradingFees(uint256 _buyFee, uint256 _sellFee)
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(string name, string symbol, uint256 _buyFee, uint256 _sellFee, uint256 _swapTreshold)
receive()
This contract contains no error objects.