Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
7 additional
variables
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
SQUEEZE | ERC-20 | 1.333789K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17175113 | 2 years ago | | | 0 | 0.0046341049 | |
| 17160012 | 2 years ago | | | 0 | 0.0019357652 | |
| 16961305 | 2 years ago | | | 0 | 0.0010523983 | |
| 16939273 | 2 years ago | | | 0 | 0.0013152735 | |
| 16939201 | 2 years ago | | | 0 | 0.0012800607 | |
| 16819452 | 2 years ago | | | 0 | 0.0011203969 | |
| 16744625 | 2 years ago | | | 0 | 0.00096500470 | |
| 16728922 | 2 years ago | | | 0 | 0.0016634135 | |
| 16690669 | 2 years ago | | | 0 | 0.0012152960 | |
| 16688324 | 2 years ago | | | 0 | 0.0018950891 |
ABI
ABI objects
Getter at block 21315825
buyBurnFee() view returns (uint256)
7
buyDevFee() view returns (uint256)
3
buyTotalFees() view returns (uint256)
10
deadAddress() view returns (address)
0x000000000000000000000000000000000000dead
decimals() view returns (uint8)
18
delayDigit() view returns (uint256)
1
devWallet() view returns (address)
0xdba05e63171abe7ed7684b73de5dcd4856b6e0b6
limitsInEffect() view returns (bool)
true
maxTransactionAmount() view returns (uint256)
1090928359181220949927
maxWallet() view returns (uint256)
1090928359181220949927
name() view returns (string)
Squeeze
owner() view returns (address)
0x0000000000000000000000000000000000000000
sellBurnFee() view returns (uint256)
7
sellDevFee() view returns (uint256)
3
sellTotalFees() view returns (uint256)
10
supply() view returns (uint256)
54546417959061047496350
swapEnabled() view returns (bool)
true
swapTokensAtAmount() view returns (uint256)
27273208979530523748
symbol() view returns (string)
SQUEEZE
tokensForBurn() view returns (uint256)
0
tokensForDev() view returns (uint256)
1333789120770543250173
totalSupply() view returns (uint256)
54546417959061047496350
tradingActive() view returns (bool)
true
transDigit() view returns (uint256)
2
transferDelayEnabled() view returns (bool)
true
uniswapV2Pair() view returns (address)
0x67c398338c469b1503fdc932d9794bd1369b5d9c
uniswapV2Router() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
walletDigit() view returns (uint256)
2
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)
isExcludedFromFees(address account) view returns (bool)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
enableTrading()
excludeFromFees(address account, bool excluded)
excludeFromMaxTransaction(address updAds, bool isEx)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
renounceOwnership()
setAutomatedMarketMakerPair(address pair, bool value)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
updateBuyFees(uint256 _burnFee, uint256 _devFee)
updateDelayDigit(uint256 newNum)
updateDevWallet(address newWallet)
updateSellFees(uint256 _burnFee, uint256 _devFee)
updateTransDigit(uint256 newNum)
updateWalletDigit(uint256 newNum)
Approval(address indexed owner, address indexed spender, uint256 value)
ExcludeFromFees(address indexed account, bool isExcluded)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SetAutomatedMarketMakerPair(address indexed pair, bool indexed value)
Transfer(address indexed from, address indexed to, uint256 value)
UpdateUniswapV2Router(address indexed newAddress, address indexed oldAddress)
constructor()
receive()
This contract contains no error objects.