Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($234.55)
Native
Value
$234.55
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.074 | $3,169.53 |
$234.55 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16664862 | 2 years ago | | | 0 | 0.0010382467 | |
| 16122220 | 2 years ago | | | 0 | 0.00058118825 | |
| 15857981 | 2 years ago | | | 0 | 0.00040959857 | |
| 15807983 | 2 years ago | | | 0 | 0.00058984696 | |
| 15807240 | 2 years ago | | | 0 | 0.00060209600 | |
| 15806796 | 2 years ago | | | 0 | 0.00069789952 | |
| 15806679 | 2 years ago | | | 0 | 0.00061447986 | |
| 15806516 | 2 years ago | | | 0 | 0.00073700044 | |
| 15806425 | 2 years ago | | | 0 | 0.00071949312 | |
| 15806417 | 2 years ago | | | 0 | 0.00074595875 |
ABI
ABI objects
Getter at block 21177600
MAX_MINT_PER_TX() view returns (uint256)
50
MAX_TOKENS() view returns (uint256)
888
baseExtesion() view returns (string)
.json
baseUri() view returns (string)
ipfs://QmStrP353QfMTAC2yWJSpoqnqQ6Ad1zteUPxAEmbeLRuVW/
isSaleActive() view returns (bool)
false
name() view returns (string)
Fumiko
owner() view returns (address)
0x6ee9f6a1c5ca4db474b34e9e401d6b92a5daa925
price() view returns (uint256)
1
symbol() view returns (string)
NFT
totalSupply() view returns (uint256)
888
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)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
flipSaleState()
mint(uint256 _numTokens) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setApprovalForAll(address operator, bool approved)
setBaseUri(string _baseUri)
setPrice(uint256 _price)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdrawAll() payable
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()
This contract contains no fallback and receive objects.
This contract contains no error objects.