MOONBIRDS MOONIE
Verified contract
Active on
Ethereum with 814 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 "MOONBIRDS MOONIE"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17570696 | a year ago | | | 0 | 0.00093376699 | |
| 17570695 | a year ago | | | 0 | 0.0015739146 | |
| 17570694 | a year ago | | | 0 | 0.00078790520 | |
| 17073789 | 2 years ago | | | 0 | 0.0025781194 | |
| 16506402 | 2 years ago | | | 0 | 0.00070199822 | |
| 16376724 | 2 years ago | | | 0 | 0.00074458375 | |
| 16362049 | 2 years ago | | | 0 | 0.00067855726 | |
| 15367243 | 2 years ago | | | 0 | 0.00042247033 | |
| 15367242 | 2 years ago | | | 0 | 0.00045154218 | |
| 15367241 | 2 years ago | | | 0 | 0.00046459950 |
ABI
ABI objects
Getter at block 21230514
_baseTokenURI() view returns (string)
ipfs://QmZFUvGBG3GJtBcvRGYUvgDDodioJdideN2BjdpThzvzk8/
cost() view returns (uint256)
9900000000000000
hiddenMetadataUri() view returns (string)
ipfs://Qmbjs77EZoAaMHToJ8QXgf5pzn7F7fU5GUcti4y7251ZXF/hidden.json
maxMintAmountPerTx() view returns (uint256)
10
maxSupply() view returns (uint256)
2500
name() view returns (string)
MOONBIRDS MOONIE
owner() view returns (address)
0x958410a5a84881163499c6eec6964a5bd3198353
paused() view returns (bool)
true
revealed() view returns (bool)
true
symbol() view returns (string)
MOONBIRDS
totalSupply() view returns (uint256)
1500
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)
tokenURI(uint256 _tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
mint(uint256 _mintAmount) payable
mintForAddress(uint256 _mintAmount, address _receiver)
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)
setCost(uint256 _cost)
setHiddenMetadataUri(string _hiddenMetadataUri)
setMaxMintAmountPerTx(uint256 _maxMintAmountPerTx)
setPaused(bool _state)
setRevealed(bool _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 _hiddenMetadataUri)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()