Pudg token
Verified contract
Active on
Ethereum with 427 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
3 additional
variables
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
PUDG | ERC-20 | 664.582423K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20801856 | a month ago | | | 0 | 0.00074970990 | |
| 20342896 | 4 months ago | | | 0 | 0.00034387235 | |
| 20163704 | 4 months ago | | | 0 | 0.00034186562 | |
| 20163700 | 4 months ago | | | 0 | 0.00023536139 | |
| 19929476 | 5 months ago | | | 0 | 0.00044793651 | |
| 19926543 | 5 months ago | | | 0 | 0.00087059984 | |
| 19894527 | 6 months ago | | | 0 | 0.00029292585 | |
| 19887137 | 6 months ago | | | 0 | 0.000087066873 | |
| 19887133 | 6 months ago | | | 0 | 0.00016026519 | |
| 19835893 | 6 months ago | | | 0 | 0.00023110415 |
ABI
ABI objects
Getter at block 21125146
DEAD_ADDRESS() view returns (address)
0x000000000000000000000000000000000000dead
buyLiquidityFee() view returns (uint256)
1
buyTeamFee() view returns (uint256)
1
buyTotalFees() view returns (uint256)
5
buyTreasuryFee() view returns (uint256)
3
decimals() view returns (uint8)
18
launchPhaseEnd() view returns (uint256)
1705687511
launchPhaseFeeMultiplier() view returns (uint256)
4
maxTransactionAmount() view returns (uint256)
8888888880000000000000000
maxWallet() view returns (uint256)
8888888880000000000000000
name() view returns (string)
Pudg token
owner() view returns (address)
0x0000000000000000000000000000000000000000
sellLiquidityFee() view returns (uint256)
1
sellTeamFee() view returns (uint256)
1
sellTotalFees() view returns (uint256)
5
sellTreasuryFee() view returns (uint256)
3
swapTokensAtAmount() view returns (uint256)
888888888000000000000000
symbol() view returns (string)
PUDG
teamWallet() view returns (address)
0xa1ea95a46756cafd2f6f8bb44b501f7ea044dd3a
tokensForLiquidity() view returns (uint256)
132916484697068010526083
tokensForTeam() view returns (uint256)
132916484697068010526083
tokensForTreasury() view returns (uint256)
398749454091204031578256
totalSupply() view returns (uint256)
826133171000000000000000000
tradingActive() view returns (bool)
true
treasuryWallet() view returns (address)
0xe234e3393c29006d6a255ca57f53fc1e07eb339d
uniswapV2Pair() view returns (address)
0x6f72710c7ceeb7fae101080b099a4c721f655629
uniswapV2Router() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
Read-only
allowance(address owner, address spender) view returns (uint256)
automatedMarketMakerPairs(address) view returns (bool)
balanceOf(address account) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
burn(uint256 value)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
enableTrading()
increaseAllowance(address spender, uint256 addedValue) returns (bool)
renounceOwnership()
setAutomatedMarketMakerPair(address pair, bool value)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner)
updateBuyFees(uint256 _treasuryFee, uint256 _liquidityFee, uint256 _teamFee)
updateSellFees(uint256 _treasuryFee, uint256 _liquidityFee, uint256 _teamFee)
updateSwapTokensAtAmount(uint256 newAmount) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
ExcludeFromFees(address indexed account, bool isExcluded)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SetAutomatedMarketMakerPair(address indexed pair, bool indexed value)
SwapAndLiquify(uint256 tokensSwapped, uint256 ethReceived, uint256 tokensIntoLiquidity)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address _treasuryWallet, address _teamWallet, address _airdropAddress, address _uniswapRouterAddress)
receive()
BlacklistRenounced()
BuyAmountAboveMaxTransactionAmount()
CannotBlacklistV2RouterOrV2Pool()
InvalidMarketMakerPair()
InvalidReceiverAddress()
InvalidSenderAddress()
InvalidTokenAddress()
MaxAmountForWalletExceeded()
MaxTxAmountToLow()
MaxTxnAmountToLow()
MaxWalletAmountToLow()
ReceiverBlacklisted()
SellAmountAboveMaxTransactionAmount()
SenderBlacklisted()
SwapAmountToHigh()
SwapAmountToLow()
TotalBuyFeesTooHigh()
TotalSellFeesTooHigh()
TradingNotActive()