Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($6,435.19)
Native
Value
$2,721.1
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
Eth | Native | 0.799706 | $3,402.63 |
$2,721.1 | |
BRETT | ERC-20 | 14.076K | $0.170322 |
$2,397.45 | |
BOOMER | ERC-20 | 90.922966K | $0.01194 |
$1,085.6 | |
USDC | ERC-20 | 169.104717 | $0.999441 |
$169.01 | |
DEGEN | ERC-20 | 2.06947K | $0.020487 |
$42.4 | |
NORMIE | ERC-20 | 1.454576K | $0.011636 |
$16.93 | |
LOA | ERC-20 | 73 | $0.008508 |
$0.62 | |
VOID | ERC-20 | 500 | $0.000951 |
$0.48 | |
HIGH | ERC-20 | 420 | $0.001041 |
$0.44 | |
BENTO | ERC-20 | 28.419641M | $0.00 |
$0.34 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22731024 | a few seconds ago | | | 0 | 0.000000072280703165 | |
| 22730940 | 3 minutes ago | | | 0 | 1.2501905e-7 | |
| 22730857 | 6 minutes ago | | | 0 | 1.2637345e-7 | |
| 22730774 | 8 minutes ago | | | 0 | 1.2595338e-7 | |
| 22730639 | 13 minutes ago | | | 0 | 1.2627652e-7 | |
| 22730312 | 24 minutes ago | | | 0 | 1.3804404e-7 | |
| 22730131 | 30 minutes ago | | | 0 | 1.1305545e-7 | |
| 22730058 | 32 minutes ago | | | 0 | 0.000000108716978967 | |
| 22729901 | 38 minutes ago | | | 0 | 0.000000101719679745 | |
| 22729814 | 40 minutes ago | | | 0 | 0.000000100746188739 |
ABI
ABI objects
Getter at block 22731025
UNISWAP_FACTORY() view returns (address)
0x8909dc15e40173ff4699343b6eb8132c65e18ec6
UNISWAP_ROUTER() view returns (address)
0x4752ba5dbc23f44d87826276bf6fd6b1c372ad24
UNISWAP_V2_PAIR() view returns (address)
0xa926342d7f9324a1dbde8f5ab77c92706f289b5d
buyTotalFees() view returns (uint256)
0
decimals() view returns (uint8)
18
devWallet() view returns (address)
0xdfbf43420ff89b36e1a1a5227a885c8bf5116fb7
fetchFees() view returns (bool)
false
limitsInEffect() view returns (bool)
false
maxBuy() view returns (uint256)
20000000000000000000000000
maxSell() view returns (uint256)
18000000000000000000000000
maxWallet() view returns (uint256)
20000000000000000000000000
name() view returns (string)
Boomer
owner() view returns (address)
0x0000000000000000000000000000000000000000
sellTotalFees() view returns (uint256)
0
swapEnabled() view returns (bool)
true
symbol() view returns (string)
BOOMER
taxedTokens() view returns (uint256)
0
tokenSwapThreshold() view returns (uint256)
5000000000000000000000000
totalSupply() view returns (uint256)
1000000000000000000000000000
tradingActive() view returns (bool)
true
tradingOpenedOnBlock() view returns (uint256)
12299849
Read-only
_isExcludedMaxTransactionAmount(address) view returns (bool)
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
whitelisted(address) view returns (bool)
State-modifying
Events approve(address spender, uint256 value) returns (bool)
excludeFromFees(address account, bool excluded)
openTrading()
removeLimits()
renounceOwnership()
rescueERC20(address tokenAdd, uint256 amount)
rescueETH(uint256 weiAmount)
setNewFees(uint256 newBuyFees, uint256 newSellFees)
setdevWallet(address _devWallet)
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
transferOwnership(address newOwner)
updateMaxBuy(uint256 newNum)
updateMaxSell(uint256 newNum)
updateMaxWallet(uint256 newNum)
updateSwapTokensAtAmount(uint256 newAmount)
Approval(address indexed owner, address indexed spender, uint256 value)
EnabledTrading(bool tradingActive)
ExcludeFromFees(address indexed account, bool isExcluded)
MaxTransactionExclusion(address _address, bool excluded)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RemovedLimits()
SwapAndLiquify(uint256 tokensSwapped, uint256 ethReceived, uint256 tokensIntoLiquidity)
Transfer(address indexed from, address indexed to, uint256 value)
UpdatedMaxBuy(uint256 newAmount)
UpdatedMaxSell(uint256 newAmount)
UpdatedMaxWallet(uint256 newAmount)
UpdateddevWallet(address indexed newWallet)
constructor()
receive()
ERC20InsufficientAllowance(address spender, uint256 allowance, uint256 needed)
ERC20InsufficientBalance(address sender, uint256 balance, uint256 needed)
ERC20InvalidApprover(address approver)
ERC20InvalidReceiver(address receiver)
ERC20InvalidSender(address sender)
ERC20InvalidSpender(address spender)