Tweet Moonbirds
Verified contract
Active on
Ethereum with 543 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 "Tweet Moonbirds"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16335094 | 2 years ago | | | 0 | 0.00060063760 | |
| 15653457 | 2 years ago | | | 0 | 0.00032625282 | |
| 14825526 | 2 years ago | | | 0 | 0.00090626073 | |
| 14816918 | 2 years ago | | | 0 | 0.00067763682 | |
| 14804476 | 2 years ago | | | 0 | 0.0015158922 | |
| 14739501 | 3 years ago | | | 0 | 0.00087530341 | |
| 14739501 | 3 years ago | | | 0 | 0.00087530341 | |
| 14730528 | 3 years ago | | | 0 | 0.0022287827 | |
| 14730494 | 3 years ago | | | 0 | 0.0047752668 | |
| 14719722 | 3 years ago | | | 0 | 0.0016681815 |
ABI
ABI objects
Getter at block 21189193
_baseTokenURI() view returns (string)
https://gateway.pinata.cloud/ipfs/QmTLuVbYJSLiuwowUUzxnk78bPE7m6pZvwga2oMWnsTahN/
cost() view returns (uint256)
5000000000000000
hiddenMetadataUri() view returns (string)
maxMintAmountPerTx() view returns (uint256)
20
maxSupply() view returns (uint256)
2500
name() view returns (string)
Tweet Moonbirds
owner() view returns (address)
0x96e192d485ec6c48cc4cf43225bbba328d843783
paused() view returns (bool)
false
revealed() view returns (bool)
true
symbol() view returns (string)
TWMOONBIRD
totalSupply() view returns (uint256)
2500
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()