Swing DAO
Verified contract
Active on
Ethereum with 1,474 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x9b38…508b
5 additional
variables
Balances ($13.96)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USDT | ERC-20 | 13.9551 | $1.00 |
$13.96 | |
Bandex | ERC-20 | 100.957601M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21204149 | 15 days ago | | | 0 | 0.00049245660 | |
| 21070326 | a month ago | | | 0 | 0.00025934946 | |
| 21068716 | a month ago | | | 0 | 0.00056391462 | |
| 20666764 | 3 months ago | | | 0 | 0.000029109032 | |
| 20653273 | 3 months ago | | | 0 | 0.000029988942 | |
| 20641500 | 3 months ago | | | 0 | 0.000056214991 | |
| 20356219 | 4 months ago | | | 0 | 0.00013946433 | |
| 20349182 | 4 months ago | | | 0 | 0.00022038629 | |
| 20256925 | 5 months ago | | | 0 | 0.000068540583 | |
| 20251475 | 5 months ago | | | 0 | 0.00014404454 |
ABI
ABI objects
Getter at block 21314713
autoSwapTax() view returns (bool)
false
buyTax() view returns (uint256)
300
decimals() view returns (uint8)
18
enableBlockLogProtection() view returns (bool)
false
enableSniperBlocking() view returns (bool)
true
isTradingEnabled() view returns (bool)
true
launchBlock() view returns (uint256)
15769788
launchTime() view returns (uint256)
1666033391
launched() view returns (bool)
true
maxGasLimit() view returns (uint256)
0
minimumTimeBetweenSwaps() view returns (uint256)
300
minimumTokensBeforeSwap() view returns (uint256)
1000000000000000000000
name() view returns (string)
Swing DAO
owner() view returns (address)
0x000000000000000000000000000000000000dead
sellTax() view returns (uint256)
300
snipersCaught() view returns (uint256)
0
symbol() view returns (string)
SWING
taxDistributorAddress() view returns (address)
0x9b383bfa4c2463a6963dbc50d6767efeacf0508b
totalSupply() view returns (uint256)
1491936455759756540182749685
Read-only
ableToBurn(address) view returns (bool)
allowance(address _owner, address spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256)
canAlwaysTrade(address) view returns (bool)
exchanges(address) view returns (bool)
excludedFromSelling(address) view returns (bool)
excludedFromTax(address) view returns (bool)
isNeverSniper(address) view returns (bool)
isSniper(address) view returns (bool)
transactionBlockLog(address) view returns (uint256)
State-modifying
Events approve(address spender, uint256 value) returns (bool)
burn(address account, uint256 value)
changeOwner(address who)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
launch()
removeBnb()
runSwapManually()
setAbleToBurn(address who, bool enabled)
setBlockLogProtection(bool enabled)
setBuyTax(string taxName, uint256 taxAmount)
setCanAlwaysTrade(address who, bool enabled)
setExchange(address who, bool isExchange)
setExcludedFromSelling(address who, bool isExcluded)
setExcludedFromTax(address who, bool enabled)
setIsSniper(address who, bool enabled)
setMaxGasLimit(uint256 amount)
setNeverSniper(address who, bool enabled)
setSellTax(string taxName, uint256 taxAmount)
setSniperBlocking(bool enabled)
setTaxDistributionThresholds(uint256 minAmount, uint256 minTime)
setTaxWallet(string taxName, address wallet)
setTradingEnabled(bool enabled)
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
transferTokens(address token, address to) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
ConfigurationChanged(address indexed owner, string option)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.