Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
5 additional
variables
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
Dogz | ERC-20 | 13.632754M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20706873 | 2 months ago | | | 0 | 0.00033565290 | |
| 20705895 | 2 months ago | | | 0 | 0.000070461525 | |
| 20705888 | 2 months ago | | | 0 | 0.000072144845 | |
| 20705885 | 2 months ago | | | 0 | 0.000055245343 | |
| 20705810 | 2 months ago | | | 0 | 0.00028068970 | |
| 20705789 | 2 months ago | | | 0 | 0.000094971896 | |
| 20705787 | 2 months ago | | | 0 | 0.00018363745 | |
| 20705653 | 2 months ago | | | 0 | 0.00013330081 | |
| 20705642 | 2 months ago | | | 0 | 0.000065284987 | |
| 20705624 | 2 months ago | | | 0 | 0.00020441126 |
ABI
ABI objects
Getter at block 21217490
decimals() view returns (uint8)
18
liquidityFeeOnBuy() view returns (uint256)
0
liquidityFeeOnSell() view returns (uint256)
0
marketingFeeOnBuy() view returns (uint256)
25
marketingFeeOnSell() view returns (uint256)
25
marketingWallet() view returns (address)
0x4a81bb9274e49569458c702aa05cc2d9f184f49b
maxTransactionAmountBuy() view returns (uint256)
500000000000000000000000
maxTransactionAmountSell() view returns (uint256)
500000000000000000000000
maxTransactionLimitEnabled() view returns (bool)
false
maxWalletAmount() view returns (uint256)
500000000000000000000000
maxWalletLimitEnabled() view returns (bool)
false
name() view returns (string)
Dogz
owner() view returns (address)
0xfc30ede0e0bb9f71f06cbd195dc0177d6ce883b3
swapEnabled() view returns (bool)
true
swapTokensAtAmount() view returns (uint256)
20000000000000000000000
symbol() view returns (string)
Dogz
totalSupply() view returns (uint256)
100000000000000000000000000
tradingEnabled() view returns (bool)
true
uniswapV2Pair() view returns (address)
0x07f1f7edbd83ef54ff0ea97b57a0fa1d84bd0f10
uniswapV2Router() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
walletToWalletTransferFee() view returns (uint256)
0
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isExcludedFromFees(address account) view returns (bool)
isExcludedFromMaxTransaction(address account) view returns (bool)
isExcludedFromMaxWalletLimit(address account) view returns (bool)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
changeMarketingWallet(address _marketingWallet)
claimStuckTokens(address token)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
enableTrading()
excludeFromFees(address account, bool excluded)
excludeFromMaxTransactionLimit(address account, bool exclude)
excludeFromMaxWallet(address account, bool exclude)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
renounceOwnership()
setEnableMaxTransactionLimit(bool enable)
setEnableMaxWalletLimit(bool enable)
setMaxTransactionAmounts(uint256 _maxTransactionAmountBuy, uint256 _maxTransactionAmountSell)
setMaxWalletAmount(uint256 _maxWalletAmount)
setSwapEnabled(bool _enabled)
setSwapTokensAtAmount(uint256 newAmount)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
updateBuyFees(uint256 _liquidityFeeOnBuy, uint256 _marketingFeeOnBuy)
updateSellFees(uint256 _liquidityFeeOnSell, uint256 _marketingFeeOnSell)
updateWalletToWalletTransferFee(uint256 _walletToWalletTransferFee)
Approval(address indexed owner, address indexed spender, uint256 value)
ExcludeFromFees(address indexed account, bool isExcluded)
ExcludedFromMaxTransactionLimit(address indexed account, bool isExcluded)
ExcludedFromMaxWalletLimit(address indexed account, bool isExcluded)
MarketingWalletChanged(address marketingWallet)
MaxTransactionLimitAmountChanged(uint256 maxTransactionAmountBuy, uint256 maxTransactionAmountSell)
MaxTransactionLimitStateChanged(bool maxTransactionLimit)
MaxWalletLimitAmountChanged(uint256 maxWalletAmount)
MaxWalletLimitStateChanged(bool maxWalletLimit)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SwapAndLiquify(uint256 tokensSwapped, uint256 bnbReceived, uint256 tokensIntoLiqudity)
SwapAndSendMarketing(uint256 tokensSwapped, uint256 bnbSend)
SwapTokensAtAmountUpdated(uint256 swapTokensAtAmount)
Transfer(address indexed from, address indexed to, uint256 value)
UpdateBuyFees(uint256 liquidityFeeOnBuy, uint256 marketingFeeOnBuy)
UpdateSellFees(uint256 liquidityFeeOnSell, uint256 marketingFeeOnSell)
UpdateWalletToWalletTransferFee(uint256 walletToWalletTransferFee)
constructor()
receive()
This contract contains no error objects.