Moonbirdzuki
Verified contract
Active on
Ethereum with 197 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
2 additional
variables
Balances ($0.00)
No balances found for "Moonbirdzuki"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17459800 | a year ago | | | 0 | 0.00035019315 | |
| 14752608 | 2 years ago | | | 0 | 0.00076962549 | |
| 14752607 | 2 years ago | | | 0 | 0.0012056620 | |
| 14697368 | 2 years ago | | | 0 | 0.0018512456 | |
| 14697304 | 2 years ago | | | 0 | 0.0017261710 | |
| 14697196 | 2 years ago | | | 0 | 0.0021894999 | |
| 14697067 | 2 years ago | | | 0 | 0.0018919286 | |
| 14697048 | 2 years ago | | | 0 | 0.0041491532 | |
| 14608029 | 3 years ago | | | 0 | 0.00071147697 | |
| 14607901 | 3 years ago | | | 0.001 | 0.0045180971 |
ABI
ABI objects
Getter at block 21090737
MAX_FREE_MINT() view returns (uint256)
0
MAX_PUBLIC_MINT() view returns (uint256)
2421
claimedFreeMint() view returns (bool)
false
cost() view returns (uint256)
1000000000000000
hiddenMetadataUri() view returns (string)
https://moonbirdzuki.mypinata.cloud/ipfs/QmR8tXt2bJv3h1BA1hfFaChcUyNonvsFCZ16DLdGycvd9c/_metadata.json
maxFreeQtyPerWallet() view returns (uint256)
1
maxMintAmountPerTx() view returns (uint256)
5
maxSupply() view returns (uint256)
2626
name() view returns (string)
Moonbirdzuki
nftPerAddressLimit() view returns (uint256)
20
owner() view returns (address)
0xba1f92a79f13d7e1aaeacda8605c7113889ecfeb
paused() view returns (bool)
false
publicsaleCost() view returns (uint256)
1000000000000000
revealed() view returns (bool)
true
symbol() view returns (string)
MBZ
totalSupply() view returns (uint256)
205
uriPrefix() view returns (string)
ipfs://QmNyRcwfUnCrUNeH1hB1N1GRrSw5nS6gBK82X9fNY7XQwT/
uriSuffix() view returns (string)
.json
Read-only
addressMintedBalance(address) view returns (uint256)
balanceOf(address owner) view returns (uint256)
freeMintClaimed(address) 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)
walletOfOwner(address _owner) view returns (uint256[])
State-modifying
Events approve(address to, uint256 tokenId)
freeMint(uint256 _mintAmount) payable
mint(uint256 _mintAmount) payable
mintForAddress(uint256 _mintAmount, address _reciever)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setHiddenMetadataUri(string _hiddenMetadataUri)
setMaxMintAmountPerTx(uint256 _maxMintAmountPerTx)
setPaused(bool _state)
setPublicsaleCost(uint256 _cost)
setRevealed(bool _state)
setUriPrefix(string _uriPrefix)
setUriSuffix(string _uriSuffix)
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()
This contract contains no fallback and receive objects.
This contract contains no error objects.