The Bird Killer
Verified contract
Active on
Ethereum with 197 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 2 additional slots
2 additional
variables
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
MEOW | ERC-20 | 104.994788B | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18910884 | 10 months ago | | | 0 | 0.00046543019 | |
| 16278493 | 2 years ago | | | 0 | 0.0011456201 | |
| 14717029 | 3 years ago | | | 0 | 0.0016016856 | |
| 14680143 | 3 years ago | | | 0 | 0.0065066274 | |
| 14671665 | 3 years ago | | | 0 | 0.0013764967 | |
| 14665425 | 3 years ago | | | 0 | 0.0014316943 | |
| 14662390 | 3 years ago | | | 0 | 0.0021642243 | |
| 14662390 | 3 years ago | | | 0 | 0.0021875263 | |
| 14662379 | 3 years ago | | | 0 | 0.0029679754 | |
| 14662350 | 3 years ago | | | 0 | 0.0030054217 |
ABI
ABI objects
Getter at block 21184401
DEAD() view returns (address)
0x000000000000000000000000000000000000dead
_hasLiqBeenAdded() view returns (bool)
true
_ratios() view returns (uint16 marketing, uint16 buyback, uint16 treasury, uint16 totalSwap)
(marketing=600, buyback=300, treasury=100, totalSwap=1000)
_taxRates() view returns (uint16 buyFee, uint16 sellFee, uint16 transferFee)
(buyFee=1000, sellFee=1000, transferFee=300)
_taxWallets() view returns (address marketing, address buyback, address treasury)
(marketing=0x9538187720993990e9f9ab773052be9d1cfc5cdb, buyback=0xced08c1713cb311db49a19577b4fbe045455568e, treasury=0x6b920c2c94da80016cd30d5bb72b19e788e25675)
contractSwapEnabled() view returns (bool)
true
decimals() pure returns (uint8)
9
dexRouter() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
getBlockCooldown() view returns (bool, uint8)
(true, 0)
getMaxTX() view returns (uint256)
999999999999
getMaxWallet() view returns (uint256)
999999999999
getOwner() view returns (address)
0x0000000000000000000000000000000000000000
getOwnerPartial() view returns (address)
0x0000000000000000000000000000000000000000
lpPair() view returns (address)
0x7a1589380103ad83bbd992c4875ec3256196ea7c
maxBuyTaxes() view returns (uint256)
2000
maxSellTaxes() view returns (uint256)
2000
maxTransferTaxes() view returns (uint256)
2000
name() pure returns (string)
The Bird Killer
piContractSwapsEnabled() view returns (bool)
false
piSwapPercent() view returns (uint256)
0
swapAmount() view returns (uint256)
2499999999997500000
swapThreshold() view returns (uint256)
999999999999000000
symbol() pure returns (string)
MEOW
totalSupply() pure returns (uint256)
999999999999000000000
tradingEnabled() view returns (bool)
true
Read-only
allowance(address holder, address spender) view returns (uint256)
balanceOf(address account) 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()
multiSendTokens(address[] accounts, uint256[] amounts)
removeSniper(address account)
renounceOwnership()
renouncePartialOwnership()
setBlacklistEnabled(address account, bool enabled)
setBlacklistEnabledMultiple(address[] accounts, bool enabled)
setContractSwapEnabled(bool swapEnabled, bool priceImpactSwapEnabled)
setCooldown(uint8 amount)
setExcludedFromFees(address account, bool enabled)
setExcludedFromLimits(address account, bool enabled)
setExcludedFromProtection(address account, bool enabled)
setInitializer(address initializer)
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 buyback, uint16 treasury)
setSwapSettings(uint256 thresholdPercent, uint256 thresholdDivisor, uint256 amountPercent, uint256 amountDivisor)
setTaxes(uint16 buyFee, uint16 sellFee, uint16 transferFee)
setWallets(address marketing, address buyback, address treasury)
sweepContingency()
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwner(address newOwner)
transferPartialOwner(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)
PartialOwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
receive()
This contract contains no error objects.