Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
INDEX | ERC-20 | 454.341427 | $3.16 |
$1,435.72 | |
FARM | ERC-20 | 0.288115 | $45.48 |
$13.1 | |
YFFC | ERC-20 | 100 | -- | -- | |
YFIN | ERC-20 | 7.55841 | -- | -- |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21157217 | an hour ago | | | 0 | 0.00068950653 | |
| 21157154 | 2 hours ago | | | 0 | 0.00096867863 | |
| 21157067 | 2 hours ago | | | 0 | 0.00056492158 | |
| 21157055 | 2 hours ago | | | 0 | 0.00093383944 | |
| 21156849 | 3 hours ago | | | 0 | 0.00069580027 | |
| 21156839 | 3 hours ago | | | 0 | 0.00068830691 | |
| 21156489 | 4 hours ago | | | 0 | 0.00038538758 | |
| 21156035 | 5 hours ago | | | 0 | 0.00053339960 | |
| 21155585 | 7 hours ago | | | 0 | 0.00064243736 | |
| 21154236 | 11 hours ago | | | 0 | 0.00040209979 |
ABI
ABI objects
Getter at block 21157631
DELEGATION_TYPEHASH() view returns (bytes32)
0xe48329057bfd03d55e49b547132e39cffd9c1820ad7b9d4c5307691425d15adf
DOMAIN_TYPEHASH() view returns (bytes32)
0x8cad95687ba82c2ce50e74f7b754645e5117c3a5bec8151c0726d5857980a866
decimals() view returns (uint8)
18
name() view returns (string)
Index
symbol() view returns (string)
INDEX
totalSupply() view returns (uint256)
10000000000000000000000000
Read-only
allowance(address account, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
checkpoints(address, uint32) view returns (uint32 fromBlock, uint96 votes)
delegates(address) view returns (address)
getCurrentVotes(address account) view returns (uint96)
getPriorVotes(address account, uint256 blockNumber) view returns (uint96)
nonces(address) view returns (uint256)
numCheckpoints(address) view returns (uint32)
State-modifying
Events approve(address spender, uint256 rawAmount) returns (bool)
delegate(address delegatee)
delegateBySig(address delegatee, uint256 nonce, uint256 expiry, uint8 v, bytes32 r, bytes32 s)
transfer(address dst, uint256 rawAmount) returns (bool)
transferFrom(address src, address dst, uint256 rawAmount) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 amount)
DelegateChanged(address indexed delegator, address indexed fromDelegate, address indexed toDelegate)
DelegateVotesChanged(address indexed delegate, uint256 previousBalance, uint256 newBalance)
Transfer(address indexed from, address indexed to, uint256 amount)
constructor(address account)
This contract contains no fallback and receive objects.
This contract contains no error objects.