Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($2,728.95)
Native
Value
$2,728.95
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.82121 | $3,323.08 |
$2,728.95 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18907207 | a year ago | | | 0 | 0.00033874168 | |
| 18896554 | a year ago | | | 0 | 0.00059784000 | |
| 18893188 | a year ago | | | 0 | 0.00055468703 | |
| 18880865 | a year ago | | | 0 | 0.0012975805 | |
| 18834648 | a year ago | | | 0 | 0.00095544990 | |
| 18834647 | a year ago | | | 0 | 0.0010074686 | |
| 18823647 | a year ago | | | 0 | 0.00099064991 | |
| 17496839 | a year ago | | | 0 | 0.00064296844 | |
| 17304833 | 2 years ago | | | 0 | 0.00059534714 | |
| 17162728 | 2 years ago | | | 0 | 0.0019057126 |
ABI
ABI objects
Getter at block 21259725
MAX_N_TOKEN_ID() view returns (uint256)
8888
n() view returns (address)
0x05a46f1e545526fb803ff974c790acea34d1f2d6
name() view returns (string)
Flat-n
onlyNHolders() view returns (bool)
true
owner() view returns (address)
0x0bbedf43eb3aacb68037cad3700b10c9b2433e11
symbol() view returns (string)
flat-n
totalSupply() view returns (uint256)
1029
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)
State-modifying
Events approve(address to, uint256 tokenId)
mint(uint256 tokenId) payable
mintWithN(uint256 tokenId) payable
renounceOwnership()
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)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string name, string symbol, bool onlyNHolders)
This contract contains no fallback and receive objects.
This contract contains no error objects.