Forgotten Ethereal Worlds Paradigm

Verified contract

Active on Ethereum with 3,830 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
--
0x8b548e9c46726b16181f0ead0197f8fabc74dc077e1ccabad28042bd828916de
0xfd4be0d415049b7503010da4cf345a1937e229523e27ca28f8ef1d8008895ef5
0x31592abe827702c5acfc5ed6aa7fb74e9481c66508a0434e025c4a7300a05659
0x7af1fec4c682dc11b7d5a016283ed9e9f184aabf5520f6e7c103a616f6e19ae2
0x0f875b17cd39e19322eaf7b18d10469bf9789674ebe22653193029884acdca5c
0xfc3f76d72b3e467c4546de594df95b6c6fc04142fa8837d018f6920e96b7b841
0x35bc8382fed1749da8093c44a0f26ceb8ceab1c4d8624b4a957d440aae3e1d33
0x188dc698bfe9f83e009eaadab63276ddbd18aa9a801173ce78e7a5abbe8c3b56
0xa8534e4727aa41a07b4e7f6bbcbed67060bfc934ffadb4c9614af5531fe7446d
0x38108a67fd2051ddc2d17f7cec5676bf69506d9c61c7a256f7a1c9989b830507

Functions
Getter at block 21102695
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(