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 |
---|---|---|---|---|---|
WAGMI | ERC-20 | 1.085036M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 14184474 | 7 months ago | | | 0 | 0.0000040640355 | |
| 12086872 | 8 months ago | | | 0 | 0.00023855895 | |
| 12086871 | 8 months ago | | | 0 | 0.0000014903274 | |
| 12086867 | 8 months ago | | | 0 | 0.0000022629870 | |
| 12086736 | 8 months ago | | | 0 | 0.0000076873807 | |
| 12086617 | 8 months ago | | | 0 | 0.0000072250530 | |
| 12086605 | 8 months ago | | | 0 | 0.000064877904 | |
| 12086600 | 8 months ago | | | 0 | 0.0000072250530 | |
| 12086570 | 8 months ago | | | 0 | 0.0000072250530 | |
| 12086570 | 8 months ago | | | 0 | 0.0000072250530 |
ABI
ABI objects
Getter at block 23095166
buyFee() view returns (uint256)
0
decimals() view returns (uint8)
18
limitsInEffect() view returns (bool)
false
maxTxnAmount() view returns (uint256)
2000000000000000000000000
maxWallet() view returns (uint256)
2000000000000000000000000
name() view returns (string)
WAGMI
owner() view returns (address)
0x83a45f2e19e3f3235b336676165d5e7698b62182
sellFee() view returns (uint256)
0
swapEnabled() view returns (bool)
true
swapLimit() view returns (uint256)
20
swapTokensAtAmount() view returns (uint256)
2000000000000000000000000
symbol() view returns (string)
WAGMI
taxedTokens() view returns (uint256)
1085036189018296965603008
totalSupply() view returns (uint256)
100000000000000000000000000
tradingLive() view returns (bool)
true
transferDelayEnabled() view returns (bool)
false
uniswapV2Pair() view returns (address)
0x0ca190dcaa7394c6d101522d321213275e176870
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.