SuperFarm
Verified contract
Active on
Ethereum with 285,732 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($301,579.01)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
SUPER | ERC-20 | 232.082236K | $1.21 |
$280,819.51 | |
ILV | ERC-20 | 389.940009 | $42.52 |
$16,580.25 | |
USDC | ERC-20 | 1.91593K | $1.001 |
$1,917.85 | |
USDT | ERC-20 | 1.212379K | $1.002 |
$1,214.8 | |
1INCH | ERC-20 | 1.555136K | $0.336292 |
$522.98 | |
MANA | ERC-20 | 422.413613 | $0.425224 |
$179.62 | |
IMX | ERC-20 | 95.589933 | $1.35 |
$129.05 | |
FET | ERC-20 | 100 | $1.23 |
$123 | |
MATIC | ERC-20 | 146.6 | $0.469491 |
$68.83 | |
SUSHI | ERC-20 | 14.667634 | $0.776296 |
$11.39 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21245322 | 2 minutes ago | | | 0 | 0.00053592671 | |
| 21245274 | 11 minutes ago | | | 0 | 0.00083647393 | |
| 21245271 | 12 minutes ago | | | 0 | 0.00063002623 | |
| 21245242 | 18 minutes ago | | | 0 | 0.00050420926 | |
| 21245206 | 25 minutes ago | | | 0 | 0.00058915860 | |
| 21245178 | 31 minutes ago | | | 0 | 0.0010482896 | |
| 21245154 | 35 minutes ago | | | 0 | 0.0010411227 | |
| 21245126 | 41 minutes ago | | | 0 | 0.0010988348 | |
| 21245111 | 44 minutes ago | | | 0 | 0.0011813603 | |
| 21245095 | an hour ago | | | 0 | 0.00067080928 |
ABI
ABI objects
Getter at block 21245329
DELEGATION_TYPEHASH() view returns (bytes32)
0xe48329057bfd03d55e49b547132e39cffd9c1820ad7b9d4c5307691425d15adf
DOMAIN_TYPEHASH() view returns (bytes32)
0x8cad95687ba82c2ce50e74f7b754645e5117c3a5bec8151c0726d5857980a866
cap() view returns (uint256)
1000000000000000000000000000
decimals() view returns (uint8)
18
name() view returns (string)
SuperFarm
owner() view returns (address)
0x42f7c51be14cac4c7fe70dcbef7ceff62e130137
symbol() view returns (string)
SUPER
totalSupply() view returns (uint256)
999998077416917273445203134
version() view returns (uint256)
1
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
checkpoints(address, uint32) view returns (uint32 fromBlock, uint256 votes)
delegates(address delegator) view returns (address)
getCurrentVotes(address account) view returns (uint256)
getPriorVotes(address account, uint256 blockNumber) view returns (uint256)
nonces(address) view returns (uint256)
numCheckpoints(address) view returns (uint32)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
burn(uint256 amount)
burnFrom(address account, uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
delegate(address delegatee)
delegateBySig(address delegatee, uint256 nonce, uint256 expiry, uint8 v, bytes32 r, bytes32 s)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(address _to, uint256 _amount)
renounceOwnership()
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)
DelegateChanged(address indexed delegator, address indexed fromDelegate, address indexed toDelegate)
DelegateVotesChanged(address indexed delegate, uint256 previousBalance, uint256 newBalance)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(string _name, string _ticker, uint256 _cap)
This contract contains no fallback and receive objects.
This contract contains no error objects.