Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
6 additional
variables
Balances ($0.00)
Native
Value
$0
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0 | $3,113.40 |
$0 | |
MRBOMB | ERC-20 | 2.713365K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19229355 | 9 months ago | | | 0 | 0.0010812464 | |
| 19162103 | 9 months ago | | | 0 | 0.00084221624 | |
| 19162077 | 9 months ago | | | 0 | 0.00084455936 | |
| 19090647 | 10 months ago | | | 0 | 0.0011971492 | |
| 19004441 | 10 months ago | | | 0 | 0.0024371033 | |
| 18897335 | a year ago | | | 0 | 0.00080320762 | |
| 18897318 | a year ago | | | 0 | 0.0021956707 | |
| 18689885 | a year ago | | | 0 | 0.0013411412 | |
| 18623072 | a year ago | | | 0 | 0.0028263169 | |
| 18620787 | a year ago | | | 0 | 0.0019183163 |
ABI
ABI objects
Getter at block 21220643
TeamWallet() view returns (address)
0x826c5ad734f5c614353fbfe2f5b8dcd10f1f6f37
coolDownEnabled() view returns (bool)
false
coolDownTime() view returns (uint256)
0
decimals() pure returns (uint8)
9
developmentWallet() view returns (address)
0x2b526db0d6af9a57b00d37d22fab26d71d04ea77
genesis_block() view returns (uint256)
0
marketingWallet() view returns (address)
0x3270a874e153e4f794b4533b1bbc106ae1f7fc28
maxBuyLimit() view returns (uint256)
10000000000000
maxSellLimit() view returns (uint256)
10000000000000
maxWalletLimit() view returns (uint256)
20000000000000
name() pure returns (string)
MrBomBot
owner() view returns (address)
0x774e28976360b14c49b9ed7f5b11c95320efe13f
pair() view returns (address)
0xdd4527c793bccb27ac18e932a3b9b0135a1a1f75
router() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
sellTaxes() view returns (uint256 rfi, uint256 marketing, uint256 liquidity, uint256 development, uint256 team)
(rfi=0, marketing=5, liquidity=0, development=0, team=0)
swapEnabled() view returns (bool)
true
swapTokensAtAmount() view returns (uint256)
5000000000000000000000
symbol() pure returns (string)
MRBOMB
taxes() view returns (uint256 rfi, uint256 marketing, uint256 liquidity, uint256 development, uint256 team)
(rfi=0, marketing=5, liquidity=0, development=0, team=0)
totFeesPaid() view returns (uint256 rfi, uint256 marketing, uint256 liquidity, uint256 development, uint256 team)
(rfi=0, marketing=381076988316361, liquidity=0, development=0, team=0)
totalSupply() view returns (uint256)
1000000000000000
tradingEnabled() view returns (bool)
true
Read-only
allowance(address owner, address spender) view returns (uint256)
allowedTransfer(address) view returns (bool)
balanceOf(address account) view returns (uint256)
isExcludedFromFee(address account) view returns (bool)
isExcludedFromReward(address account) view returns (bool)
reflectionFromToken(uint256 tAmount, bool deductTransferRfi) view returns (uint256)
tokenFromReflection(uint256 rAmount) view returns (uint256)
State-modifying
Events airdropTokens(address[] accounts, uint256[] amounts)
approve(address spender, uint256 amount) returns (bool)
bulkExcludeFee(address[] accounts, bool state)
bulkIsBlacklisted(address[] accounts, bool state)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
excludeFromFee(address account)
excludeFromReward(address account)
includeInFee(address account)
includeInReward(address account)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
manualSell(uint256 tokenAmount)
renounceOwnership()
rescueAnyERC20Tokens(address _tokenAddr, address _to, uint256 _amount)
rescueETH(uint256 weiAmount)
setSellTaxes(uint256 _rfi, uint256 _marketing, uint256 _liquidity, uint256 _development, uint256 _team)
setTaxes(uint256 _rfi, uint256 _marketing, uint256 _liquidity, uint256 _development, uint256 _team)
setTradingStatus(bool state)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
updateAllowedTransfer(address account, bool state)
updateCooldown(bool state, uint256 time)
updateDevelopmentWallet(address newWallet)
updateIsBlacklisted(address account, bool state)
updateMarketingWallet(address newWallet)
updateMaxTxLimit(uint256 maxBuy, uint256 maxSell)
updateMaxWalletlimit(uint256 amount)
updateSwapEnabled(bool _enabled)
updateSwapTokensAtAmount(uint256 amount)
updateTeamWallet(address newWallet)
Approval(address indexed owner, address indexed spender, uint256 value)
FeesChanged()
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
UpdatedRouter(address oldRouter, address newRouter)
constructor()
receive()
This contract contains no error objects.