Mini KOYE
Verified contract
Active on
Ethereum with 7,236 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 "Mini KOYE"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20319292 | 5 months ago | | | 0 | 0.00019929721 | |
| 19830450 | 7 months ago | | | 0 | 0.00011063222 | |
| 19830449 | 7 months ago | | | 0 | 0.00011620915 | |
| 19744268 | 7 months ago | | | 0 | 0.00013385361 | |
| 19501307 | 9 months ago | | | 0 | 0.00038124115 | |
| 19050114 | a year ago | | | 0 | 0.00033557285 | |
| 18982027 | a year ago | | | 0 | 0.00057494449 | |
| 18982020 | a year ago | | | 0 | 0.00055023433 | |
| 18982019 | a year ago | | | 0 | 0.00050654342 | |
| 18799278 | a year ago | | | 0 | 0.0015039119 |
ABI
ABI objects
Getter at block 21382401
Price() view returns (uint256)
50000000000000000
TotalNum() view returns (uint256)
10000
WhiteListNum() view returns (uint256)
0
hiddenMetadataUri() view returns (string)
ipfs://QmQ6h22qbEPGwWqFh9MP7se7F49r7S151ReDAsu7f9pnHn
name() view returns (string)
Mini KOYE
nextOwnerToExplicitlySet() view returns (uint256)
0
owner() view returns (address)
0x8f5be6ee538c8e4b2bcfbf51d824cb9d294d1567
publicMintEnabled() view returns (bool)
false
revealed() view returns (bool)
true
root() view returns (bytes32)
0x771aa609f3edb035a5ef18c43146d547d6a64cdeb31fcaa7b79aec24ce36f014
symbol() view returns (string)
MKY
totalSupply() view returns (uint256)
2000
whitelistMintEnabled() view returns (bool)
true
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)
whitelistClaimed(address) view returns (bool)
State-modifying
Events approve(address to, uint256 tokenId)
gift(address _to, uint256 numberOfTokens)
mint(uint256 numberOfTokens) 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_)
setHiddenMetadataUri(string _hiddenMetadataUri)
setPrice(uint256 newPrice)
setPublicMint(bool enable)
setRevealed(bool _state)
setRoot(bytes32 mroot)
setWlMint(bool enable)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw()
wlmint(bytes32[] proof)
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.