Non-Fungible Yearn
Verified contract
Active on
Ethereum with 9 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 "Non-Fungible Yearn"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 11023912 | 4 years ago | | | 0 | 0.0024034860 | |
| 11018105 | 4 years ago | | | 0 | 0.0019451960 | |
| 11018079 | 4 years ago | | | 0 | 0.0026525400 | |
Transfer | 11017977 | 4 years ago | | | 0.25 | 0.0021000000 | |
| 11017783 | 4 years ago | | | 0 | 0.0025682400 | |
| 11017782 | 4 years ago | | | 0 | 0.0061668000 | |
| 11017781 | 4 years ago | | | 0 | 0.0043682400 | |
| 11017780 | 4 years ago | | | 0 | 0.0061682400 | |
| 11017777 | 4 years ago | | | 0 | 0.0038204400 |
ABI
ABI objects
Getter at block 21388168
cap() view returns (uint256)
100000000000000000000000
contractAddress() view returns (address)
0xaff932bbeb7553d0ba2eb0c0e26550fa93083a07
decimals() view returns (uint8)
18
name() view returns (string)
Non-Fungible Yearn
owner() view returns (address)
0x5530fb19c22b1b410708b0a9fd230c714cba12ed
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.