AirTor Protocol
Verified contract
Active on
Ethereum with 105,258 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x7a25…488d
17 additional
variables
Balances ($2,480.90)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USDC | ERC-20 | 1.667958K | $0.999516 |
$1,667.15 | |
$PAAL | ERC-20 | 2.85K | $0.280801 |
$800.28 | |
RLB | ERC-20 | 127 | $0.068048 |
$8.64 | |
ANYONE | ERC-20 | 4.72 | $1.011 |
$4.77 | |
ZIK | ERC-20 | 333.333333 | $0.000145 |
$0.05 | |
ATOR | ERC-20 | 172.460586K | -- | -- | |
WHRH | ERC-20 | 12.036003K | -- | -- | |
WSF | ERC-20 | 0.95828 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21157423 | an hour ago | | | 0 | 0.00074859906 | |
| 21157266 | an hour ago | | | 0 | 0.00083459675 | |
| 21157090 | 2 hours ago | | | 0 | 0.00080372321 | |
| 21156811 | 3 hours ago | | | 0 | 0.00055522008 | |
| 21156805 | 3 hours ago | | | 0 | 0.00084090240 | |
| 21156769 | 3 hours ago | | | 0 | 0.00065115243 | |
| 21156761 | 3 hours ago | | | 0 | 0.0010026380 | |
| 21156525 | 4 hours ago | | | 0 | 0.00057675858 | |
| 21156517 | 4 hours ago | | | 0 | 0.00070294638 | |
| 21156507 | 4 hours ago | | | 0 | 0.00099166341 |
ABI
ABI objects
Getter at block 21157689
blockForPenaltyEnd() view returns (uint256)
16695299
botsCaught() view returns (uint256)
7
buyLiquidityFee() view returns (uint256)
0
buyOperationsFee() view returns (uint256)
1
buyTotalFees() view returns (uint256)
2
buyTreasuryFee() view returns (uint256)
1
decimals() view returns (uint8)
18
dexRouter() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
earlyBuyPenaltyInEffect() view returns (bool)
false
getEarlyBuyers() view returns (address[])
[0x7DF0d652FbcDb8ed18B6610FeD1aba752052aA7C, 0x2D3a17c84A9862903CFd163E5f7240C5306c705f, 0xf5A588f7e565ADf35d9acB60D4d0368544F67a6E, 0x9e04D413fd7170102Dd613aD4AC1FEa4538FbD30, 0xA1AC84EEFA30599c23150323f0f3489299c59DA1, 0xAB578EAA5A3855368e9649C096162C17DD01F611, 0xfC313997e5259770b3E79a2089944387872cfC9a]
limitsInEffect() view returns (bool)
false
lpPair() view returns (address)
0xa7480aafa8ad2af3ce24ac6853f960ae6ac7f0c4
markBotsEnabled() view returns (bool)
true
maxBuyAmount() view returns (uint256)
2000000000000000000000000
maxSellAmount() view returns (uint256)
2000000000000000000000000
maxWallet() view returns (uint256)
2000000000000000000000000
name() view returns (string)
AirTor Protocol
operationsAddress() view returns (address)
0x8feacb307e2c0fdbe63efcc74ea93742fc7287df
owner() view returns (address)
0x01a2ef3e4a692014fc71c26bfc7f0b75bfd03d0c
sellLiquidityFee() view returns (uint256)
0
sellOperationsFee() view returns (uint256)
0
sellTotalFees() view returns (uint256)
0
sellTreasuryFee() view returns (uint256)
0
swapEnabled() view returns (bool)
true
swapTokensAtAmount() view returns (uint256)
50000000000000000000000
symbol() view returns (string)
ATOR
tokensForLiquidity() view returns (uint256)
0
tokensForOperations() view returns (uint256)
0
tokensForTreasury() view returns (uint256)
0
totalSupply() view returns (uint256)
100000000000000000000000000
tradingActive() view returns (bool)
true
tradingActiveBlock() view returns (uint256)
16695293
transferDelayEnabled() view returns (bool)
true
treasuryAddress() view returns (address)
0x7cca2562ff85bdd45ed4bb99ccf32148ad45ea35
Read-only
_isExcludedMaxTransactionAmount(address) view returns (bool)
allowance(address owner, address spender) view returns (uint256)
automatedMarketMakerPairs(address) view returns (bool)
balanceOf(address account) view returns (uint256)
boughtEarly(address) view returns (bool)
identifiedBots(uint256) view returns (address)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
disableMarkBotsForever()
disableTransferDelay()
emergencyUpdateRouter(address router, bool _swapEnabled)
enableTrading(uint256 blocksForPenalty)
excludeFromFees(address account, bool excluded)
excludeFromMaxTransaction(address updAds, bool isEx)
forceSwapBack()
increaseAllowance(address spender, uint256 addedValue) returns (bool)
launch(uint256 blocksForPenalty)
markBoughtEarly(address wallet)
removeBoughtEarly(address wallet)
removeLimits()
renounceOwnership(bool confirmRenounce)
setAutomatedMarketMakerPair(address pair, bool value)
setOperationsAddress(address _operationsAddress)
setTaxFree(bool set)
setTreasuryAddress(address _treasuryAddress)
transfer(address recipient, uint256 amount) returns (bool)
transferForeignToken(address _token, address _to) returns (bool _sent)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
updateBuyFees(uint256 _operationsFee, uint256 _liquidityFee, uint256 _treasuryFee)
updateMaxBuyAmount(uint256 newNum)
updateMaxSellAmount(uint256 newNum)
updateMaxWalletAmount(uint256 newNum)
updateSellFees(uint256 _operationsFee, uint256 _liquidityFee, uint256 _treasuryFee)
updateSwapTokensAtAmount(uint256 newAmount)
withdrawStuckETH()
Approval(address indexed owner, address indexed spender, uint256 value)
BotBlocked(address sniper)
EnabledSelling()
EnabledTrading()
ExcludeFromFees(address indexed account, bool isExcluded)
MaxTransactionExclusion(address _address, bool excluded)
OwnerForcedSwapBack(uint256 timestamp)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SetAutomatedMarketMakerPair(address indexed pair, bool indexed value)
SwapAndLiquify(uint256 tokensSwapped, uint256 ethReceived, uint256 tokensIntoLiquidity)
Transfer(address indexed from, address indexed to, uint256 value)
TransferForeignToken(address token, uint256 amount)
UpdatedMaxBuyAmount(uint256 newAmount)
UpdatedMaxSellAmount(uint256 newAmount)
UpdatedMaxWalletAmount(uint256 newAmount)
UpdatedOperationsAddress(address indexed newWallet)
UpdatedPrivateMaxSell(uint256 amount)
UpdatedTreasuryAddress(address indexed newWallet)
constructor()
receive()
This contract contains no error objects.