Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USA | ERC-20 | 1 | $0.000759 |
$0 | |
| ERC-20 | 2.4K | -- | -- | |
OHNO | ERC-20 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22756876 | an hour ago | | | 0 | 0.0000055453035 | |
| 22750948 | 4 hours ago | | | 0 | 9.5645722e-7 | |
| 22741867 | 9 hours ago | | | 0 | 0.0000028373735 | |
| 22737474 | 12 hours ago | | | 0 | 0.0000014535956 | |
| 22737438 | 12 hours ago | | | 0 | 2.4445800e-7 | |
| 22737423 | 12 hours ago | | | 0 | 2.6618760e-7 | |
| 22718539 | a day ago | | | 0 | 0.000000504670000000 | |
| 22718480 | a day ago | | | 0 | 7.1190814e-7 | |
| 22718431 | a day ago | | | 0 | 0.0000011860250 | |
| 22717551 | a day ago | | | 0 | 7.2051320e-7 |
ABI
ABI objects
Getter at block 22758216
buyFee() view returns (uint256)
0
decimals() view returns (uint8)
18
limitsInEffect() view returns (bool)
true
maxTxnAmount() view returns (uint256)
20000000000000000000000000
maxWallet() view returns (uint256)
20000000000000000000000000
name() view returns (string)
Buttman
owner() view returns (address)
0x0000000000000000000000000000000000000000
sellFee() view returns (uint256)
0
swapEnabled() view returns (bool)
true
swapLimit() view returns (uint256)
6
swapTokensAtAmount() view returns (uint256)
5000000000000000000000000
symbol() view returns (string)
BUTT
taxedTokens() view returns (uint256)
0
totalSupply() view returns (uint256)
1000000000000000000000000000
tradingLive() view returns (bool)
true
transferDelayEnabled() view returns (bool)
true
uniswapV2Pair() view returns (address)
0xa36d9624a58d7a9abaa5c0335c382829f7be8df4
uniswapV2Router() view returns (address)
0x4752ba5dbc23f44d87826276bf6fd6b1c372ad24
Read-only
_isExcludedMaxTransactionAmount(address) view returns (bool)
allowance(address owner, address spender) view returns (uint256)
automatedMarketMakerPairs(address) view returns (bool)
balanceOf(address account) view returns (uint256)
bot(address) view returns (bool)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
enableTrading()
excludeFromFees(address account, bool excluded)
excludeFromMaxTransaction(address updAds, bool isEx)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
manualCollection()
removeLimits()
renounceOwnership()
setAutomatedMarketMakerPair(address pair, bool value)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
updateBot(address wallet, bool isBot)
updateBots(address[] wallets, bool isBot)
updateFees(uint256 _buyFee, uint256 _sellFee)
updateMaxWalletAmount(uint256 newNum)
updateSwapTokensAtAmount(uint256 newAmount)
updateTxnAmount(uint256 newNum)
withdrawETH()
Approval(address indexed owner, address indexed spender, uint256 value)
EnabledTrading()
ExcludeFromFees(address indexed account, bool isExcluded)
MaxTransactionExclusion(address _address, bool excluded)
OwnerManualCollection(uint256 timestamp)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RemovedLimits()
SetAutomatedMarketMakerPair(address indexed pair, bool indexed value)
SwapAndLiquify(uint256 tokensSwapped, uint256 ethReceived, uint256 tokensIntoLiquidity)
Transfer(address indexed from, address indexed to, uint256 value)
UpdatedMaxWalletAmount(uint256 newAmount)
UpdatedTxnAmount(uint256 newAmount)
constructor(string _tokenName, string _tokenSymbol, uint256 _totalSupply, uint256 _maxTx, uint256 _maxWallet, uint256 _buyTax, uint256 _sellTax, address _teamWallet)
receive()
This contract contains no error objects.