DDS.Store
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
0x7753…a6b7
2 additional
variables
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
DDS | ERC-20 | 150.228161 | -- | -- | |
DDS | ERC-20 | 4.861827 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20607196 | 3 months ago | | | 0 | 0.000059200582 | |
| 18983198 | a year ago | | | 0 | 0.00067213307 | |
| 18891674 | a year ago | | | 0 | 0.00055317697 | |
| 18891665 | a year ago | | | 0 | 0.00050630482 | |
| 17970490 | a year ago | | | 0 | 0.0051229764 | |
| 17970488 | a year ago | | | 0 | 0.0053840032 | |
| 17970487 | a year ago | | | 0 | 0.0020147974 | |
| 17049143 | 2 years ago | | | 0 | 0.0025350355 | |
| 17018427 | 2 years ago | | | 0 | 0.00097509087 | |
| 16996222 | 2 years ago | | | 0 | 0.00050104594 |
ABI
ABI objects
Getter at block 21333264
_liquidityFee() view returns (uint256)
4
_taxFee() view returns (uint256)
1
deadAddress() view returns (address)
0x000000000000000000000000000000000000dead
decimals() view returns (uint8)
9
marketingAddress() view returns (address)
0x775300ffd7cf609175d1e170083afd46be7ba6b7
name() view returns (string)
DDS.Store
owner() view returns (address)
0x5f57b933de631e47b00ede033912f846b71d25da
symbol() view returns (string)
DDS
totalFees() view returns (uint256)
39580360076770
totalSupply() view returns (uint256)
1300000000000000
uniswapV2Pair() view returns (address)
0x953b14fe6b90151dd068cd81969c7f5e5fa97e4d
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)
isRemovedSniper(address account) view returns (bool)
reflectionFromToken(uint256 tAmount, bool deductTransferFee) view returns (uint256)
tokenFromReflection(uint256 rAmount) view returns (uint256)
State-modifying
Events _amnestySniper(address account)
_removeSniper(address account)
approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
deliver(uint256 tAmount)
emergencyWithdraw()
excludeFromFee(address account)
excludeFromReward(address account)
includeInFee(address account)
includeInReward(address account)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
initContract()
openTrading()
renounceOwnership()
setFeeRate(uint256 rate)
setLiquidityFeePercent(uint256 liquidityFee)
setMarketingAddress(address _marketingAddress)
setTaxFeePercent(uint256 taxFee)
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)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SwapETHForTokens(uint256 amountIn, address[] path)
SwapTokensForETH(uint256 amountIn, address[] path)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
receive()
This contract contains no error objects.