Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
2 additional
variables
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
SEED | ERC-20 | 9.12654K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 23002605 | 3 days ago | | | 0 | 0.0000016974579 | |
| 22910708 | 5 days ago | | | 0 | 0.0000012682364 | |
| 22372136 | 17 days ago | | | 0 | 0.0000016922292 | |
| 22342264 | 18 days ago | | | 0 | 6.8119737e-7 | |
| 22341817 | 18 days ago | | | 0 | 5.3138258e-7 | |
| 22341346 | 18 days ago | | | 0 | 4.1388538e-7 | |
| 22341240 | 18 days ago | | | 0 | 4.2674695e-7 | |
| 22127639 | 23 days ago | | | 0 | 5.1767960e-7 | |
| 22081936 | 24 days ago | | | 0 | 0.0000013124734 | |
| 22081847 | 24 days ago | | | 0 | 0.0000013254089 |
ABI
ABI objects
Getter at block 23113295
decimals() pure returns (uint8)
18
getAllPending() view returns (uint256)
9126540092717981184594
lpTokensReceiver() view returns (address)
0x0000000000000000000000000000000000000000
maxWalletAmount() view returns (uint256)
100000000000000000000000000
name() view returns (string)
Farmstrong
owner() view returns (address)
0x714a37ce2ce77684a1c6dc4420a43a4807ccd00d
pairV2() view returns (address)
0xbf61c798641a9afe9a8fae60d6a0054fb767f4f5
paused() view returns (bool)
false
routerV2() view returns (address)
0x327df1e6de05895d2ab08513aadd9313fe505d86
swapThreshold() view returns (uint256)
10000000000000000000000
symbol() view returns (string)
SEED
totalSupply() view returns (uint256)
100000000000000000000000000
tradeCooldownTime() view returns (uint256)
4
treasuryAddress() view returns (address)
0x88fadf229c6a94aa820a045906b16fd5f527f2b6
Read-only
AMMPairs(address) view returns (bool)
allowance(address owner, address spender) view returns (uint256)
autoBurnFees(uint256) view returns (uint16)
balanceOf(address account) view returns (uint256)
blacklisted(address) view returns (bool)
isExcludedFromFees(address) view returns (bool)
isExcludedFromLimits(address) view returns (bool)
lastTrade(address) view returns (uint256)
liquidityFees(uint256) view returns (uint16)
totalFees(uint256) view returns (uint16)
treasuryFees(uint256) view returns (uint16)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
autoBurnFeesSetup(uint16 _buyFee, uint16 _sellFee, uint16 _transferFee)
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)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
liquidityFeesSetup(uint16 _buyFee, uint16 _sellFee, uint16 _transferFee)
lpTokensReceiverSetup(address _newAddress)
pause()
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)
treasuryAddressSetup(address _newAddress)
treasuryFeesSetup(uint16 _buyFee, uint16 _sellFee, uint16 _transferFee)
unpause()
updateMaxWalletAmount(uint256 _maxWalletAmount)
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)
LpTokensReceiverUpdated(address lpTokensReceiver)
MaxWalletAmountUpdated(uint256 maxWalletAmount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
RouterV2Updated(address indexed routerV2)
SwapThresholdUpdated(uint256 swapThreshold)
TradeCooldownTimeUpdated(uint256 tradeCooldownTime)
Transfer(address indexed from, address indexed to, uint256 value)
Unpaused(address account)
autoBurnFeesUpdated(uint16 buyFee, uint16 sellFee, uint16 transferFee)
autoBurned(uint256 amount)
liquidityAdded(uint256 amountToken, uint256 amountCoin, uint256 liquidity)
liquidityFeesUpdated(uint16 buyFee, uint16 sellFee, uint16 transferFee)
treasuryAddressUpdated(address treasuryAddress)
treasuryFeeSent(address recipient, uint256 amount)
treasuryFeesUpdated(uint16 buyFee, uint16 sellFee, uint16 transferFee)
constructor()
receive()
This contract contains no error objects.