Glitch Moonbirds
Verified contract
Active on
Ethereum with 224 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 "Glitch Moonbirds"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15352317 | 2 years ago | | | 0 | 0.00025931202 | |
| 15200507 | 2 years ago | | | 0 | 0.00065697209 | |
| 15011705 | 2 years ago | | | 0 | 0.00062011402 | |
| 14799699 | 3 years ago | | | 0 | 0.0020228385 | |
| 14795932 | 3 years ago | | | 0 | 0.00079249071 | |
| 14766866 | 3 years ago | | | 0 | 0.0027801791 | |
| 14665592 | 3 years ago | | | 0 | 0.0012750270 | |
| 14665592 | 3 years ago | | | 0 | 0.0012750270 | |
| 14659965 | 3 years ago | | | 0 | 0.0010932129 | |
| 14641438 | 3 years ago | | | 0 | 0.0015887530 |
ABI
ABI objects
Getter at block 21310213
_baseTokenURI() view returns (string)
https://gateway.pinata.cloud/ipfs/QmPNFr7BJ96idHdMXuLisBga5S1f4AvVqndXNmaCqw1Txw/
cost() view returns (uint256)
5000000000000000
hiddenMetadataUri() view returns (string)
https://gateway.pinata.cloud/ipfs/QmT9XTV94rTfbvNet7F7vCNHHHBtMnEUZ3MewQLz7UcCcJ/GlitchMoonbirds_json
maxMintAmountPerTx() view returns (uint256)
20
maxSupply() view returns (uint256)
1500
name() view returns (string)
Glitch Moonbirds
owner() view returns (address)
0x4fee991c6542352e37b46cff6c397defdead106d
paused() view returns (bool)
false
revealed() view returns (bool)
true
symbol() view returns (string)
GLMOONBIRD
totalSupply() view returns (uint256)
1251
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()