0xScans
Verified contract
Active on
Ethereum with 5,669 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 4 additional slots
4 additional
variables
Balances ($22.15)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
SCANS | ERC-20 | 4.404034K | $0.00503 |
$22.15 | |
WEBAI | ERC-20 | 36.479949 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21266633 | 14 hours ago | | | 0 | 0.00086829190 | |
| 21264714 | 21 hours ago | | | 0 | 0.00049909699 | |
| 21264604 | 21 hours ago | | | 0 | 0.00065625670 | |
| 21260805 | a day ago | | | 0 | 0.00067944825 | |
| 21260789 | a day ago | | | 0 | 0.00094125308 | |
| 21260652 | a day ago | | | 0 | 0.00025500908 | |
| 21260622 | a day ago | | | 0 | 0.00043817895 | |
| 21251336 | 3 days ago | | | 0 | 0.0024338881 | |
| 21251281 | 3 days ago | | | 0 | 0.0010249805 | |
| 21250763 | 3 days ago | | | 0 | 0.0014486755 |
ABI
ABI objects
Getter at block 21270864
DEAD() view returns (address)
0x000000000000000000000000000000000000dead
_hasLiqBeenAdded() view returns (bool)
true
_ratios() view returns (uint16 marketing, uint16 development, uint16 sales, uint16 manualBuybackLP, uint16 team, uint16 totalSwap)
(marketing=1, development=1, sales=1, manualBuybackLP=1, team=1, totalSwap=5)
_taxRates() view returns (uint16 buyFee, uint16 sellFee, uint16 transferFee)
(buyFee=500, sellFee=500, transferFee=0)
_taxWallets() view returns (address marketing, address development, address sales, address manualBuybackLP, address team)
(marketing=0x37eed540ff1c1be591cd31d206d35d82178ccf8d, development=0x883ff095c6bdcae0cddebf360286268858b1fc1c, sales=0x183fc2f0f7b5bbb0006d2e7089f15151902a639e, manualBuybackLP=0xd20c7eec5bfa0bbf9c9731c3c8645e0f7c1a16bb, team=0xfb36163c602978b2144ea2dfb258b1dd81a21e17)
blacklistRenounced() view returns (bool)
false
contractSwapEnabled() view returns (bool)
true
decimals() pure returns (uint8)
18
dexRouter() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
getCirculatingSupply() view returns (uint256)
74497477968320589619591181
getMaxTX() view returns (uint256)
10000000
getMaxWallet() view returns (uint256)
10000000
getOwner() view returns (address)
0x4258ae07b85014faa18f4948a715feaa77b9ab32
launchStamp() view returns (uint256)
1706839307
lpPair() view returns (address)
0xb7a86c60d4c295516010a6a868f042ade96bfbf5
maxBuyTaxes() view returns (uint256)
3000
maxSellTaxes() view returns (uint256)
3000
maxTransferTaxes() view returns (uint256)
3000
name() pure returns (string)
0xScans
piContractSwapsEnabled() view returns (bool)
false
piSwapPercent() view returns (uint256)
10
swapAmount() view returns (uint256)
61500000000000000000000
swapThreshold() view returns (uint256)
20500000000000000000000
symbol() pure returns (string)
SCANS
taxesAreLocked() view returns (bool)
false
totalSupply() pure returns (uint256)
100000000000000000000000000
tradingEnabled() view returns (bool)
true
Read-only
allowance(address holder, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
getTokenAmountAtPriceImpact(uint256 priceImpactInHundreds) view returns (uint256)
isBlacklisted(address account) view returns (bool)
isExcludedFromFees(address account) view returns (bool)
isExcludedFromLimits(address account) view returns (bool)
isExcludedFromProtection(address account) view returns (bool)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
approveContractContingency() returns (bool)
enableTrading()
lockTaxes()
multiSendTokens(address[] accounts, uint256[] amounts)
removeBlacklisted(address account)
removeSniper(address account)
renounceBlacklist()
renounceOwnership()
setBlacklistEnabled(address account, bool enabled)
setBlacklistEnabledMultiple(address[] accounts, bool enabled)
setContractSwapEnabled(bool swapEnabled, bool priceImpactSwapEnabled)
setExcludedFromFees(address account, bool enabled)
setExcludedFromLimits(address account, bool enabled)
setExcludedFromProtection(address account, bool enabled)
setInitializer(address init)
setLpPair(address pair, bool enabled)
setMaxTxPercent(uint256 percent, uint256 divisor)
setMaxWalletSize(uint256 percent, uint256 divisor)
setNewRouter(address newRouter)
setPriceImpactSwapAmount(uint256 priceImpactSwapPercent)
setProtectionSettings(bool _antiSnipe, bool _antiBlock)
setRatios(uint16 marketing, uint16 development, uint16 sales, uint16 manualBuybackLP, uint16 team)
setSwapSettings(uint256 thresholdPercent, uint256 thresholdDivisor, uint256 amountPercent, uint256 amountDivisor)
setTaxes(uint16 buyFee, uint16 sellFee, uint16 transferFee)
setWallets(address marketing, address development, address sales, address manualBuybackLP, address team)
sweepContingency()
sweepExternalTokens(address token)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwner(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
AutoLiquify(uint256 amountCurrency, uint256 amountTokens)
ContractSwapEnabledUpdated(bool enabled)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
receive()
This contract contains no error objects.