Non-Fungible Yearn
Verified contract
Active on
Ethereum with 15,409 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($159.04)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
SMARTCREDIT | ERC-20 | 476.830253 | $0.333544 |
$159.04 | |
TATR | ERC-20 | 10.1K | -- | -- | |
NFY | ERC-20 | 38.649562 | -- | -- | |
ETHMNY | ERC-20 | 3.87 | -- | -- | |
BRAIN | ERC-20 | 0.00341 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21227810 | 4 days ago | | | 0 | 0.00024643786 | |
| 21225595 | 4 days ago | | | 0 | 0.00046495090 | |
| 21212846 | 6 days ago | | | 0 | 0.00056836834 | |
| 21199752 | 8 days ago | | | 0 | 0.00055186329 | |
| 21195139 | 9 days ago | | | 0 | 0.00081172588 | |
| 21060629 | a month ago | | | 0 | 0.00030210510 | |
| 20955379 | a month ago | | | 0 | 0.00044908544 | |
| 20856961 | 2 months ago | | | 0 | 0.00044343149 | |
| 20856939 | 2 months ago | | | 0 | 0.00040569102 | |
| 20798927 | 2 months ago | | | 0 | 0.00032189606 |
ABI
ABI objects
Getter at block 21256599
cap() view returns (uint256)
100000000000000000000000
contractAddress() view returns (address)
0x1cbb83ebcd552d5ebf8131ef8c9cd9d9bab342bc
decimals() view returns (uint8)
18
name() view returns (string)
Non-Fungible Yearn
owner() view returns (address)
0xfeedc450742ac0d9bb38341d9939449e3270f76f
symbol() view returns (string)
NFY
totalSupply() view returns (uint256)
100000000000000000000000
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)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address _owner)
Approval(address indexed owner, address indexed spender, uint256 value)
Transfer(address indexed from, address indexed to, uint256 value)
TransferredOwnership(address _previous, address _next, uint256 _time)
constructor(string name, string symbol, uint256 _totalSupply)
This contract contains no fallback and receive objects.
This contract contains no error objects.