IconicNFT
Verified contract
Active on
Ethereum with 6,484 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x4ce0…efdf
Balances ($0.00)
No balances found for "IconicNFT"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21120825 | 6 days ago | | | 0 | 0.00025218478 | |
| 21110513 | 7 days ago | | | 0 | 0.00031211204 | |
| 21109957 | 7 days ago | | | 0 | 0.00019339238 | |
| 21102701 | 8 days ago | | | 0 | 0.00011167355 | |
| 21102501 | 8 days ago | | | 0 | 0.00011870740 | |
| 21097496 | 9 days ago | | | 0 | 0.00023742647 | |
| 21073288 | 12 days ago | | | 0 | 0.00064442140 | |
| 21067074 | 13 days ago | | | 0 | 0.00072516001 | |
| 21043550 | 16 days ago | | | 0 | 0.00085336650 | |
| 21031097 | 18 days ago | | | 0 | 0.00058123684 |
ABI
ABI objects
Getter at block 21161117
allowlistActive() view returns (bool)
false
allowlistMerkleRoot() view returns (bytes32)
0x0ad5550678b6140fd3e8eab2f59e6a974597a0839916942657292f2dae9fe980
baseURI() view returns (string)
ipfs://QmdvBb8CssWX4S2FqnacMoSNCPb4b95EofJJYdhN17gFQn/
burningActive() view returns (bool)
false
maxMintsPerAddress() view returns (uint64)
1
mintPrice() view returns (uint256)
100000000000000000
mintSize() view returns (uint64)
1250
mintingActive() view returns (bool)
false
name() view returns (string)
IconicNFT
owner() view returns (address)
0xc72a3650e660d548256472566a4030c80c264a47
symbol() view returns (string)
IMNFT
totalSupply() view returns (uint256)
1250
Read-only
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)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events allowlistMint(bytes32[] merkleProof, uint16 amount) payable
approve(address to, uint256 tokenId) payable
burn(uint256 tokenId)
mint(uint16 amount) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId) payable
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data) payable
setAllowList(bytes32 merkleRoot)
setAllowListActive(bool active)
setApprovalForAll(address operator, bool approved)
setBaseTokenURI(string baseURI_)
setBurningActive(bool active)
setMaxMintsPerAddress(uint64 maxMintsPerAddress_)
setMintPrice(uint256 mintPrice_)
setMintSize(uint64 mintSize_)
setMintingActive(bool active)
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 merkleRoot_, address iconicAddress_, uint256 mintPrice_, uint64 mintSize_)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()