Project Mayhem NFTs

Verified contract

Active on Ethereum with 427 txns
Deployed by via 0x2caa4b79 at 17707184
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "Project Mayhem NFTs"

0x9222edfd4a5f712fb94e4324a49947d4ef9187a063c62d3bae18834e18b02841
0x7742d5a349b409962f98a0ec29b0f24d2537ebd51479542487297a544700409e
0x1aa460ff060e3af1b64b67ef47dcf10fd2f259c9e630105335e50e8ff3b5e8cc
0x417a3421e3de748d7908f5d3233d81b2f95ea480e89644b2c500c0ef5a4ed68a
0x5b4f88da4cabd028ac00c03be671022ed26563eb66d0fbcc0cfc703f729456e2
0x6125a26c76d3b63ff5f1b00490da1e0ca9ceefb5c3b5b9e84ee03161dd137744
0xd089f35000e4b9ad57c540b27c1ec16a7ccc8c7c3f8fd86bb704c45129feb44a
0x020bd8dee27fd8122046fbb9f8f5fd1ae8c4d7bdc150d65343f4c1dc323c74e0
0xeecaabdc92c28253c007b539749c658ca4d94881fe01c4c1b77e7f8f2b6d2688
0xd5159a4c16a48855f28af0d8ba36b84221d3155770bcdc5f788f0a4fdc8409fb

Functions
Getter at block 21413340
OPERATOR_FILTER_REGISTRY(view returns (address)
0x000000000000aaeb6d7670e522a718067333cd4e
buyBuyBack(view returns (uint256)
0
buyFee(view returns (uint256)
0
buyLiq(view returns (uint256)
1
contractURI(view returns (string)
erc20Contract(view returns (address)
0x760b3adb45c7e927d32fb052c2977de4857563ed
feeCollectionAddress(view returns (address)
0x0000000000000000000000000000000000000000
getBaseURICount(view returns (uint256)
0
getDefaultRoyaltyInfo(view returns (addressuint16)
(0x4f495c2d2dfdab8fcb995d575ca85dc84e400fd7, 2)
name(view returns (string)
Project Mayhem NFTs
nextTokenIdToMint(view returns (uint256)
29
operatorRestriction(view returns (bool)
true
owner(view returns (address)
0x4f495c2d2dfdab8fcb995d575ca85dc84e400fd7
sellBuyBack(view returns (uint256)
0
sellFee(view returns (uint256)
1
sellLiq(view returns (uint256)
0
symbol(view returns (string)
PMN
Read-only
balanceOf(addressuint256view returns (uint256)
balanceOfBatch(address[] accountsuint256[] idsview returns (uint256[])
getBatchIdAtIndex(uint256 _indexview returns (uint256)
getRoyaltyInfoForToken(uint256 _tokenIdview returns (addressuint16)
isApprovedForAll(addressaddressview returns (bool)
royaltyInfo(uint256 tokenIduint256 salePriceview returns (address receiveruint256 royaltyAmount)
supportsInterface(bytes4 interfaceIdview returns (bool)
totalSupply(uint256view returns (uint256)
uri(uint256 _tokenIdview returns (string)
State-modifying
batchMintTo(address _touint256[] _tokenIdsuint256[] _amountsstring _baseURI
burn(address _owneruint256 _tokenIduint256 _amount
burnAndKilldoze(uint256 iduint256 amountToBurn
burnAndSetBuyBuyBackFee(uint256 iduint256 amountToBurn
burnAndSetBuyFee(uint256 iduint256 amountToBurn
burnAndSetLiqBuyFee(uint256 iduint256 amountToBurn
burnAndSetLiqSellFee(uint256 iduint256 amountToBurn
burnAndSetSellBuyBackFee(uint256 iduint256 amountToBurn
burnAndSetSellFee(uint256 iduint256 amountToBurn
burnBatch(address _owneruint256[] _tokenIdsuint256[] _amounts
burnSetBuyFeeAndAddress(address accountuint256 iduint256 amountToBurn
burnSetCollectionAddress(address accountuint256 iduint256 amountToBurn
burnSetSellFeeAndAddress(address accountuint256 iduint256 amountToBurn
mintTo(address _touint256 _tokenIdstring _tokenURIuint256 _amount
multicall(bytes[] datareturns (bytes[] results)
safeBatchTransferFrom(address fromaddress touint256[] idsuint256[] amountsbytes data
safeTransferFrom(address fromaddress touint256 iduint256 amountbytes data
setApprovalForAll(address operatorbool approved
setContractURI(string _uri
setDefaultRoyaltyInfo(address _royaltyRecipientuint256 _royaltyBps
setERC20Contract(address _erc20Contract
setOperatorRestriction(bool _restriction
setOwner(address _newOwner
setRoyaltyInfoForToken(uint256 _tokenIdaddress _recipientuint256 _bps
subscribeToRegistry(address _subscription
Events
ApprovalForAll(address indexed _owneraddress indexed _operatorbool _approved
ContractURIUpdated(string prevURIstring newURI
DefaultRoyalty(address indexed newRoyaltyRecipientuint256 newRoyaltyBps
OperatorRestriction(bool restriction
OwnerUpdated(address indexed prevOwneraddress indexed newOwner
RoyaltyForToken(uint256 indexed tokenIdaddress indexed royaltyRecipientuint256 royaltyBps
TransferBatch(address indexed _operatoraddress indexed _fromaddress indexed _touint256[] _idsuint256[] _values
TransferSingle(address indexed _operatoraddress indexed _fromaddress indexed _touint256 _iduint256 _value
URI(string _valueuint256 indexed _id
Constructor
constructor(string _namestring _symboladdress _royaltyRecipientuint128 _royaltyBpsaddress _erc20Contract
Fallback and receive

This contract contains no fallback and receive objects.

Errors
OperatorNotAllowed(address operator