BLOCKSEED MUNKS

Verified contract

Active on Ethereum with 241 txns
Deployed by via 0xaafb2195 at 15198626
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
12 additional variables

No balances found for "BLOCKSEED MUNKS"

0x29b117d0799ad2bf56a81335e488b27425de9f7dabe2462213ee544aa6141876
0xae6c380a7e0dcec0f4a337bd2a0a44b02a39419213d3d0fe57706a6b8acece09
0xd4cd8f0969cecee09cf080af6b9d130ac12be47e79764b71d089087a8f5be94d
0x4a37fa31250308703adc3dabc0515aa0387ae99054517e5c87c98d5ee755f635
0x07730865c378a1a569837ab247e10175cb9c010a0ee559f57d5eb244201c6e46
0x7382fd1b2580b814afcd0f095aacdb6ceecf79c664237142ecafa29e6802477f
0xc1b367efe5626cda192e6139d1d2f7f388efdf73231349c92a11b6282733fbc9
0x6380a109acffaa144658affe848a300f34bdb4b4a1fbc2558006497713b3936a
0x635fe360026e50790e6e6608b4317b26d1e7e6e64b17d5900cab0f25917080c4
0xc4104b30afa2648dd3684dfbbd5e555f8b2900068025eedcc780810427227e97

Functions
Getter at block 20943840
MaxMintPhase1(view returns (uint256)
200
MaxMintPhase2(view returns (uint256)
1000
MaxMintPhase3(view returns (uint256)
2000
MaxMintPhase4(view returns (uint256)
3000
MaxPerPublicWallet(view returns (uint256)
3000
MaxPerWhiteListWallet(view returns (uint256)
3000
MaxSupply(view returns (uint256)
3000
Phase1(view returns (bool)
false
Phase2(view returns (bool)
false
Phase3(view returns (bool)
false
Phase4(view returns (bool)
false
PublicSalePrice(view returns (uint256)
100000000000000000
QtyPerPublicMint(view returns (uint256)
10
QtyPerWhitelistMint(view returns (uint256)
10
WhitelistSalePrice(view returns (uint256)
67000000000000000
getMaxPerPublicMint(view returns (uint256)
10
getMaxPerPublicWallet(view returns (uint256)
3000
getMaxPerWhiteListMint(view returns (uint256)
10
getMaxPetWhiteListWallet(view returns (uint256)
3000
isRevealed(view returns (bool)
true
name(view returns (string)
BLOCKSEED MUNKS
owner(view returns (address)
0x5f74b7af5956ebd7b17efbd9dd2c31d9bb5f1c92
pause(view returns (bool)
true
placeholderTokenUri(view returns (string)
ipfs://QmWFbVM6UB4PXAjhCQGKkPVcKxiyzAokxymrcRvVSEZkD9
publicSale(view returns (bool)
false
symbol(view returns (string)
BSM
teamMinted(view returns (bool)
false
totalSupply(view returns (uint256)
200
walletOf(view returns (uint256[])
[]
whiteListSale(view returns (bool)
false
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
getPublicPrice(uint256 _quantityview returns (uint256)
getWhiteListPrice(uint256 _quantityview returns (uint256)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
totalPublicMint(addressview returns (uint256)
totalWhitelistMint(addressview returns (uint256)
whiteListedAddress(addressview returns (bool)
State-modifying
EnablePause(
EnablePhase1(
EnablePhase2(
EnablePhase3(
EnablePhase4(
addWhiteListAddress(address[] _address
approve(address touint256 tokenId
blackList(address _address
mint(uint256 _quantitypayable 
removeFromBlacklist(address _address
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setMaxPerPublicMint(uint256 _quantity
setMaxPerPublicWallet(uint256 _maxPerPublicWallet
setMaxPerWhiteListMint(uint256 _quantity
setMaxPerWhiteListWallet(uint256 _maxPerWhiteListWallet
setPlaceHolderUri(string _placeholderTokenUri
setPublicPrice(uint256 _newPrice
setTokenUri(string _baseTokenUri
setWhiteListPrice(uint256 _newPrice
teamMint(
togglePublicSale(
toggleReveal(
toggleWhiteListSale(
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
withdraw(
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApprovalToCurrentOwner(
ApproveToCaller(
BalanceQueryForZeroAddress(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(