Friendly Fractals N
Verified contract
Active on
Ethereum with 2,621 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 "Friendly Fractals N"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20571455 | 3 months ago | | | 0 | 0.000054304800 | |
| 20567624 | 3 months ago | | | 0 | 0.000053357780 | |
| 19513103 | 8 months ago | | | 0 | 0.0019335881 | |
| 19399493 | 8 months ago | | | 0 | 0.0032088873 | |
| 19377574 | 8 months ago | | | 0 | 0.0048015798 | |
| 19178064 | 9 months ago | | | 0 | 0.0019236041 | |
| 19023037 | 10 months ago | | | 0 | 0.00079221303 | |
| 19013171 | 10 months ago | | | 0 | 0.0012217807 | |
| 18910430 | a year ago | | | 0 | 0.00045532736 | |
| 18909911 | a year ago | | | 0 | 0.00023277610 |
ABI
ABI objects
Getter at block 21223784
addressN() view returns (address)
0x05a46f1e545526fb803ff974c790acea34d1f2d6
name() view returns (string)
Friendly Fractals N
symbol() view returns (string)
FRFRACN
totalSupply() view returns (uint256)
2100
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
uintToString(uint256 v) pure returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
mint(uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
transferFrom(address from, address to, uint256 tokenId)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(address addressOfN)
This contract contains no fallback and receive objects.
This contract contains no error objects.