Forgotten Ethereal Worlds
Verified contract
Active on
Ethereum with 1,630 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 "Forgotten Ethereal Worlds"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20728441 | 2 months ago | | | 0 | 0.00023283714 | |
| 19717331 | 6 months ago | | | 0 | 0.00019163945 | |
| 19589299 | 7 months ago | | | 0 | 0.00039058784 | |
| 19547491 | 7 months ago | | | 0 | 0.0014155284 | |
| 19301864 | 8 months ago | | | 0 | 0.0010513828 | |
| 19226319 | 9 months ago | | | 0 | 0.0011218172 | |
| 18909269 | 10 months ago | | | 0 | 0.00047253458 | |
| 18882942 | 10 months ago | | | 0 | 0.0013375595 | |
| 18834043 | 10 months ago | | | 0 | 0.00084102920 | |
| 17656008 | a year ago | | | 0 | 0.00059638161 |
ABI
ABI objects
Getter at block 21124354
MAX_WORLDS() view returns (uint256)
345
WORLD_PRICE() view returns (uint256)
125000000000000000
_baseTokenURI() view returns (string)
https://data.forgottenethereal.world/metadata/
isSaleActive() view returns (bool)
true
name() view returns (string)
Forgotten Ethereal Worlds
owner() view returns (address)
0x04d98976164dba936a5befbd84958eda9cddd0c2
symbol() view returns (string)
FEW
totalSupply() view returns (uint256)
345
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)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256 tokenId)
tokenURI(uint256 tokenId) view returns (string)
tokensOfOwner(address owner) view returns (uint256[])
State-modifying
Events approve(address to, uint256 tokenId)
mint(bytes _signature, uint256 _nonce) payable
mintRemaining()
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)
toggleSale()
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdrawAll()
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(address signer)
This contract contains no fallback and receive objects.
This contract contains no error objects.