StealthSwap
Verified contract
Active on
Ethereum with 347 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
6 additional
variables
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
SWAP | ERC-20 | 24.229625K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20704367 | 2 months ago | | | 0 | 0.000054862649 | |
| 20704365 | 2 months ago | | | 0 | 0.00045318855 | |
| 20704338 | 2 months ago | | | 0 | 0.000052051338 | |
| 20704335 | 2 months ago | | | 0 | 0.00010893255 | |
| 20414154 | 3 months ago | | | 0 | 0.00010787525 | |
| 20350637 | 4 months ago | | | 0 | 0.00013420592 | |
| 20279241 | 4 months ago | | | 0 | 0.00012043076 | |
| 20279178 | 4 months ago | | | 0 | 0.00014601125 | |
| 20279161 | 4 months ago | | | 0 | 0.00022910198 | |
| 20216605 | 4 months ago | | | 0 | 0.00011006990 |
ABI
ABI objects
Getter at block 21168384
EnableTxLimit() view returns (bool)
false
_maxTxAmount() view returns (uint256)
395600000000000
_totalSellFee() view returns (uint256)
1
_totalbuyFee() view returns (uint256)
1
_walletMax() view returns (uint256)
395600000000000
checkWalletLimit() view returns (bool)
false
deadAddress() view returns (address)
0x000000000000000000000000000000000000dead
decimals() view returns (uint8)
8
developmentWallet() view returns (address)
0x287d3027e68f39756e44e80aae98162fabcd45f1
dexPair() view returns (address)
0x17bf479f698d003900580421aee3ce4e56005634
dexRouter() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
getCirculatingSupply() view returns (uint256)
19780000000000000
lpReceiverWallet() view returns (address)
0x8d335dd41c970ed83b1e57b3ba3f583243107793
name() view returns (string)
StealthSwap
owner() view returns (address)
0x0000000000000000000000000000000000000000
swapEnabled() view returns (bool)
true
swapThreshold() view returns (uint256)
9500000000000
swapbylimit() view returns (bool)
false
symbol() view returns (string)
SWAP
totalSupply() view returns (uint256)
19780000000000000
zeroAddress() view returns (address)
0x0000000000000000000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isExcludedFromFee(address) view returns (bool)
isMarketPair(address) view returns (bool)
isTxLimitExempt(address) view returns (bool)
isWalletLimitExempt(address) view returns (bool)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
enableTxLimit(bool _status)
enableWalletLimit(bool _status)
excludeFromFee(address _adr, bool _status)
excludeTxLimit(address _adr, bool _status)
excludeWalletLimit(address _adr, bool _status)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
removeLimits()
renounceOwnership()
rescueFunds()
rescueTokens(address _token, address recipient, uint256 _amount)
setBuyFee(uint256 _developmentFee, uint256 _lpFee)
setDevelopmentWallet(address _newWallet)
setLpWallet(address _newWallet)
setManualPair(address _pair)
setManualRouter(address _router)
setMarketPair(address _pair, bool _status)
setMaxWalletLimit(uint256 newLimit)
setSellFee(uint256 _developmentFee, uint256 _lpFee)
setSwapBackSettings(uint256 _threshold, bool _enabled, bool _limited)
setTxLimit(uint256 newLimit)
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)
SwapTokensForETH(uint256 amountIn, address[] path)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
receive()
This contract contains no error objects.