TaxFarm.ing
Verified contract
Active on
Ethereum with 7,441 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "TaxFarm.ing"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21243702 | 10 hours ago | | | 0 | 0.00067415541 | |
| 21243701 | 10 hours ago | | | 0 | 0.00066727026 | |
| 21242104 | 15 hours ago | | | 0 | 0.00061728576 | |
| 21242104 | 15 hours ago | | | 0 | 0.00061728576 | |
| 21239198 | a day ago | | | 0 | 0.00035209668 | |
| 21225953 | 3 days ago | | | 0 | 0.00082936755 | |
| 21209468 | 5 days ago | | | 0 | 0.00075026155 | |
| 21208089 | 5 days ago | | | 0 | 0.00033845260 | |
| 21208067 | 5 days ago | | | 0 | 0.00033372334 | |
| 21208013 | 5 days ago | | | 0 | 0.00029351221 |
ABI
ABI objects
Getter at block 21246684
MAX_TX_AMOUNT() view returns (uint256)
10000000000000000000000000
MAX_WALLET_AMOUNT() view returns (uint256)
30000000000000000000000000
WETH() view returns (address)
0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2
decimals() view returns (uint8)
18
feeRecipient() view returns (address)
0xa8c6524fe3647b7915a2ae36ea861a638fa481f5
feesTier() view returns (uint8)
2
launchTimestamp() view returns (uint256)
1725481847
limitsActive() view returns (bool)
false
name() view returns (string)
TaxFarm.ing
owner() view returns (address)
0x0000000000000000000000000000000000000000
stakingContract() view returns (address)
0x940fb21c8d673e9afc69af643e5820cb4026c7fa
symbol() view returns (string)
FARM
totalSupply() view returns (uint256)
1000000000000000000000000000
transferTaxActive() view returns (bool)
false
uniswapFactory() view returns (address)
0x5c69bee701ef814a2b6a3edd4b1652cb9cc5aa6f
uniswapPair() view returns (address)
0x7a564eb54e8b2244e5bb7c394e75f455e8a1e99d
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
launch() payable
removeFees()
removeTransferTax()
renounceOwnership()
setFeeRecipient(address _feeRecipient)
setStaking(address _stakingContract)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
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()
This contract contains no fallback and receive objects.
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)