MEKAZUKI
Verified contract
Active on
Ethereum with 5,078 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 "MEKAZUKI"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21252763 | a day ago | | | 0 | 0.00083543212 | |
| 21252760 | a day ago | | | 0 | 0.0010426079 | |
| 19757467 | 7 months ago | | | 0 | 0.00020563909 | |
| 19471789 | 8 months ago | | | 0 | 0.00097929221 | |
| 19471787 | 8 months ago | | | 0 | 0.0010007072 | |
| 19452746 | 8 months ago | | | 0 | 0.0011917274 | |
| 19428084 | 8 months ago | | | 0 | 0.0042518862 | |
| 19086813 | 10 months ago | | | 0 | 0.00086356834 | |
| 18954966 | a year ago | | | 0 | 0.00073582591 | |
| 18916521 | a year ago | | | 0 | 0.00045856823 |
ABI
ABI objects
Getter at block 21260891
freeSupply() view returns (uint256)
666
maxFreeMint() view returns (uint256)
1
maxMintPerAccount() view returns (uint256)
20
maxPublicMint() view returns (uint256)
20
minted() view returns (uint256)
3285
name() view returns (string)
MEKAZUKI
nextOwnerToExplicitlySet() view returns (uint256)
0
owner() view returns (address)
0xc4ab60109b929f85d9b6400ae7a85632e836f5af
price() view returns (uint256)
30000000000000000
publicTime() view returns (uint256)
1647093600
supply() view returns (uint256)
10000
symbol() view returns (string)
MKZ
totalSupply() view returns (uint256)
3411
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
listAddress(address) view returns (uint256)
numberMinted(address owner) view returns (uint256)
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)
devMint(address to, uint256 numToMint) payable
mint(uint256 amount) 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)
setMintTime(uint256 _publicTIme)
setOwnersExplicit(uint256 quantity)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
Created(address indexed to, uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(uint256 _publicTime)
This contract contains no fallback and receive objects.
This contract contains no error objects.