Mintify FUTR One

Verified contract

Active on Ethereum with 7,896 txns
Deployed by via 0x7b8be3a1 at 16283633
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "Mintify FUTR One"

0x2958d6af6bde15798310a154a8de813b8b2f68971896ec240e3e2cb4c1aa4f7d
0x0f2f9e871ff4b952463599845d5c721b87ce11be6a5c5ea529ca9bb9c22157b0
0xd58843f4e43fa41de47e087d1dfab5913d797609b02b2e668ee44e8930504d88
0xaecc82c0258ff5b70bcbecd2560a6e7f5c6097a0785fbba7cef52453af7a453d
0x98221acb273086bc4c42b3eb8b7dc567236ce45c34365f84407358c6b415eca1
0xd83e3b1acd8fa504b14a3e4c9ce21a749709c839bf3a2614fad381f6063ce596
0x887da043c8073e5aa1524c93ada316deaf3d93dd8964a26857e8f6c6f711213d
0xc05d0350bf1c7ea5172442ef97b11d1185cc133ebc3736df1ea0d0496ee343b4
0x04018cb72f474f4b2d11e629c371025b8fe697ef90760e66dae8690fecf1101d
0xe6f4416521b28a93186b11afde4308677981b5ad8617bbad4847a99b00e1ad89

Functions
Getter at block 21218052
DEPLOYER(view returns (address)
0x2dcc7c4ab800bf67380e2553be1e6891a36f18e7
LIFETIME_PASS(view returns (address)
0x6712545a0d1d8595d1045ea18f2f386ffca7ca90
LITE_PASS(view returns (address)
0x0eb82f969ff477adc95f7f17eb4099c6cbf14912
_baseTokenURI(view returns (string)
ipfs://QmXy7YhYYL4EwtoWFuJFxYHXFUWKv8nW5BxRvpRkvFKjgZ/
maxSupply(view returns (uint256)
5000
mintLimit(view returns (uint256)
3
name(view returns (string)
Mintify FUTR One
operatorFilteringEnabled(view returns (bool)
false
owner(view returns (address)
0x2dcc7c4ab800bf67380e2553be1e6891a36f18e7
saleState(view returns (uint8)
3
symbol(view returns (string)
MNFUTRONE
totalSupply(view returns (uint256)
5000
Read-only
allowlist(addressview returns (bool)
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
royaltyInfo(uint256 _tokenIduint256 _salePriceview returns (addressuint256)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
allowlistMint(
approve(address operatoruint256 tokenIdpayable 
bulkClaim(uint256[] lifeTimeIdsuint256[] litePassIds
claim(uint256 tokenIdbool isLifetime
ownerMint(address touint256 quantity
publicMint(uint256 quantity
removeAllowlist(address[] addresses
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenIdpayable 
safeTransferFrom(address fromaddress touint256 tokenIdbytes datapayable 
setAllowlist(address[] addresses
setApprovalForAll(address operatorbool approved
setBaseURI(string baseURI
setDefaultRoyalty(address receiveruint96 feeNumerator
setMaxSupply(uint256 newSupply
setMintLimit(uint256 newLimit
setOperatorFilteringEnabled(bool value
setSaleState(uint256 newSaleState
transferFrom(address fromaddress touint256 tokenIdpayable 
transferOwnership(address newOwner
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
ConsecutiveTransfer(uint256 indexed fromTokenIduint256 toTokenIdaddress indexed fromaddress indexed to
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(
BalanceQueryForZeroAddress(
CannotIncreaseSupply(
InvalidQuantity(
InvalidSaleState(
MaxSupplyReached(
MintERC2309QuantityExceedsLimit(
MintToZeroAddress(
MintZeroQuantity(
NotOnAllowlist(
NotTokenOwner(
OwnerQueryForNonexistentToken(
OwnershipNotInitializedForExtraData(
TokenAlreadyClaimed(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(