Forgotten Ethereal Worlds Paradigm
Verified contract
Active on
Ethereum with 3,830 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
PRDM | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20987808 | 16 days ago | | | 0 | 0.00031961669 | |
| 20713380 | 2 months ago | | | 0 | 0.00050187463 | |
| 20698453 | 2 months ago | | | 0 | 0.000053193002 | |
| 20619310 | 2 months ago | | | 0 | 0.000066635985 | |
| 20618938 | 2 months ago | | | 0 | 0.000033247200 | |
| 20618936 | 2 months ago | | | 0 | 0.000037279200 | |
| 20618931 | 2 months ago | | | 0 | 0.000054091840 | |
| 20595140 | 2 months ago | | | 0 | 0.000044301372 | |
| 20523887 | 3 months ago | | | 0 | 0.000036695582 | |
| 20411843 | 3 months ago | | | 0 | 0.00012449461 |
ABI
ABI objects
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 owner) view returns (uint256)
genesisMints(address) 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)
whitelistMints(address) view returns (uint256)
State-modifying
Events airdropAuction(address[] winners)
approve(address to, uint256 tokenId)
finalMint(uint256 _mints) payable
genesisMint(uint256 _proofMints, uint256 _freeMints, uint256 _mints, bytes32[] _proof) payable
publicMint(uint256 _mints) payable
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)
setMerkle(bytes32 _newRoot)
setSaleData(uint8 _newStatus, bytes32 _newRoot)
setSalePrice(uint256 _publicPrice, uint256 _whitelistPrice)
setStatus(uint8 _newStatus)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
treasuryMint(uint256 _amount)
whitelistMint(uint256 _proofMints, uint256 _mints, bytes32[] _proof) payable
withdrawAll(address _wallet)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ConsecutiveTransfer(uint256 indexed fromTokenId, uint256 toTokenId, address indexed from, address indexed to)
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.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()