Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
16 additional
variables
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
PUG | ERC-20 | 823.163531K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21116192 | 13 days ago | | | 0 | 0.00027157843 | |
| 21115941 | 13 days ago | | | 0 | 0.00037765818 | |
| 21003740 | a month ago | | | 0 | 0.00030258870 | |
| 20960444 | a month ago | | | 0 | 0.0012688345 | |
| 20164326 | 5 months ago | | | 0 | 0.00034822540 | |
| 20012435 | 5 months ago | | | 0 | 0.0010981208 | |
| 19859946 | 6 months ago | | | 0 | 0.00028036415 | |
| 19754454 | 7 months ago | | | 0 | 0.00047071570 | |
| 19733254 | 7 months ago | | | 0 | 0.0015793659 | |
| 19732453 | 7 months ago | | | 0 | 0.00061151095 |
ABI
ABI objects
Getter at block 21209707
antiWhaleInfo() view returns (bool _limitsInEffect, bool _trasnferDelayEnabled, uint256 _maxWallet, uint256 _maxTx)
(_limitsInEffect=true, _trasnferDelayEnabled=true, _maxWallet=20000000000000000000000000, _maxTx=10000000000000000000000000)
burnInfo() view returns (bool _burnEnabled, uint256 _lastSync)
(_burnEnabled=true, _lastSync=1713787463)
decimals() view returns (uint8)
18
dexPair() view returns (address)
0x620457920226dfaec726bf9c37eb30c46e9fc663
feeRates() view returns (uint256 _totalBuyFee, uint256 _buyMktFee, uint256 _buyLPFee, uint256 _buyDevFee, uint256 _totalSellFee, uint256 _sellMktFee, uint256 _sellLpFee, uint256 _sellDevFee, uint256 _totalTransferFee, uint256 _transferMktFee, uint256 _transferLpFee, uint256 _transferDevFee)
(_totalBuyFee=0, _buyMktFee=0, _buyLPFee=0, _buyDevFee=0, _totalSellFee=0, _sellMktFee=0, _sellLpFee=0, _sellDevFee=0, _totalTransferFee=0, _transferMktFee=0, _transferLpFee=0, _transferDevFee=0)
feeReceivers() view returns (address _autoLPReceiver, address _mktReceiver, address _devReceiver)
(_autoLPReceiver=0x000000000000000000000000000000000000dead, _mktReceiver=0x9a8ee5b29cae09e27345d5d800f86398e82f5c01, _devReceiver=0x4fe3d03ea593a7bd585fed715ab306a74671cc3b)
name() view returns (string)
Pug Inu
owner() view returns (address)
0x0000000000000000000000000000000000000000
swapbackInfo() view returns (bool _swapbackEnabled, uint256 _swapBackValueMin, uint256 _swapBackValueMax)
(_swapbackEnabled=true, _swapBackValueMin=2000000000000000000000000, _swapBackValueMax=1000000000000000000000000000)
symbol() view returns (string)
PUG
totalSupply() view returns (uint256)
1000000000000000000000000000
tradingOn() view returns (bool)
true
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
checkAddressPermissions(address _target) view returns (bool _isFeeExempt, bool _isTxLimitExempt, bool _automatedMarketMakerPairs)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
disableTransferDelay()
enableTrading()
excludeFromFees(address account, bool excluded)
excludeFromMaxTransaction(address updAds, bool isEx)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
removeLimits()
renounceOwnership()
setAutomatedMarketMakerPair(address pair, bool value)
setBuyFees(uint256 _marketingFee, uint256 _liquidityFee, uint256 _devFee)
setDevWallet(address newWallet)
setLPWallet(address newWallet)
setMarketingWallet(address newWallet)
setSellFees(uint256 _marketingFee, uint256 _liquidityFee, uint256 _devFee)
setSwapBackSettings(bool _enabled, uint256 _min, uint256 _max)
setTransferFees(uint256 _marketingFee, uint256 _liquidityFee, uint256 _devFee)
setTxLimit(uint256 newNum)
setWalletLimit(uint256 newNum)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
BuyFeeUpdated(uint256 totalBuyFee, uint256 buyMktFee, uint256 buyLPFee, uint256 buyDevFee)
DisabledTransferDelay(uint256 indexed timestamp)
ExcludeFromFees(address indexed account, bool isExcluded)
ExcludeFromLimits(address indexed account, bool isExcluded)
LimitsRemoved(uint256 indexed timestamp)
MaxTxUpdated(uint256 maxTx)
MaxWalletUpdated(uint256 maxWallet)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SellFeeUpdated(uint256 totalSellFee, uint256 sellMktFee, uint256 sellLpFee, uint256 sellDevFee)
SetAutomatedMarketMakerPair(address indexed pair, bool indexed value)
SwapAndLiquify(uint256 tokensSwapped, uint256 ethReceived, uint256 tokensIntoLiquidity)
SwapbackSettingsUpdated(bool enabled, uint256 swapBackValueMin, uint256 swapBackValueMax)
TradingEnabled(uint256 indexed timestamp)
Transfer(address indexed from, address indexed to, uint256 value)
TransferFeeUpdated(uint256 totalTransferFee, uint256 transferMktFee, uint256 transferLpFee, uint256 transferDevFee)
UpdateUniswapV2Router(address indexed newAddress, address indexed oldAddress)
devReceiverUpdated(address indexed newWallet, address indexed oldWallet)
lpReceiverUpdated(address indexed newWallet, address indexed oldWallet)
mktReceiverUpdated(address indexed newWallet, address indexed oldWallet)
constructor()
receive()
This contract contains no error objects.