FARM Reward Token
Verified contract
Active on
Ethereum with 124,011 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($27,046.42)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ELON | ERC-20 | 56.494468B | $0.00 |
$10,620.96 | |
FARM | ERC-20 | 204.832119 | $50.61 |
$10,366.55 | |
0x9f8f…79a2 | ERC-20 | 1.869167 | $1,621.43 |
$3,030.72 | |
CRV | ERC-20 | 2.493905K | $0.454686 |
$1,133.94 | |
LINK | ERC-20 | 68.323446 | $15.75 |
$1,076.09 | |
SUSHI | ERC-20 | 742.833155 | $0.796791 |
$591.88 | |
USDT | ERC-20 | 175.448951 | $1.002 |
$175.8 | |
USDC | ERC-20 | 50 | $0.999762 |
$49.99 | |
GRT | ERC-20 | 2 | $0.234516 |
$0.47 | |
UMI | ERC-20 | 10K | $0.000001 |
$0.01 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21246229 | 5 minutes ago | | | 0 | 0.00054880603 | |
| 21246229 | 5 minutes ago | | | 0 | 0.00054880603 | |
| 21246203 | 11 minutes ago | | | 0 | 0.0010545384 | |
| 21246196 | 12 minutes ago | | | 0 | 0.0010661824 | |
| 21245827 | an hour ago | | | 0 | 0.00085284757 | |
| 21245582 | 2 hours ago | | | 0 | 0.00054041058 | |
| 21244916 | 4 hours ago | | | 0 | 0.00039544912 | |
| 21244875 | 5 hours ago | | | 0 | 0.00072748967 | |
| 21244384 | 6 hours ago | | | 0 | 0.00043478003 | |
| 21244366 | 6 hours ago | | | 0 | 0.00043945827 |
ABI
ABI objects
Getter at block 21246254
HARD_CAP() view returns (uint256)
5000000000000000000000000
cap() view returns (uint256)
5000000000000000000000000
decimals() view returns (uint8)
18
governance() view returns (address)
0xf066789028fe31d4f53b69b81b328b8218cc0641
name() view returns (string)
FARM Reward Token
store() view returns (address)
0xc95cbe4ca30055c787cb784be99d6a8494d0d197
symbol() view returns (string)
FARM
totalSupply() view returns (uint256)
705290230000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isMinter(address account) view returns (bool)
State-modifying
Events addMinter(address _minter)
approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(address account, uint256 amount) returns (bool)
renounceMinter()
setStorage(address _store)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
MinterAdded(address indexed account)
MinterRemoved(address indexed account)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address _storage)
This contract contains no fallback and receive objects.
This contract contains no error objects.