Metalabel Public Mint
Verified contract
Active on
Ethereum with 1,120 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 "Metalabel Public Mint"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17164893 | 2 years ago | | | 0 | 0.0018521328 | |
| 16795930 | 2 years ago | | | 0 | 0.00099116141 | |
| 16788346 | 2 years ago | | | 0 | 0.0014611320 | |
| 16787151 | 2 years ago | | | 0 | 0.0014285584 | |
| 16786002 | 2 years ago | | | 0 | 0.0023122925 | |
| 16758360 | 2 years ago | | | 0 | 0.00086602470 | |
| 16751326 | 2 years ago | | | 0 | 0.0050208293 | |
| 16751315 | 2 years ago | | | 0 | 0.0032930008 | |
| 16140972 | 2 years ago | | | 0 | 0.00088390027 | |
| 15864507 | 2 years ago | | | 0 | 0.00065747478 |
ABI
ABI objects
Getter at block 21183994
assemblyNFT() view returns (address)
0x279c4e78e71614ef94516d24e39a6c0c6c7e68be
contractURI() view returns (string)
ipfs://QmeJp5UJtPDW3Nvegyptf4ekRR5oZrXuj2gq78paY1dge1
currentMintingSeries() view returns (uint16)
2
mintingPausesAt() view returns (uint64)
1667865600
name() view returns (string)
Metalabel Public Mint
owner() view returns (address)
0xdac29ce30195c6f6e5df548f4de89650df090ca1
symbol() view returns (string)
METALABEL-PM
totalSupply() view returns (uint256)
1560
Read-only
assemblyNFTClaimed(address) view returns (bool)
balanceOf(address owner) view returns (uint256)
getApproved(uint256) view returns (address)
getApproximateTokenMintTimestamp(uint256 id) view returns (uint256)
getTokenData(uint256 id) view returns (struct TokenData)
isApprovedForAll(address, address) view returns (bool)
ownerOf(uint256 id) view returns (address owner)
seriesAllowedMinters(uint16, address) view returns (bool)
seriesConfigs(uint16) view returns (string metadataBaseURI, uint32 variationCount, address metadataResolver)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address spender, uint256 id)
externalMint(address to, uint16 seriesId) returns (uint256)
externalMint(address to, uint16 seriesId, uint48 seed) returns (uint256)
mint(address to, bool mintBonusNFT) returns (uint256)
safeTransferFrom(address from, address to, uint256 id)
safeTransferFrom(address from, address to, uint256 id, bytes data)
setActiveMint(uint16 _seriesId, uint64 _mintingPausesAt)
setApprovalForAll(address operator, bool approved)
setOwner(address newOwner)
setSeriesAllowedMinters(uint16 _seriesId, address[] _allowedMinters, bool isAllowed)
setSeriesConfig(uint16 _seriesId, struct SeriesConfig _config, address[] _allowedMinters)
transferFrom(address from, address to, uint256 id)
ActiveMintSet(uint16 indexed seriesId, uint64 mintingPausesAt)
Approval(address indexed owner, address indexed spender, uint256 indexed id)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
OwnershipTransferred(address indexed user, address indexed newOwner)
SeriesAllowedMinterSet(uint16 indexed seriesId, address indexed minter, bool isAllowed)
SeriesConfigSet(uint16 indexed seriesId, string metadataBaseURI, uint32 variationCount, address metadataResolver)
TokenDataSet(uint256 indexed id, uint16 indexed seriesId, uint48 indexed seed)
Transfer(address indexed from, address indexed to, uint256 indexed id)
constructor(string _contractURI, address _contractOwner, address _assemblyNFT, struct SeriesConfig[] _initialSeries)
This contract contains no fallback and receive objects.
MintingPaused()
UnallowedExternalMinter()