Fallen Realms
Verified contract
Active on
Ethereum with 1,542 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 "Fallen Realms"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21118200 | 25 days ago | | | 0 | 0.00012320580 | |
| 20469503 | 4 months ago | | | 0 | 0.000086609127 | |
| 19124222 | 10 months ago | | | 0 | 0.00083530947 | |
| 18894851 | a year ago | | | 0 | 0.00038167848 | |
| 17674681 | a year ago | | | 0 | 0.00063287661 | |
| 17389678 | a year ago | | | 0 | 0.0010911579 | |
| 17032446 | 2 years ago | | | 0 | 0.0011957854 | |
| 16987508 | 2 years ago | | | 0 | 0.0012702877 | |
| 16981992 | 2 years ago | | | 0 | 0.0012479055 | |
| 16981854 | 2 years ago | | | 0 | 0.0016543553 |
ABI
ABI objects
Getter at block 21299665
ARTIST_ADDRESS() view returns (address)
0xcf059fbd7704a0d1fe8661a276e346defe29e72b
DEV_ADDRESS() view returns (address)
0x6b1c8faf814e721c9a0ec2b881168bb9d2fbc30d
MAX_PER_WALLET() view returns (uint256)
1
MAX_SUPPLY() view returns (uint256)
555
OPERATOR_FILTER_REGISTRY() view returns (address)
0x000000000000aaeb6d7670e522a718067333cd4e
PUBLIC_PRICE() view returns (uint256)
20000000000000000
WL_PRICE() view returns (uint256)
20000000000000000
getPublicPrice() view returns (uint256)
20000000000000000
getSaleState() view returns (uint8)
1
getWlMintPrice() view returns (uint256)
20000000000000000
name() view returns (string)
Fallen Realms
owner() view returns (address)
0xf5424d68cbfbe0e27921a4f21f3a867947757239
revealed() view returns (bool)
true
symbol() view returns (string)
FALRM
totalSupply() view returns (uint256)
555
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)
tokenURI(uint256 _tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId) payable
batchMintForAddresses(address[] addresses_, uint256[] amounts_)
mintForAddress(uint256 _mintAmount, address _to)
publicMint(uint256 _mintAmount) payable
renounceOwnership()
reveal(bool _revealed, string _uri)
safeTransferFrom(address from, address to, uint256 tokenId) payable
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data) payable
setApprovalForAll(address operator, bool approved)
setBaseURI(string URI)
setMintLimit(uint256 _mintLimit)
setPublicPrice(uint256 _price)
setWLSaleRoot(bytes32 _wlRoot)
setWlPrice(uint256 _price)
toggleMintPaused()
togglePublicMintStatus()
toggleWlMintStatus()
transferFrom(address from, address to, uint256 tokenId) payable
transferOwnership(address newOwner)
withdraw()
wlMint(bytes32[] proof, uint256 _mintAmount) payable
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()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OperatorNotAllowed(address operator)
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()