Moonie Punks
Verified contract
Active on
Ethereum with 1,213 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
3 additional
variables
Balances ($0.00)
No balances found for "Moonie Punks"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16929705 | 2 years ago | | | 0 | 0.0029442046 | |
| 16737304 | 2 years ago | | | 0 | 0.00076195789 | |
| 16737302 | 2 years ago | | | 0 | 0.0018691938 | |
| 16737302 | 2 years ago | | | 0 | 0.0020607995 | |
| 16737302 | 2 years ago | | | 0 | 0.0027433949 | |
| 16737301 | 2 years ago | | | 0 | 0.0014315631 | |
| 16592787 | 2 years ago | | | 0 | 0.0026927420 | |
| 16592787 | 2 years ago | | | 0 | 0.0037086880 | |
| 16592787 | 2 years ago | | | 0 | 0.0047252599 | |
| 16592786 | 2 years ago | | | 0 | 0.0031081672 |
ABI
ABI objects
Getter at block 21330075
blendContract() view returns (address)
0x03bef87dfc02d019a84c9b4d13100731ece5b8d4
blendEnabled() view returns (bool)
true
maxMintAmount() view returns (uint256)
160
maxSupply() view returns (uint256)
1969
maxVipMintAmount() view returns (uint256)
10
membershipContract() view returns (address)
0xbb3fce1de1a4817790389f2bbf4fce8f8f901a16
name() view returns (string)
Moonie Punks
owner() view returns (address)
0xcd71901fa8a586951af6f25e3792b7ec4e6b3b63
ownerWallet() view returns (address)
0x054499a5fec4faf545610383ee52136136672e77
paused() view returns (bool)
false
remainingMembershipMints() view returns (uint256)
0
remainingPromoMints() view returns (uint256)
243
remainingReservedSupply() view returns (uint256)
243
requiredToBlend() view returns (uint256)
3
symbol() view returns (string)
MOONIEPUNKS
totalSupply() view returns (uint256)
1411
uriPrefix() view returns (string)
ipfs://QmW2GzTFqQbfHGoFWNps1dv2eUAgtPjcbq4Ftrosob5iLk/
uriSuffix() view returns (string)
.json
Read-only
balanceOf(address owner) view returns (uint256)
blended(address) view returns (uint256)
checkMembershipToken(uint256 _tokenId) view returns (bool _isMinted)
getApproved(uint256 tokenId) view returns (address)
getMembershipType(uint256 _tokenId, uint256 _maxStandard) pure returns (uint8 _memberType)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
premiumMinted(uint256) view returns (uint256)
publicMinted(address) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 _tokenId) view returns (string)
verifyMembership(uint256 _tokenId) view returns (bool _isMember, uint8 _memberType)
vipMinted(uint256) view returns (uint256)
walletOfOwner(address _owner) view returns (uint256[])
State-modifying
Events approve(address to, uint256 tokenId)
blend(uint256[] _tokenIds)
claimBlend(address _origin)
disableRedemptions()
mint(uint256 _mintAmount)
mintForAddress(uint256 _mintAmount, address _receiver)
premiumMint(uint256 _mintAmount, uint256 _tokenId)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBlendContract(address _blendContract)
setBlendEnabled(bool _state)
setMaxMintAmount(uint256 _maxMintAmount)
setMaxVipMintAmount(uint256 _maxVipMintAmount)
setMembershipContract(address _membershipContract)
setOwnerWallet(address _ownerWallet)
setPaused(bool _state)
setRequiredToBlend(uint256 _requiredToBlend)
setUriPrefix(string _uriPrefix)
setUriSuffix(string _uriSuffix)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
vipMint(uint256 _mintAmount, uint256 _tokenId)
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, string _uriPrefix, uint256 _maxSupply, uint256 _maxMintAmount, uint256 _maxVipMintAmount, address _ownerWallet, address _membershipContract)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()