Mintify FUTR One
Verified contract
Active on
Ethereum with 7,896 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x6712…ca90
0x0eb8…4912
Balances ($0.00)
No balances found for "Mintify FUTR One"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21216612 | 5 hours ago | | | 0 | 0.00097839729 | |
| 21214267 | 13 hours ago | | | 0 | 0.00066221311 | |
| 21211653 | 21 hours ago | | | 0 | 0.00050778978 | |
| 21211541 | a day ago | | | 0 | 0.00057639698 | |
| 21208393 | a day ago | | | 0 | 0.00065913777 | |
| 21205804 | 2 days ago | | | 0 | 0.00060345934 | |
| 21170478 | 7 days ago | | | 0 | 0.0011754012 | |
| 21167263 | 7 days ago | | | 0 | 0.0019166037 | |
| 21161207 | 8 days ago | | | 0 | 0.00071548299 | |
| 21161095 | 8 days ago | | | 0 | 0.00071181627 |
ABI
ABI objects
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(address) view returns (bool)
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) 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 allowlistMint()
approve(address operator, uint256 tokenId) payable
bulkClaim(uint256[] lifeTimeIds, uint256[] litePassIds)
claim(uint256 tokenId, bool isLifetime)
ownerMint(address to, uint256 quantity)
publicMint(uint256 quantity)
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)
setDefaultRoyalty(address receiver, uint96 feeNumerator)
setMaxSupply(uint256 newSupply)
setMintLimit(uint256 newLimit)
setOperatorFilteringEnabled(bool value)
setSaleState(uint256 newSaleState)
transferFrom(address from, address to, uint256 tokenId) payable
transferOwnership(address newOwner)
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.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
CannotIncreaseSupply()
InvalidQuantity()
InvalidSaleState()
MaxSupplyReached()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
NotOnAllowlist()
NotTokenOwner()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TokenAlreadyClaimed()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()