Degger

Verified contract

Active on Ethereum with 148 txns
Deployed by via 0x8474378e at 19531350
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
13 additional variables
Native
Value $27.12
0x61ada3119a1d0bd1e4ef3b8f19d0eb0dafaf3c49068fc219ab005a4cb48fdcdb
0xc9babb4d69b4b60a049afabbdf3c034eb863fa1bb3c8a4188d30a7145fa9f609
0x1c8d322c98407b395454b1c8b4e464c71c0686cc416e8118e56f1057e8dbc62a
0x93e2ad62016a55bc96fa1bc3354c9f2e97d969756226b5401ff4bb49737b75d1
0x3f6633f1004487fb5cb074d5bb73b92944a8d24377596f7e1c5d796fc819921a
0x8d8c7a89e3903704a5d9535e419c80f87ea0520c5ab52d98fc40e692a5dc9de9
0x95f074c74b5122baa25f36b66dda13f2e0c7f32295af5f4fee40d162f67daf12
0xa42304aba8f57c1d613ca09cefce3e0629ed9d247b5bb33c322c8d959cc3197a
0x6c2b37683fdd54f4c7e0963eb4c275107960ac51f95276dfd0e6ca1866d74f74
0x13cce02cabb2f0962c3d5281f6956b404c60e0ad84681576ae2666ce05ce9967

Functions
Getter at block 20866218
deadAddress(view returns (address)
0x000000000000000000000000000000000000dead
decimals(view returns (uint8)
18
feeSet(view returns (uint8 buyTotalFeesuint8 buyMarketingFeeuint8 buyLiquidityFeeuint8 buyDevelopmentFeeuint8 sellTotalFeesuint8 sellMarketingFeeuint8 sellLiquidityFeeuint8 sellDevelopmentFeeuint8 finalBuyingFeesuint8 finalBuyMarketingFeeuint8 finalBuyLiquidityFeeuint8 finalBuyDevelopmentFeeuint8 finalSellingFeesuint8 finalSellMarketingFeeuint8 finalSellLiquidityFeeuint8 finalSellDevelopmentFee)
(buyTotalFees=4, buyMarketingFee=2, buyLiquidityFee=0, buyDevelopmentFee=2, sellTotalFees=4, sellMarketingFee=2, sellLiquidityFee=0, sellDevelopmentFee=2, finalBuyingFees=4, finalBuyMarketingFee=2, finalBuyLiquidityFee=0, finalBuyDevelopmentFee=2, finalSellingFees=4, finalSellMarketingFee=2, finalSellLiquidityFee=0, finalSellDevelopmentFee=2)
lastLpBurnTime(view returns (uint256)
1711642967
lastManualLpBurnTime(view returns (uint256)
0
lastTaxSaleAmount(view returns (uint256)
916154336280368114990
lastTaxSaleHeight(view returns (uint256)
19901961
limitsInEffect(view returns (bool)
false
lpBurnEnabled(view returns (bool)
false
lpBurnFrequency(view returns (uint256)
3600
manualBurnFrequency(view returns (uint256)
1800
maxSwapToFinal(view returns (uint256)
100
maxTransactionAmount(view returns (uint256)
1400000000000000000000000
maxWallet(view returns (uint256)
1400000000000000000000000
name(view returns (string)
Degger
owner(view returns (address)
0x0000000000000000000000000000000000000000
percentForLPBurn(view returns (uint256)
0
stopCount(view returns (bool)
true
swapCount(view returns (uint16)
101
swapEnabled(view returns (bool)
true
swapTokensAtAmount(view returns (uint256)
50000000000000000000000
symbol(view returns (string)
DPU
tokensForDev(view returns (uint256)
0
tokensForLiquidity(view returns (uint256)
0
tokensForMarketing(view returns (uint256)
0
totalSupply(view returns (uint256)
100000000000000000000000000
tradingActive(view returns (bool)
true
transferDelayEnabled(view returns (bool)
true
uniswapV2Pair(view returns (address)
0x7f585307d12ecf980281dc00f1cf7ac52560e48e
uniswapV2Router(view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
Read-only
_isExcludedMaxTransactionAmount(addressview returns (bool)
allowance(address owneraddress spenderview returns (uint256)
automatedMarketMakerPairs(addressview returns (bool)
balanceOf(address accountview returns (uint256)
isExcludedFromFees(address accountview returns (bool)
State-modifying
approve(address spenderuint256 amountreturns (bool)
createPair(
decreaseAllowance(address spenderuint256 subtractedValuereturns (bool)
disableTransferDelay(returns (bool)
enableTrade(
excludeFromFees(address accountbool excluded
excludeFromMaxTransaction(address updAdsbool isEx
increaseAllowance(address spenderuint256 addedValuereturns (bool)
manualBurnLiquidityPairTokens(uint256 percentreturns (bool)
manualsend(
manualswap(
removeLimits(returns (bool)
renounceOwnership(
setAutoLPBurnSettings(uint256 _frequencyInSecondsuint256 _percentbool _Enabled
setAutomatedMarketMakerPair(address pairbool value
transfer(address recipientuint256 amountreturns (bool)
transferFrom(address senderaddress recipientuint256 amountreturns (bool)
transferOwnership(address newOwner
updateBuyFees(uint8 _marketingFeeuint8 _liquidityFeeuint8 _developmentFee
updateDevelopmentWalletInfo(address newWallet
updateMarketingWalletInfo(address newMarketingWallet
updateMaxTxnAmount(uint256 newNum
updateMaxWalletAmount(uint256 newNum
updateSellFees(uint8 _marketingFeeuint8 _liquidityFeeuint8 _developmentFee
updateSwapEnabled(bool enabled
updateSwapTokensAtAmount(uint256 newAmountreturns (bool)
Events
Approval(address indexed owneraddress indexed spenderuint256 value
AutoNukeLP(
BoughtEarly(address indexed sniper
ExcludeFromFees(address indexed accountbool isExcluded
ManualNukeLP(
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
SetAutomatedMarketMakerPair(address indexed pairbool indexed value
SwapAndLiquify(uint256 tokensSwappeduint256 ethReceiveduint256 tokensIntoLiquidity
Transfer(address indexed fromaddress indexed touint256 value
UpdateUniswapV2Router(address indexed newAddressaddress indexed oldAddress
developmentWalletUpdated(address indexed newWalletaddress indexed oldWallet
marketingWalletUpdated(address indexed newWalletaddress indexed oldWallet
Constructor
constructor(
Fallback and receive
receive(
Errors

This contract contains no error objects.