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 |
---|---|---|---|---|---|
ETHFARM | ERC-20 | 5.683505K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20274461 | 4 months ago | | | 0 | 0.000088879325 | |
| 19171606 | 9 months ago | | | 0 | 0.0015111278 | |
| 19124825 | 10 months ago | | | 0 | 0.00082375725 | |
| 19123401 | 10 months ago | | | 0 | 0.00095361920 | |
| 19123330 | 10 months ago | | | 0 | 0.0010446261 | |
| 19123313 | 10 months ago | | | 0 | 0.0011656072 | |
| 19123303 | 10 months ago | | | 0 | 0.0011329698 | |
| 19123303 | 10 months ago | | | 0 | 0.0011329698 | |
| 19123303 | 10 months ago | | | 0 | 0.0011329698 | |
| 19123303 | 10 months ago | | | 0 | 0.0011329698 |
ABI
ABI objects
Getter at block 21205493
_fees() view returns (uint8 buyTotalFees, uint8 buyMarketingFee, uint8 buyDevFee, uint8 buyLiquidityFee, uint8 sellTotalFees, uint8 sellMarketingFee, uint8 sellDevFee, uint8 sellLiquidityFee)
(buyTotalFees=15, buyMarketingFee=15, buyDevFee=0, buyLiquidityFee=0, sellTotalFees=25, sellMarketingFee=20, sellDevFee=5, sellLiquidityFee=0)
decimals() view returns (uint8)
9
devWallet() view returns (address)
0x7235c446f6f1974bda078412e235694fd74cd04f
isSwapping() view returns (bool)
false
name() view returns (string)
ETH Farm
owner() view returns (address)
0x7235c446f6f1974bda078412e235694fd74cd04f
router() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
swapEnabled() view returns (bool)
true
symbol() view returns (string)
ETHFARM
tokensForDev() view returns (uint256)
57895182051
tokensForLiquidity() view returns (uint256)
0
tokensForMarketing() view returns (uint256)
389006493215
totalSupply() view returns (uint256)
100000000000000
uniswapV2Pair() view returns (address)
0x6b281857f44ebc9f2c73a3ba02054824633e22ae
Read-only
_isExcludedMaxTransactionAmount(address) view returns (bool)
_isExcludedMaxWalletAmount(address) view returns (bool)
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isExcludedFromFees(address account) view returns (bool)
marketPair(address) view returns (bool)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
excludeFromFees(address account, bool excluded)
excludeFromMaxTransaction(address updAds, bool isEx)
excludeFromWalletLimit(address account, bool excluded)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
renounceOwnership()
rescueERC20(address tokenAdd, uint256 amount)
rescueETH(uint256 weiAmount)
setMarketPair(address pair, bool value)
setWallets(address _marketingWallet, address _devWallet)
swapTrading()
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
updateFees(uint8 _marketingFeeBuy, uint8 _liquidityFeeBuy, uint8 _devFeeBuy, uint8 _marketingFeeSell, uint8 _liquidityFeeSell, uint8 _devFeeSell)
updateMaxTxnAmount(uint256 newMaxBuy, uint256 newMaxSell)
updateMaxWalletAmount(uint256 newPercentage)
updateThresholdSwapAmount(uint256 newAmount) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SwapAndLiquify(uint256 tokensSwapped, uint256 ethReceived)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
receive()
This contract contains no error objects.