Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
13 additional
variables
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
Dress | ERC-20 | 54.749648M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21146880 | a month ago | | | 0 | 0.00044288256 | |
| 20931905 | 2 months ago | | | 0 | 0.00051295818 | |
| 20880171 | 2 months ago | | | 0 | 0.00075951980 | |
| 20880109 | 2 months ago | | | 0 | 0.00094888749 | |
| 19909520 | 7 months ago | | | 0 | 0.00027675280 | |
| 19838554 | 7 months ago | | | 0 | 0.00040815499 | |
| 19829811 | 7 months ago | | | 0 | 0.00068669056 | |
| 18913062 | a year ago | | | 0 | 0.00068935535 | |
| 18579148 | a year ago | | | 0 | 0.0023202616 | |
| 18578757 | a year ago | | | 0 | 0.0022190219 |
ABI
ABI objects
Getter at block 21388816
_maxTxAmount() view returns (uint256)
50000000000000000000000000
buyBurnFee() view returns (uint256)
0
buyLiquidityFee() view returns (uint256)
1
buyMarketingFee() view returns (uint256)
1
buyTaxFee() view returns (uint256)
1
deadAddress() view returns (address)
0x000000000000000000000000000000000000dead
decimals() view returns (uint8)
18
marketingWallet() view returns (address)
0xcde09b30195afcd4ba504f8e852d3abb70be6e57
name() view returns (string)
TheDress
numTokensSellToAddToLiquidity() view returns (uint256)
500000000000000000000000
owner() view returns (address)
0x0000000000000000000000000000000000000000
sellBurnFee() view returns (uint256)
0
sellLiquidityFee() view returns (uint256)
0
sellMarketingFee() view returns (uint256)
0
sellTaxFee() view returns (uint256)
0
swapAndLiquifyEnabled() view returns (bool)
true
symbol() view returns (string)
Dress
totalFees() view returns (uint256)
22247571664246990506917888
totalSupply() view returns (uint256)
1000000000000000000000000000
uniswapV2Pair() view returns (address)
0x6ff87200c1e4ed951d481970f2473c8fe5922cd6
uniswapV2Router() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isExcludedFromFee(address account) view returns (bool)
isExcludedFromReward(address account) view returns (bool)
reflectionFromToken(uint256 tAmount, bool deductTransferFee) view returns (uint256)
tokenFromReflection(uint256 rAmount) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
deliver(uint256 tAmount)
excludeFromFee(address account)
excludeFromReward(address account)
includeInFee(address account)
includeInReward(address account)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
renounceOwnership()
setBuyFeePercent(uint256 taxFee, uint256 liquidityFee, uint256 marketingFee, uint256 burnFee)
setMarketingWallet(address newWallet)
setMaxTxAmount(uint256 maxTxAmount)
setNumTokensSellToAddToLiquidity(uint256 newAmount)
setSellFeePercent(uint256 taxFee, uint256 liquidityFee, uint256 marketingFee, uint256 burnFee)
setSwapAndLiquifyEnabled(bool _enabled)
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)
MinTokensBeforeSwapUpdated(uint256 minTokensBeforeSwap)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SwapAndLiquify(uint256 tokensSwapped, uint256 ethReceived, uint256 tokensIntoLiqudity)
SwapAndLiquifyEnabledUpdated(bool enabled)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
receive()
This contract contains no error objects.