Ethereal Art NFT
Verified contract
Active on
Ethereum with 7,871 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
1 additional
variable
Balances ($3.13)
Native
Value
$3.13
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.001 | $3,128.55 |
$3.13 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21196930 | a day ago | | | 0 | 0.00080268741 | |
| 21141728 | 9 days ago | | | 0 | 0.00085672043 | |
| 21118006 | 12 days ago | | | 0 | 0.00023312228 | |
| 21083932 | 17 days ago | | | 0 | 0.00039511647 | |
| 21083005 | 17 days ago | | | 0 | 0.00028200680 | |
| 21082766 | 17 days ago | | | 0 | 0.00047006941 | |
| 21082416 | 17 days ago | | | 0 | 0.00038219201 | |
| 21082413 | 17 days ago | | | 0 | 0.00038539516 | |
| 21082184 | 17 days ago | | | 0 | 0.00041210669 | |
| 20736626 | 2 months ago | | | 0 | 0.00016773667 |
ABI
ABI objects
Getter at block 21205911
ETHEREAL_PUBLIC() view returns (uint256)
7777
PRICE() view returns (uint256)
100000000000000000
PURCHASE_LIMIT() view returns (uint256)
20
allowListMaxMint() view returns (uint256)
20
baseExtension() view returns (string)
.json
isAllowListActive() view returns (bool)
false
merkleRoot() view returns (bytes32)
0xd88503a35262df76bc328f6d47d2474e65d91659a9240facd666e77c495353f6
name() view returns (string)
Ethereal Art NFT
notRevealedUri() view returns (string)
ipfs://QmZb4joMKy3CthiDSJfDyGztjkxi2RsJ9aLMEhoTVSdrzE/1.json
owner() view returns (address)
0x4b276abf2138805390ca670a4f6b68d3718153da
revealed() view returns (bool)
true
symbol() view returns (string)
EANFT
totalSupply() view returns (uint256)
4969
Read-only
allowListClaimedBy(address owner) view returns (uint256)
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)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
ownerMinting(address to, uint256 numberOfTokens) payable
purchase(uint256 numberOfTokens) payable
purchaseAllowList(uint256 numberOfTokens, bytes32[] _merkleProof) payable
renounceOwnership()
reveal()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setActive(bool isActive)
setAllowListMaxMint(uint256 maxMint)
setApprovalForAll(address operator, bool approved)
setBaseURI(string URI)
setIsAllowListActive(bool _isAllowListActive)
setMerkleRoot(bytes32 _newMerkleRoot)
setNotRevealedURI(string _notRevealedURI)
setPrice(uint256 _newPrice)
setPublicMax(uint256 _newMax)
setPurchaseLimit(uint256 _newPurchaseMax)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string _name, string _symbol, string _initNotRevealedUri)
This contract contains no fallback and receive objects.
This contract contains no error objects.