IconicNFT
Verified contract
Active on
Ethereum with 381 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x8b1a…299b
8 additional
variables
Balances ($0.00)
No balances found for "IconicNFT"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21393307 | 4 days ago | | | 0 | 0.00088597472 | |
| 21378457 | 6 days ago | | | 0 | 0.00074061788 | |
| 21374550 | 6 days ago | | | 0 | 0.0011113621 | |
| 21341624 | 11 days ago | | | 0 | 0.00058860660 | |
| 21326812 | 13 days ago | | | 0 | 0.00078567004 | |
| 21319577 | 14 days ago | | | 0 | 0.00075405803 | |
| 21305379 | 16 days ago | | | 0 | 0.00036153469 | |
| 21288647 | 18 days ago | | | 0 | 0.00061426217 | |
| 21264953 | 22 days ago | | | 0 | 0.00076455537 | |
| 21254062 | 23 days ago | | | 0 | 0.00071362470 |
ABI
ABI objects
Getter at block 21418999
allowListMerkleRoot() view returns (bytes32)
0x8be0004bc5cfbbc5cf87009614c1c27234c44bbf7978d8c747521da80b7bbefd
allowListMintingActive() view returns (bool)
false
artPassMerkleRoot() view returns (bytes32)
0x4c3ba4265345c5fbfaa74ff890c6123e2a10443dca42849552e2c88d291d70d8
artPassMintingActive() view returns (bool)
false
baseURI() view returns (string)
ipfs://QmYwAkbTzVckYUddsBESTzZLt4EVfh7y7y3fR2djnzfm7Z/
burningActive() view returns (bool)
false
claimsBurningEnabled() view returns (bool)
false
maxMintsPerAddress() view returns (uint16)
1
mintPrice() view returns (uint256)
125000000000000000
mintToEnabled() view returns (bool)
false
mintingActive() view returns (bool)
false
name() view returns (string)
IconicNFT
owner() view returns (address)
0xc72a3650e660d548256472566a4030c80c264a47
secondaryAdmin() view returns (address)
0x0000000000000000000000000000000000000000
symbol() view returns (string)
IMNFT
totalSupply() view returns (uint256)
150
useEditionForURI() view returns (bool)
false
Read-only
artPassMints(address) view returns (int16)
balanceOf(address owner) view returns (uint256)
blindMints(uint256) view returns (bool)
editionSupply(uint16) view returns (uint16)
getApproved(uint256 tokenId) view returns (address)
getAvailableArtPassMintCount(address artPassHolder) view returns (uint16)
getMintPrice(uint16 seriesNumber) view returns (uint256)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
seriesNumberToMintPrice(uint16) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenIdsToTokenHashes(uint256) view returns (uint256)
tokenToEdition(uint256) view returns (uint16)
tokenURI(uint256 tokenId) view returns (string)
usedTokenHashes(uint256) view returns (bool)
State-modifying
Events allowlistMint(bytes32[] merkleProof, uint16 amount, uint16 editionIndex) payable
approve(address to, uint256 tokenId) payable
artPassMint(bytes32[] merkleProof, uint16 amount, uint16 editionIndex) payable
burn(uint256 tokenId)
burnClaims(uint256[] tokenIds) payable
disableAllowListMinting()
disableArtPassMinting()
disableClaimsBurning()
disableMintTo()
disableMinting()
disableTokenBurning()
disableUseEditionForURI()
enableAllowListMinting()
enableArtPassMinting()
enableClaimsBurning()
enableMintTo()
enableMinting()
enableTokenBurning()
enableUseEditionForURI()
mint(uint16 amount, uint16 editionIndex) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId) payable
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data) payable
setAdditionalArtPassMints(address[] artPassHolders, int16[] extras)
setAllowListMerkleRoot(bytes32 merkleRoot_)
setApprovalForAll(address operator, bool approved)
setArtPassMerkleRoot(bytes32 merkleRoot_)
setBaseTokenURI(string baseURI_)
setEditionMintPrices(uint256[] mintPrices, uint16[] seriesNumbers)
setEditionSupply(uint16[] editions, uint16[] supplies)
setMaxMintsPerAddress(uint16 maxMintsPerAddress_)
setMintPrice(uint256 mintPrice_)
setSecondaryAdmin(address _secondaryAdmin)
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(string name_, string symbol_, string baseURI_, bytes32 artPassMerkleRoot_, bytes32 allowListMerkleRoot_, address iconicAddress_, uint256 mintPrice_, uint16 editionSupply_)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
ReentrancyGuardReentrantCall()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()