Filter AI
Verified contract
Active on
Ethereum with 967 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($34,973.30)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
FILTER | ERC-20 | 2.705113M | $0.012929 |
$34,973.3 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21157589 | 38 minutes ago | | | 0 | 0.00094978983 | |
| 21157514 | an hour ago | | | 0 | 0.00089207378 | |
| 21153682 | 14 hours ago | | | 0 | 0.00062052573 | |
| 21152905 | 16 hours ago | | | 0 | 0.00069332160 | |
| 21152004 | 19 hours ago | | | 0 | 0.00060548002 | |
| 21149905 | a day ago | | | 0 | 0.00043184310 | |
| 21149187 | a day ago | | | 0 | 0.00048067202 | |
| 21149175 | a day ago | | | 0 | 0.00050245697 | |
| 21149162 | a day ago | | | 0 | 0.00052723463 | |
| 21149120 | a day ago | | | 0 | 0.00058233837 |
ABI
ABI objects
Getter at block 21157776
decimals() view returns (uint8)
18
devWallet() view returns (address)
0x69b8cc46797e79b5f33f4e7d2bba6281db99f054
maxTransfer() view returns (uint256)
100000000000000000000000000
name() view returns (string)
Filter AI
owner() view returns (address)
0x69b8cc46797e79b5f33f4e7d2bba6281db99f054
slippage() view returns (uint256)
200
swapTokensAtAmount() view returns (uint256)
10000000000000000000000000
symbol() view returns (string)
FILTER
taxFee() view returns (uint256)
4
totalSupply() view returns (uint256)
100000000000000000000000000
uniswapV2Pair() view returns (address)
0xaaf409e68d9cdc7b26cf1b3d6e6d4ca09f1aede3
uniswapV2Router() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isExcludedFromFees(address account) view returns (bool)
State-modifying
Events approve(address spender, uint256 value) returns (bool)
excludeFromFees(address account, bool excluded)
excludeMultipleAccountsFromFees(address[] accounts, bool excluded)
renounceOwnership()
setDevWallet(address wallet)
setMaxTransfer(uint256 _maxTransfer)
setSlippage(uint256 _slippage)
setSwapAtAmount(uint256 value)
setTaxFee(uint256 _taxFee)
setUniswapV2Router(address _router)
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
transferOwnership(address newOwner)
withdrawEther()
Approval(address indexed owner, address indexed spender, uint256 value)
DevWalletChanged(address indexed previousWallet, address indexed newWallet)
ExcludeFromFees(address indexed account, bool isExcluded)
ExcludeMultipleAccountsFromFees(address[] accounts, bool isExcluded)
Log(string message)
LogAddress(string message, address addr)
LogAmount(string message, uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SwapAndLiquify(uint256 tokensSwapped, uint256 ethReceived, uint256 tokensIntoLiquidity)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address _router, address _owner, address _multisig)
receive()
ERC20InsufficientAllowance(address spender, uint256 allowance, uint256 needed)
ERC20InsufficientBalance(address sender, uint256 balance, uint256 needed)
ERC20InvalidApprover(address approver)
ERC20InvalidReceiver(address receiver)
ERC20InvalidSender(address sender)
ERC20InvalidSpender(address spender)
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)