DEDEDE Token
Verified contract
Active on
Ethereum with 216 txns
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 |
---|---|---|---|---|---|
DEDEDE | ERC-20 | 16.489287T | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18376044 | a year ago | | | 0 | 0.00033395786 | |
| 18344853 | a year ago | | | 0 | 0.00044084105 | |
| 18342119 | a year ago | | | 0 | 0.00049146222 | |
| 18342010 | a year ago | | | 0 | 0.00086077810 | |
| 18341903 | a year ago | | | 0 | 0.00043842962 | |
| 18341741 | a year ago | | | 0 | 0.00040176322 | |
| 18341686 | a year ago | | | 0 | 0.00040690754 | |
| 18341626 | a year ago | | | 0 | 0.00044254825 | |
| 18341420 | a year ago | | | 0 | 0.00057640335 | |
| 18341351 | a year ago | | | 0 | 0.00035423541 |
ABI
ABI objects
Getter at block 21228730
buyBurnFee() view returns (uint256)
2
buyLiquidityFee() view returns (uint256)
0
buyMarketingFee() view returns (uint256)
2
buyTotalFees() view returns (uint256)
4
deadAddress() view returns (address)
0x0000000000000000000000000000000000000000
decimals() view returns (uint8)
18
liquidityWallet() view returns (address)
0x1de633c9027ce2d516af509eb122de86315b4329
marketingWallet() view returns (address)
0x1de633c9027ce2d516af509eb122de86315b4329
maxTransactionAmount() view returns (uint256)
888888888888888000000000000000000
maxWallet() view returns (uint256)
888888888888888000000000000000000
name() view returns (string)
DEDEDE Token
owner() view returns (address)
0x0000000000000000000000000000000000000000
sellBurnFee() view returns (uint256)
2
sellLiquidityFee() view returns (uint256)
0
sellMarketingFee() view returns (uint256)
2
sellTotalFees() view returns (uint256)
4
swapEnabled() view returns (bool)
true
swapTokensAtAmount() view returns (uint256)
888888888888888000000000000000
symbol() view returns (string)
DEDEDE
totalSupply() view returns (uint256)
841033056644858709329328598619895
tradingActive() view returns (bool)
true
uniswapV2Pair() view returns (address)
0x4ac857f25956e1725228fd43bbb4f85a339a960f
uniswapV2Router() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isExcludedFromFees(address account) view returns (bool)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
automateBuyFees(uint256 _buyMarketingFee, uint256 _buyLiquidityFee, uint256 _buyBurnFee, uint256 _sellMarketingFee, uint256 _sellLiquidityFee, uint256 _sellBurnFee)
burn(uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
excludeFromFees(address account, bool excluded)
excludeFromMaxTransaction(address updAds, bool isEx)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
openTrading()
renounceOwnership()
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner)
updateMaxWalletAndTxnAmount(uint256 newTxnNum, uint256 newMaxWalletNum)
updateSwapTokensAtAmount(uint256 newAmount) returns (bool)
withdrawStuckETH()
withdrawStuckTokens(address tkn)
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SwapAndLiquify(uint256 tokensSwapped, uint256 ethReceived, uint256 tokensIntoLiquidity)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
receive()
This contract contains no error objects.