FarmAI Token
Verified contract
Active on
Ethereum with 62 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($3.94)
Native
Value
$3.94
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.001002 | $3,929.88 |
$3.94 | |
FAI | ERC-20 | 0.067743 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21125374 | a month ago | | | 0 | 0.00045665200 | |
| 19776773 | 7 months ago | | | 0 | 0.00060010774 | |
| 19753873 | 8 months ago | | | 0 | 0.00038541169 | |
| 19507257 | 9 months ago | | | 0 | 0.0016276875 | |
| 19503909 | 9 months ago | | | 0 | 0.00080070811 | |
| 19413690 | 9 months ago | | | 0 | 0.023220796 | |
| 19299326 | 10 months ago | | | 0 | 0.00090698571 | |
| 19276143 | 10 months ago | | | 0 | 0.0015957788 | |
| 19267137 | 10 months ago | | | 0 | 0.0010382697 | |
| 18520635 | a year ago | | | 0 | 0.0013904983 |
ABI
ABI objects
Getter at block 21399030
TOTAL_SUPPLY() view returns (uint256)
1000000000000000000000000
decimals() view returns (uint8)
18
fees() view returns (uint16 buyTeam, uint16 buyAutoLiquidity, uint16 buyTotal, uint16 sellTeam, uint16 sellAutoLiquidity, uint16 sellTotal, uint64 takeFeesTimestamp)
(buyTeam=300, buyAutoLiquidity=200, buyTotal=500, sellTeam=300, sellAutoLiquidity=200, sellTotal=500, takeFeesTimestamp=1690749047)
liquidationSettings() view returns (uint128 liquidationThreshold, uint16 percentageToLiquidate, bool inLiquidation, bool liquidationEnabled)
(liquidationThreshold=100000000000000000000, percentageToLiquidate=10000, inLiquidation=false, liquidationEnabled=true)
liquidityWallet() view returns (address)
0xa7f36bdcaeebc7816ac4e8df6af5d65261376b6a
name() view returns (string)
FarmAI Token
owner() view returns (address)
0xa7f36bdcaeebc7816ac4e8df6af5d65261376b6a
symbol() view returns (string)
FAI
teamWallet() view returns (address)
0xa7f36bdcaeebc7816ac4e8df6af5d65261376b6a
totalSupply() view returns (uint256)
1000000000000000000000000
tradingEnabled() view returns (bool)
true
uniswapRouter() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
extraFeeOnEarlySell(address) view returns (uint16)
ignoreFees(address) view returns (bool)
takeFees(address) view returns (bool)
tradingWhiteList(address) view returns (bool)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
recoverERC20(address token, uint256 balance)
recoverETH(uint256 balance)
renounceOwnership()
setFees(uint16 buyTeam, uint16 buyAutoLiquidity, uint16 sellTeam, uint16 sellAutoLiquidity)
setIgnoreFees(address target, bool ignoreFee)
setLiquidationSettings(uint128 liquidationThreshold, uint16 percentageToLiquidate, bool liquidationEnabled)
setLiquidityWallet(address _liquidityWallet)
setTakeFeeFor(address target, bool takeFee)
setTeamWallet(address _teamWallet)
startTrading()
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner)
whiteListTrade(address target, bool _canTrade)
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address uniswapRouterAddress)
receive()
This contract contains no error objects.