Doge X Frankenstein
Verified contract
Active on
Ethereum with 126 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xc784…f416
0x62d2…02a6
3 additional
variables
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
DOGENSTEIN | ERC-20 | 4.598019M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17065552 | 2 years ago | | | 0 | 0.00071290003 | |
| 15778618 | 2 years ago | | | 0 | 0.00073191930 | |
| 15741607 | 2 years ago | | | 0 | 0.00090647610 | |
| 15739243 | 2 years ago | | | 0 | 0.0030235711 | |
| 15739228 | 2 years ago | | | 0 | 0.0036143629 | |
| 15739221 | 2 years ago | | | 0 | 0.0030430354 | |
| 15739143 | 2 years ago | | | 0 | 0.00063796083 | |
| 15739103 | 2 years ago | | | 0 | 0.00091416839 | |
| 15739100 | 2 years ago | | | 0 | 0.00090912631 | |
| 15739097 | 2 years ago | | | 0 | 0.00093159925 |
ABI
ABI objects
Getter at block 21331413
burnBuyFee() view returns (uint256)
1
burnSellFee() view returns (uint256)
1
deadWallet() view returns (address)
0x000000000000000000000000000000000000dead
decimals() view returns (uint8)
18
liquidityBuyFee() view returns (uint256)
1
liquiditySellFee() view returns (uint256)
1
marketingBuyFee() view returns (uint256)
3
marketingSellFee() view returns (uint256)
3
marketingWallet() view returns (address)
0xc784218daa6f6c5be34b17394620f98f2ae6f416
maxTransactionAmount() view returns (uint256)
20000000000000000000000000
maxWalletToken() view returns (uint256)
20000000000000000000000000
name() view returns (string)
Doge X Frankenstein
owner() view returns (address)
0x0000000000000000000000000000000000000000
swapAndLiquifyEnabled() view returns (bool)
true
swapTokensAtAmount() view returns (uint256)
5000000000000000000000000
symbol() view returns (string)
DOGENSTEIN
teamBuyFee() view returns (uint256)
2
teamSellFee() view returns (uint256)
2
teamWallet() view returns (address)
0x62d2a805e4de008879265ef15f464d61982602a6
totalSupply() view returns (uint256)
975904045851644782863433437
uniswapV2Pair() view returns (address)
0x8bd87aa77025b643b1ce8e63d411e58f7f654f41
uniswapV2Router() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
Read-only
_isBlacklisted(address) view returns (bool)
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)
blacklistBots(address account, bool value)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
excludeFromFees(address account, bool excluded)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
renounceOwnership()
setMaxTxAmount(uint256 _percent)
setMaxWalletLimit(uint256 _percent)
setSwapAndLiquifyEnabled(bool _enabled)
setSwapTokensAtAmouunt(uint256 _newAmount)
setWallets(address _marketing, address _team)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
updateBuyFee(uint256 _liqFee, uint256 _markFee, uint256 _teamFee, uint256 _burnFee)
updateSellFee(uint256 _liqFee, uint256 _markFee, uint256 _teamFee, uint256 _burnFee)
Approval(address indexed owner, address indexed spender, uint256 value)
ExcludeFromFees(address indexed account, bool isExcluded)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SwapAndLiquify(uint256 tokensIntoLiqudity, uint256 ethReceived)
SwapAndLiquifyEnabledUpdated(bool enabled)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
receive()
This contract contains no error objects.