Moon Bats
Verified contract
Active on
Ethereum with 20,093 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 "Moon Bats"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21129721 | 4 days ago | | | 0 | 0.00081912928 | |
| 21083323 | 11 days ago | | | 0 | 0.00042428990 | |
| 21058280 | 14 days ago | | | 0 | 0.00018402640 | |
| 21058279 | 14 days ago | | | 0 | 0.00018439918 | |
| 21040163 | 17 days ago | | | 0 | 0.00029825693 | |
| 21035692 | 18 days ago | | | 0 | 0.00025157600 | |
| 21024198 | 19 days ago | | | 0 | 0.00024652825 | |
| 21012146 | 21 days ago | | | 0 | 0.00050857731 | |
| 20955717 | a month ago | | | 0 | 0.00051313461 | |
| 20889828 | a month ago | | | 0 | 0.00018138934 |
ABI
ABI objects
Getter at block 21161686
name() view returns (string)
Moon Bats
owner() view returns (address)
0xb6ea1336e7ed36823f3fd744fb17891e38d16b7e
paused() view returns (bool)
false
symbol() view returns (string)
MB
totalSupply() view returns (uint256)
10000
Read-only
balanceOf(address owner) view returns (uint256)
explicitOwnershipOf(uint256 tokenId) view returns (struct IERC721ATokenOwnership)
explicitOwnershipsOf(uint256[] tokenIds) view returns (struct IERC721ATokenOwnership[])
freeMintedCount(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)
tokensOfOwner(address owner) view returns (uint256[])
tokensOfOwnerIn(address owner, uint256 start, uint256 stop) view returns (uint256[])
State-modifying
Events approve(address to, uint256 tokenId)
collectReserves()
flipSale()
mint_540(uint256 _quantity) payable
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _newBaseUri)
setOwner(address newOwner)
transferFrom(address from, address to, uint256 tokenId)
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
OwnerUpdated(address indexed user, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor()
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
InvalidQueryRange()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()