The latest block we've processed for this chain is 21333364, which is 19 minutes old. We're running behind the tip but working to resolve the issue.

Forgotten Ethereal Worlds Paradigm

Verified contract

Active on Ethereum with 3,835 txns
Deployed by via 0x239c825b at 15102584
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
 (#2875)
ERC-721
--
0xf545aa323485d2002979944ca906d70118bdd0301779014e628b9569339592c4
0xab93b6bfaf062ff363e2210730fdbda7bbe337888001ef9dbba1084303c394dc
0xa5735c3bc404d009a6d4d623d364476d1128da2b95c374dcbf1285ace36a1d50
0xa6a3c3d41e3092862a073f82f5ae231fb26b6c671517af4b626eab6f7ba00783
0x23d25299acd4d3676d179b66bfb88890882ff6fece17cff3241116bbf00611b9
From
0x8b548e9c46726b16181f0ead0197f8fabc74dc077e1ccabad28042bd828916de
0xfd4be0d415049b7503010da4cf345a1937e229523e27ca28f8ef1d8008895ef5
0x31592abe827702c5acfc5ed6aa7fb74e9481c66508a0434e025c4a7300a05659
0x7af1fec4c682dc11b7d5a016283ed9e9f184aabf5520f6e7c103a616f6e19ae2
0x0f875b17cd39e19322eaf7b18d10469bf9789674ebe22653193029884acdca5c

Functions
Getter at block 21333363
MAX_GENESIS(view returns (uint256)
800
MAX_MINT(view returns (uint256)
5
MAX_WORLDS(view returns (uint256)
5000
PUBLIC_SPOTS(view returns (uint256)
3500
name(view returns (string)
Forgotten Ethereal Worlds Paradigm
owner(view returns (address)
0x04d98976164dba936a5befbd84958eda9cddd0c2
publicPrice(view returns (uint256)
150000000000000000
saleStatus(view returns (uint8)
0
symbol(view returns (string)
PRDM
totalSupply(view returns (uint256)
2981
whitelistPrice(view returns (uint256)
100000000000000000
Read-only
balanceOf(address ownerview returns (uint256)
genesisMints(addressview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
whitelistMints(addressview returns (uint256)
State-modifying
airdropAuction(address[] winners
approve(address touint256 tokenId
finalMint(uint256 _mintspayable 
genesisMint(uint256 _proofMintsuint256 _freeMintsuint256 _mintsbytes32[] _proofpayable 
publicMint(uint256 _mintspayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setBaseURI(string baseURI
setMerkle(bytes32 _newRoot
setSaleData(uint8 _newStatusbytes32 _newRoot
setSalePrice(uint256 _publicPriceuint256 _whitelistPrice
setStatus(uint8 _newStatus
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
treasuryMint(uint256 _amount
whitelistMint(uint256 _proofMintsuint256 _mintsbytes32[] _proofpayable 
withdrawAll(address _wallet
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
ConsecutiveTransfer(uint256 indexed fromTokenIduint256 toTokenIdaddress indexed fromaddress indexed to
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApproveToCaller(
BalanceQueryForZeroAddress(
MintERC2309QuantityExceedsLimit(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
OwnershipNotInitializedForExtraData(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(