Eternal Elves
Verified contract
Active on
Ethereum with 1,917 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "Eternal Elves"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19646144 | 7 months ago | | | 0 | 0.00053347232 | |
| 19432573 | 8 months ago | | | 0 | 0.0022039495 | |
| 16605864 | 2 years ago | | | 0 | 0.00041932454 | |
| 16308459 | 2 years ago | | | 0 | 0.00072356232 | |
| 16307847 | 2 years ago | | | 0 | 0.00081313083 | |
| 16307209 | 2 years ago | | | 0 | 0.00089481168 | |
| 16305737 | 2 years ago | | | 0 | 0.00086688162 | |
| 16303465 | 2 years ago | | | 0 | 0.00067633545 | |
| 16303465 | 2 years ago | | | 0 | 0.00072404266 | |
| 16279826 | 2 years ago | | | 0 | 0.00066856112 |
ABI
ABI objects
Getter at block 21160570
FREE_SUPPLY() view returns (uint256)
1750
MAX_SUPPLY() view returns (uint256)
5000
PAID_SUPPLY() view returns (uint256)
3250
contractURI() view returns (string)
maxInTx() view returns (uint256)
5
metadataBaseURL() view returns (string)
https://gateway.pinata.cloud/ipfs/QmRwQT9FW7CTDCL6GPNVTC9Av92NDPurDcHD4bUm5Hoksz/
name() view returns (string)
Eternal Elves
owner() view returns (address)
0xa873949c3c94db1ddf128b1867b49b0d75f987b4
paidSupply() view returns (bool)
true
price() view returns (uint256)
6000000000000000
provenanceHash() view returns (string)
saleEnabled() view returns (bool)
true
symbol() view returns (string)
EE
totalSupply() view returns (uint256)
4999
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 approve(address to, uint256 tokenId)
mint(uint256 numOfTokens) payable
renounceOwnership()
reserve(uint256 num)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURL)
setContractURI(string uri)
setMaxInTx(uint256 num)
setPrice(uint256 _price)
setProvenanceHash(string _provenanceHash)
toggleSaleStatus()
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()
This contract contains no fallback and receive objects.
This contract contains no error objects.