MekawaiiNFT
Verified contract
Active on
Ethereum with 1,235 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 "MekawaiiNFT"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21118213 | a month ago | | | 0 | 0.00013078800 | |
| 20349288 | 4 months ago | | | 0 | 0.00010100515 | |
| 19542376 | 8 months ago | | | 0 | 0.00062659017 | |
| 19077864 | 10 months ago | | | 0 | 0.0010849048 | |
| 19077709 | 10 months ago | | | 0 | 0.0010391223 | |
| 18899094 | a year ago | | | 0 | 0.0010450083 | |
| 18340832 | a year ago | | | 0 | 0.00047112390 | |
| 18192916 | a year ago | | | 0 | 0.00041672074 | |
| 17506397 | a year ago | | | 0 | 0.00062197777 | |
| 17506359 | a year ago | | | 0 | 0.00059862307 |
ABI
ABI objects
Getter at block 21307590
_baseTokenURI() view returns (string)
ipfs://bafybeihyvpeb5vqlzpstz3fmjyls2zvrbljj2vivkdy2lqeopcbzptpqg4/
maxPerTransaction() view returns (uint256)
1
maxPerWallet() view returns (uint256)
1
merkleRoot() view returns (bytes32)
0x1be1b574750474f8c8e0970ed49ed2cda8804c1683b527e4858411f24fc0e759
name() view returns (string)
MekawaiiNFT
owner() view returns (address)
0x82b27985dccb03fb7fc541b94c661c90cd5de2f0
presaleMaxPerTransaction() view returns (uint256)
1
presaleMaxPerWallet() view returns (uint256)
1
presalePrice() view returns (uint256)
16900000000000000
presaleSupply() view returns (uint256)
333
price() view returns (uint256)
16900000000000000
saleState() view returns (uint8)
2
supply() view returns (uint256)
333
symbol() view returns (string)
mkw
totalSupply() view returns (uint256)
333
Read-only
addressMintBalance(address) view returns (uint256)
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)
royaltyInfo(uint256 _tokenId, uint256 _salePrice) view returns (address, uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
withdrawAddresses(uint256) view returns (address)
withdrawPercentages(uint256) view returns (uint256)
State-modifying
Events approve(address to, uint256 tokenId)
batchMint(uint64[] qtys, address[] recipients)
freeMint(uint256 qty, address recipient)
mint(uint256 qty) payable
presale(uint256 qty, bytes32[] merkleProof) 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)
setMerkleRoot(bytes32 _merkleRoot)
setPerTransactionMax(uint256 _val)
setPerWalletMax(uint256 _val)
setPresalePerTransactionMax(uint256 _val)
setPresalePerWalletMax(uint256 _val)
setPresalePrice(uint256 newPrice)
setPrice(uint256 newPrice)
setRoyaltyInfo(address receiver, uint96 feeBasisPoints)
setSaleState(uint8 _state)
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)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string _name, string _symbol, string _baseUri, uint96 _royaltyAmount)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
InvalidBatchMint()
InvalidPrice()
InvalidProof()
InvalidQuantity()
MintToZeroAddress()
MintZeroQuantity()
OperatorNotAllowed(address operator)
OwnerQueryForNonexistentToken()
SaleInactive()
SoldOut()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()
WithdrawFailed()