MoonBirdMfers
Verified contract
Active on
Ethereum with 191 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 "MoonBirdMfers"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17074636 | 2 years ago | | | 0 | 0.0020889561 | |
| 15254682 | 2 years ago | | | 0 | 0.00019641547 | |
| 14739336 | 3 years ago | | | 0 | 0.0011877695 | |
| 14739336 | 3 years ago | | | 0 | 0.0011877695 | |
| 14653245 | 3 years ago | | | 0 | 0.0017679380 | |
| 14647778 | 3 years ago | | | 0.0025 | 0.0030720067 | |
| 14647364 | 3 years ago | | | 0.01 | 0.0028308460 | |
| 14634174 | 3 years ago | | | 0 | 0.00064722243 | |
| 14631211 | 3 years ago | | | 0 | 0.0026228482 | |
| 14630801 | 3 years ago | | | 0 | 0.0022239394 |
ABI
ABI objects
Getter at block 21325602
cost() view returns (uint256)
2500000000000000
maxFreeMint() view returns (uint256)
1729
maxMintAmountPerWallet() view returns (uint256)
20
maxSupply() view returns (uint256)
2500
merkleRoot() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
name() view returns (string)
MoonBirdMfers
owner() view returns (address)
0x6125ba50d3626e79e92d0d1036eeae3a5f0d4f3a
paused() view returns (bool)
false
symbol() view returns (string)
MBM
totalSupply() view returns (uint256)
1754
uriPrefix() view returns (string)
ipfs://QmNT9pBQDANtcipYhZwnZ88mxJE7dSf4kpJnyTtHkPphAM/
uriSuffix() view returns (string)
.json
Read-only
addressMintedBalance(address) view returns (uint256)
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)
walletOfOwner(address _owner) view returns (uint256[])
State-modifying
Events approve(address to, uint256 tokenId)
mint(uint256 _mintAmount) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setCost(uint256 _cost)
setMaxMintAmountPerWallet(uint256 _maxMintAmountPerWallet)
setMerkleRoot(bytes32 _merkleRoot)
setPaused(bool _state)
setUriPrefix(string _uriPrefix)
setUriSuffix(string _uriSuffix)
setmaxFreeMint(uint256 _maxFreeMint)
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 _tokenName, string _tokenSymbol)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()