Ethernals
Verified contract
Active on
Ethereum with 2,474 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
1 additional
variable
Balances ($316.00)
Native
Value
$316
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.1 | $3,159.97 |
$316 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20906671 | a month ago | | | 0 | 0.00021218010 | |
| 20564819 | 3 months ago | | | 0 | 0.00022838102 | |
| 20551894 | 3 months ago | | | 0 | 0.000028873200 | |
| 20508372 | 3 months ago | | | 0 | 0.000036367293 | |
| 20350166 | 4 months ago | | | 0 | 0.000059679939 | |
| 20011034 | 6 months ago | | | 0 | 0.00043013502 | |
| 19483306 | 8 months ago | | | 0 | 0.0015992870 | |
| 19477770 | 8 months ago | | | 0 | 0.0010748360 | |
| 19477770 | 8 months ago | | | 0 | 0.0010748360 | |
| 19242516 | 9 months ago | | | 0 | 0.00065999934 |
ABI
ABI objects
Getter at block 21218470
MAX_ETHERNALS() view returns (uint256)
10101
_paused() view returns (bool)
true
_presale() view returns (bool)
true
getPrice() view returns (uint256)
80000000000000000
isURIFrozen() view returns (bool)
false
name() view returns (string)
Ethernals
owner() view returns (address)
0x107dab1a4117b36128e0140a1db993d89b46708c
symbol() view returns (string)
ETHR
totalSupply() view returns (uint256)
2304
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getPresaleUsage(address _to) view returns (uint256)
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)
usedHashes(bytes32) view returns (bool)
walletOfOwner(address _owner) view returns (uint256[])
State-modifying
Events approve(address to, uint256 tokenId)
freezeURI()
giveAway(address _to, uint256 _amount)
mintEthernals(uint256 quantity, bytes signature, uint256 nonce) payable
mintEthernalsPreSale(uint256 quantity, bytes signature, uint256 maxLimit) payable
pause(bool val)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI)
setPrice(uint256 _newPrice)
setSignatureWallet(address newSignerWallet)
togglePresale(bool val)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw() payable
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.