The Forgotten

Verified contract

Active on Ethereum with 753 txns
Deployed by via 0x35b44a0c at 15843568
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "The Forgotten"

0xe450f83894d1c3b1725425742aeadd7f2dc8d4d147e645c50a6132850651d80e
0x5f36d80bc21f9f34b73197ca83fb3e6e984fb4074f710efab3b292a656e93437
0x9b2b7a42d2a4e5b93fce0ab693f4b9e94cec8907e4e2748fc59c54eee50daa2d
0x2c4120c0942d62d3ef6272be0b89f7f0d39665c5a2942a523e452b50269e6a78
0x507083fba39c2124b5688582b916d20f0482eee3500063f94b50f4713bdf72d1
0x31d98b9b8ad2c51538b968dcfdd47a9dc33f1970cfcb1c359d15062a3454ff7a
0xab6ce8717640f3e2616cd6edb0682061bb47f88c756a0ff9814e0bf9a4e77b0e
0x72083f34a85f6addd1d3542290a30f0c31c7e32d2a708c2a86fb8df409c95787
0x5e6bf9307a4e309966687a16df79320b8ef3d51823381ab34dd036d64aabcbb4
0x4a6626b13eabfa470694fdd6028d1c0ce349a6f67565b88617d967c0fe2ab4bc

Functions
Getter at block 21158205
cost(view returns (uint256)
0
hiddenMetadataUri(view returns (string)
ipfs://QmW3oteTmW7NA2kUdkqPtxFAYAS6b92XKDYGqi9ULMY78u
maxMintAmountPerTx(view returns (uint256)
2
maxSupply(view returns (uint256)
888
merkleRoot(view returns (bytes32)
0x8f94aec7b050ebb18f5093a323436e64d0a26f536e9fefea0dc3ac7f5b2e0aa1
name(view returns (string)
The Forgotten
owner(view returns (address)
0xa0ff0f029a480c4641286caa0ac6fc4b9bfc4828
paused(view returns (bool)
true
revealed(view returns (bool)
false
symbol(view returns (string)
ENT
totalSupply(view returns (uint256)
888
uriPrefix(view returns (string)
uriSuffix(view returns (string)
.json
whitelistMintEnabled(view returns (bool)
false
Read-only
balanceOf(address ownerview returns (uint256)
explicitOwnershipOf(uint256 tokenIdview returns (struct IERC721ATokenOwnership)
explicitOwnershipsOf(uint256[] tokenIdsview returns (struct IERC721ATokenOwnership[])
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)
tokensOfOwner(address ownerview returns (uint256[])
tokensOfOwnerIn(address owneruint256 startuint256 stopview returns (uint256[])
whitelistClaimed(addressview returns (bool)
State-modifying
approve(address touint256 tokenId
mint(uint256 _mintAmountpayable 
mintForAddress(uint256 _mintAmountaddress _receiver
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setCost(uint256 _cost
setHiddenMetadataUri(string _hiddenMetadataUri
setMaxMintAmountPerTx(uint256 _maxMintAmountPerTx
setMerkleRoot(bytes32 _merkleRoot
setPaused(bool _state
setRevealed(bool _state
setUriPrefix(string _uriPrefix
setUriSuffix(string _uriSuffix
setWhitelistMintEnabled(bool _state
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
whitelistMint(uint256 _mintAmountbytes32[] _merkleProofpayable 
withdraw(
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(string _tokenNamestring _tokenSymboluint256 _costuint256 _maxSupplyuint256 _maxMintAmountPerTxstring _hiddenMetadataUri
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApprovalToCurrentOwner(
ApproveToCaller(
BalanceQueryForZeroAddress(
InvalidQueryRange(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(