Project Mayhem NFTs
Verified contract
Active on
Ethereum with 427 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 "Project Mayhem NFTs"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17951492 | a year ago | | | 0 | 0.0016342563 | |
| 17950009 | a year ago | | | 0 | 0.0021366444 | |
| 17949571 | a year ago | | | 0 | 0.00097640124 | |
| 17948028 | a year ago | | | 0 | 0.00060877841 | |
| 17944064 | a year ago | | | 0 | 0.0017410774 | |
| 17936391 | a year ago | | | 0 | 0.0031174296 | |
| 17936389 | a year ago | | | 0 | 0.0032593819 | |
| 17936367 | a year ago | | | 0 | 0.0024469811 | |
| 17936312 | a year ago | | | 0 | 0.0039444060 | |
| 17929430 | a year ago | | | 0 | 0.0035442078 |
ABI
ABI objects
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 (address, uint16)
(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(address, uint256) view returns (uint256)
balanceOfBatch(address[] accounts, uint256[] ids) view returns (uint256[])
getBatchIdAtIndex(uint256 _index) view returns (uint256)
getRoyaltyInfoForToken(uint256 _tokenId) view returns (address, uint16)
isApprovedForAll(address, address) view returns (bool)
royaltyInfo(uint256 tokenId, uint256 salePrice) view returns (address receiver, uint256 royaltyAmount)
supportsInterface(bytes4 interfaceId) view returns (bool)
totalSupply(uint256) view returns (uint256)
uri(uint256 _tokenId) view returns (string)
State-modifying
Events batchMintTo(address _to, uint256[] _tokenIds, uint256[] _amounts, string _baseURI)
burn(address _owner, uint256 _tokenId, uint256 _amount)
burnAndKilldoze(uint256 id, uint256 amountToBurn)
burnAndSetBuyBuyBackFee(uint256 id, uint256 amountToBurn)
burnAndSetBuyFee(uint256 id, uint256 amountToBurn)
burnAndSetLiqBuyFee(uint256 id, uint256 amountToBurn)
burnAndSetLiqSellFee(uint256 id, uint256 amountToBurn)
burnAndSetSellBuyBackFee(uint256 id, uint256 amountToBurn)
burnAndSetSellFee(uint256 id, uint256 amountToBurn)
burnBatch(address _owner, uint256[] _tokenIds, uint256[] _amounts)
burnSetBuyFeeAndAddress(address account, uint256 id, uint256 amountToBurn)
burnSetCollectionAddress(address account, uint256 id, uint256 amountToBurn)
burnSetSellFeeAndAddress(address account, uint256 id, uint256 amountToBurn)
mintTo(address _to, uint256 _tokenId, string _tokenURI, uint256 _amount)
multicall(bytes[] data) returns (bytes[] results)
safeBatchTransferFrom(address from, address to, uint256[] ids, uint256[] amounts, bytes data)
safeTransferFrom(address from, address to, uint256 id, uint256 amount, bytes data)
setApprovalForAll(address operator, bool approved)
setContractURI(string _uri)
setDefaultRoyaltyInfo(address _royaltyRecipient, uint256 _royaltyBps)
setERC20Contract(address _erc20Contract)
setOperatorRestriction(bool _restriction)
setOwner(address _newOwner)
setRoyaltyInfoForToken(uint256 _tokenId, address _recipient, uint256 _bps)
subscribeToRegistry(address _subscription)
ApprovalForAll(address indexed _owner, address indexed _operator, bool _approved)
ContractURIUpdated(string prevURI, string newURI)
DefaultRoyalty(address indexed newRoyaltyRecipient, uint256 newRoyaltyBps)
OperatorRestriction(bool restriction)
OwnerUpdated(address indexed prevOwner, address indexed newOwner)
RoyaltyForToken(uint256 indexed tokenId, address indexed royaltyRecipient, uint256 royaltyBps)
TransferBatch(address indexed _operator, address indexed _from, address indexed _to, uint256[] _ids, uint256[] _values)
TransferSingle(address indexed _operator, address indexed _from, address indexed _to, uint256 _id, uint256 _value)
URI(string _value, uint256 indexed _id)
constructor(string _name, string _symbol, address _royaltyRecipient, uint128 _royaltyBps, address _erc20Contract)
This contract contains no fallback and receive objects.
OperatorNotAllowed(address operator)