Farmstrong Seed
Verified contract
Active on
Base with 1,431 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
SEED | ERC-20 | 506.109631K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22402696 | 8 days ago | | | 0 | 0.0000017776527 | |
| 21476708 | a month ago | | | 0 | 1.8019000e-7 | |
| 21476703 | a month ago | | | 0 | 1.8019000e-7 | |
| 20246436 | 2 months ago | | | 0 | 2.4350000e-7 | |
| 15439709 | 6 months ago | | | 0 | 6.2647038e-7 | |
| 14172013 | 6 months ago | | | 0 | 0.00013046805 | |
| 14168786 | 6 months ago | | | 0 | 0.00012320969 | |
| 14168786 | 6 months ago | | | 0 | 0.00012317322 | |
| 14168783 | 6 months ago | | | 0 | 0.00012320969 | |
| 14166181 | 6 months ago | | | 0 | 0.00012317322 |
ABI
ABI objects
Getter at block 22757925
decimals() pure returns (uint8)
18
farmAddress() view returns (address)
0x88fadf229c6a94aa820a045906b16fd5f527f2b6
getAllPending() view returns (uint256)
6285116225321020629166
name() view returns (string)
Farmstrong Seed
owner() view returns (address)
0x714a37ce2ce77684a1c6dc4420a43a4807ccd00d
pairV2() view returns (address)
0x216ca18b2f823fdc07a83dce392793e17ca64b87
routerV2() view returns (address)
0x4cf76043b3f97ba06917cbd90f9e3a2aac1b306e
swapThreshold() view returns (uint256)
10000000000000000000000
symbol() view returns (string)
SEED
totalSupply() view returns (uint256)
100000000000000000000000000
tradeCooldownTime() view returns (uint256)
4
Read-only
AMMPairs(address) view returns (bool)
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
blacklisted(address) view returns (bool)
farmFees(uint256) view returns (uint16)
isExcludedFromFees(address) view returns (bool)
isExcludedFromLimits(address) view returns (bool)
lastTrade(address) view returns (uint256)
totalFees(uint256) view returns (uint16)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
blacklist(address account, bool isBlacklisted)
burn(uint256 amount)
burnFrom(address account, uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
excludeFromFees(address account, bool isExcluded)
excludeFromLimits(address account, bool isExcluded)
farmAddressSetup(address _newAddress)
farmFeesSetup(uint16 _buyFee, uint16 _sellFee, uint16 _transferFee)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
recoverERC20(address tokenAddress, uint256 amount)
renounceOwnership()
setAMMPair(address pair, bool isPair)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner)
updateSwapThreshold(uint256 _swapThreshold)
updateTradeCooldownTime(uint256 _tradeCooldownTime)
AMMPairsUpdated(address indexed AMMPair, bool isPair)
Approval(address indexed owner, address indexed spender, uint256 value)
BlacklistUpdated(address indexed account, bool isBlacklisted)
ExcludeFromFees(address indexed account, bool isExcluded)
ExcludeFromLimits(address indexed account, bool isExcluded)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RouterV2Updated(address indexed routerV2)
SwapThresholdUpdated(uint256 swapThreshold)
TradeCooldownTimeUpdated(uint256 tradeCooldownTime)
Transfer(address indexed from, address indexed to, uint256 value)
farmAddressUpdated(address farmAddress)
farmFeeSent(address recipient, uint256 amount)
farmFeesUpdated(uint16 buyFee, uint16 sellFee, uint16 transferFee)
constructor()
receive()
This contract contains no error objects.