Mintify Genesis
Verified contract
Active on
Ethereum with 4,482 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
7 additional
variables
Balances ($0.00)
No balances found for "Mintify Genesis"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21301587 | 4 hours ago | | | 0 | 0.00094505701 | |
| 21291609 | 2 days ago | | | 0 | 0.00042143108 | |
| 21290054 | 2 days ago | | | 0 | 0.00042727560 | |
| 21285171 | 2 days ago | | | 0 | 0.00049337967 | |
| 21275308 | 4 days ago | | | 0 | 0.00050911265 | |
| 21266074 | 5 days ago | | | 0 | 0.0014317434 | |
| 21265755 | 5 days ago | | | 0 | 0.0014243219 | |
| 21259378 | 6 days ago | | | 0 | 0.00058697806 | |
| 21251771 | 7 days ago | | | 0 | 0.0012880517 | |
| 21242011 | 8 days ago | | | 0 | 0.00062052616 |
ABI
ABI objects
Getter at block 21302802
_baseTokenURI() view returns (string)
https://genesis-metas.mintify.xyz
bridgeOpen() view returns (bool)
true
initialTransferLockOn() view returns (bool)
false
isRegistryActive() view returns (bool)
false
name() view returns (string)
Mintify Genesis
operatorFilteringEnabled() view returns (bool)
true
owner() view returns (address)
0x2dcc7c4ab800bf67380e2553be1e6891a36f18e7
presaleOpen() view returns (bool)
false
publicOpen() view returns (bool)
false
registryAddress() view returns (address)
0x0000000000000000000000000000000000000000
symbol() view returns (string)
MNFGEN
totalSupply() view returns (uint256)
5876
Read-only
allowlist(address) view returns (bool)
balanceOf(address owner) view returns (uint256)
futrOneSnapshot(uint256) view returns (address)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
isTier1(uint256 tokenId) view returns (bool)
isTier2(uint256 tokenId) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
royaltyInfo(uint256 tokenId, uint256 salePrice) view returns (address, uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address operator, uint256 tokenId) payable
breakLock()
futrOneClaim(uint256[] futrOneIds)
lifetimeBridge(uint256[] lifeTimeIds)
liteBridge(uint256[] liteIds)
ownerMint(address to, uint256 quantity)
presaleMint(uint256 quantity) payable
publicMint(uint256 quantity) payable
removeAllowlist(address[] addresses)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId) payable
safeTransferFrom(address from, address to, uint256 tokenId, bytes data) payable
setAllowlist(address[] addresses)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI)
setBridgeState(bool newState)
setDefaultRoyalty(address receiver, uint96 feeNumerator)
setFutrOneSnapshot(uint256[] tokenIds, address[] addresses)
setIsRegistryActive(bool _isRegistryActive)
setMaxPerOrder(uint256 newMaxPerOrder)
setMaxPerWallet(uint256 newMaxPerWallet)
setMaxSupply(uint256 newMaxSupply)
setOperatorFilteringEnabled(bool value)
setPresalePrice(uint256 newPrice)
setPresaleState(bool newState)
setPublicSalePrice(uint256 newPrice)
setPublicState(bool newState)
setRegistryAddress(address _registryAddress)
setTokenRoyalty(uint256 tokenId, address receiver, uint96 feeNumerator)
transferFrom(address from, address to, uint256 tokenId) payable
transferOwnership(address newOwner)
withdraw()
withdrawTo(address _to)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ConsecutiveTransfer(uint256 indexed fromTokenId, uint256 toTokenId, address indexed from, address indexed to)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor()
This contract contains no fallback and receive objects.
AlreadyBridged()
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
BridgingClosed()
EmptyInput()
InputLengthsMismatch()
MaxFeeExceeded()
MaxPerOrderExceeded()
MaxPerWalletExceeded()
MaxSupplyExceeded()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
NoTokenIdsProvided()
NotAllowedByRegistry()
NotInPresaleList()
NotSnapshotOwner()
NotTokenOwner()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
PresaleClosed()
PublicSaleClosed()
RegistryNotSet()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
TransfersLocked()
URIQueryForNonexistentToken()
WrongWeiSent()