Moonbirds2
Verified contract
Active on
Ethereum with 12,784 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 "Moonbirds2"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21105322 | a month ago | | | 0 | 0.000087107460 | |
| 21096376 | a month ago | | | 0 | 0.00011070019 | |
| 20748092 | 3 months ago | | | 0 | 0.000059368346 | |
| 20655670 | 3 months ago | | | 0 | 0.000019298400 | |
| 20650883 | 3 months ago | | | 0 | 0.000070037312 | |
| 20606678 | 3 months ago | | | 0 | 0.000018490549 | |
| 20606678 | 3 months ago | | | 0 | 0.000018554936 | |
| 20580389 | 3 months ago | | | 0 | 0.000041859487 | |
| 20567430 | 3 months ago | | | 0 | 0.000026440203 | |
| 20567219 | 3 months ago | | | 0 | 0.000030596076 |
ABI
ABI objects
Getter at block 21314793
name() view returns (string)
Moonbirds2
owner() view returns (address)
0x0000000000000000000000000000000000000000
symbol() view returns (string)
MOONBIRD2
totalSupply() view returns (uint256)
10000
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 quantity)
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)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ConsecutiveTransfer(uint256 indexed fromTokenId, uint256 toTokenId, address indexed from, address indexed to)
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.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()