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 "Ininkme"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16725445 | 2 years ago | | | 0 | 0.00092095061 | |
| 16631536 | 2 years ago | | | 0 | 0.0017139256 | |
| 16604551 | 2 years ago | | | 0 | 0.00043536201 | |
| 16380728 | 2 years ago | | | 0 | 0.0026511588 | |
| 16075266 | 2 years ago | | | 0 | 0.00048503711 | |
| 16034129 | 2 years ago | | | 0 | 0.00075090434 | |
| 15893553 | 2 years ago | | | 0 | 0.00062307121 | |
| 15893484 | 2 years ago | | | 0 | 0.00069848756 | |
| 15694133 | 2 years ago | | | 0 | 0.00022498555 | |
| 15600779 | 2 years ago | | | 0 | 0.00026508178 |
ABI
ABI objects
Getter at block 21218000
DOMAIN_SEPARATOR() view returns (bytes32)
0x90abe0f76cb06b6bba047f87dd7333f90d8197c02643afbcb6aeffa1cbc773dc
MINT_TYPEHASH() view returns (bytes32)
0x1c2b8a7f8e96191b2a87187d671b4673d314e3a6965fc91f499c66051061f118
_tokenBaseURI() view returns (string)
ipfs://QmcoyuiLUwLh1UUCEGLptJqEiG336Lo5WEF5XQV2x1NAwr/
name() view returns (string)
Ininkme
owner() view returns (address)
0x41d58937d5c39b0c053061327632ee449dff1816
salePhase() view returns (uint8)
2
symbol() view returns (string)
IM
tokenBaseURI() view returns (string)
ipfs://QmcoyuiLUwLh1UUCEGLptJqEiG336Lo5WEF5XQV2x1NAwr/
totalSupply() view returns (uint256)
187
whitelistMaxSupply() view returns (uint256)
600
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
isEIP712WhiteListed(bytes signature, uint256 amount, uint256 numberMinted) 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)
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)
setDefaultURI(string _default)
setSalePhase(uint8 _salePhase)
setWhitelistSigningAddress(address _signAddress)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
whitelistMint(uint256 amount, bytes signature)
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.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()