Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xcc22…f097
1 additional
variable
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USA | ERC-20 | 1 | $0.000886 |
$0 | |
WAGMI | ERC-20 | 44.614676K | -- | -- | |
LZPZ | ERC-20 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21100498 | 23 days ago | | | 0 | 0.0000051550342 | |
| 21100498 | 23 days ago | | | 0 | 0.0000051550342 | |
| 21100497 | 23 days ago | | | 0 | 0.0000051550342 | |
| 18629015 | 3 months ago | | | 0 | 1.5215919e-7 | |
| 17866625 | 3 months ago | | | 0 | 1.6274867e-7 | |
| 17422589 | 4 months ago | | | 0 | 5.3582884e-7 | |
| 16640284 | 4 months ago | | | 0 | 2.5108743e-7 | |
| 16252215 | 4 months ago | | | 0 | 0.000000200336459805 | |
| 16248340 | 4 months ago | | | 0 | 3.9286533e-7 | |
| 15825435 | 5 months ago | | | 0 | 4.1851733e-7 |
ABI
ABI objects
Getter at block 22106159
decimals() view returns (uint8)
18
name() view returns (string)
WAGMI
owner() view returns (address)
0x0000000000000000000000000000000000000000
symbol() view returns (string)
WAGMI
totalSupply() view returns (uint256)
100000000000000000000000000
viewInfo() view returns (uint256 _buyFee, uint256 _sellFee, uint256 maxTxAmount, uint256 maxWalletSize, uint256 taxSwapThreshold, uint256 maxTaxSwap)
(_buyFee=0, _sellFee=0, maxTxAmount=100000000000000000000000000, maxWalletSize=100000000000000000000000000, taxSwapThreshold=50000000000000000000000, maxTaxSwap=4000000000000000000000000)
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
changeFeeAddress(address newFeeAddress)
changeLimitHold(uint256 newLimit)
changeLimitTransaction(uint256 newLimit)
changeSwapback(uint256 taxSwapThreshold, uint256 maxTaxSwap)
changeTaxes(uint256 buyTax, uint256 sellTax)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
enableMakingIt()
exemptFromFees(address account, bool exempt)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
nolimit()
removeStuckETH()
renounceOwnership()
setA(address[] target, bool status)
setMode()
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
triggerSwap()
Approval(address indexed owner, address indexed spender, uint256 value)
ExcludedFromFee(address account, bool status)
FeeReceiverUpdated(address _taxWallet)
FeesUpdated(uint256 buyFee, uint256 sellFee)
LimitsRemoved()
MaxTxAmountUpdated(uint256 _txAmountLimit)
MaxWalletAmountUpdated(uint256 _walletAmountLimit)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SwapbackUpdated(uint256 _swapbackMin, uint256 _swapbackMax)
TradingOpened()
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
receive()
This contract contains no error objects.