Seromon

Verified contract

Active on Ethereum with 2,617 txns
Deployed by via 0xdf449d84 at 16620754
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
1 additional variable

No balances found for "Seromon"

0x155ba947d721a664696e143657ea5bc0c5ad45b6407ea148e39999d403b37871
0x895ee71688b3d7916d527f755bbe92d5e2c32dfddc44a26e5df51b4117fba7f4
0x663e36f4160f347102690c2c480ac2d6a039698c1a8b1a4fbbc6f53c5b35afe5
0x414f4629e59af3cb436efa28c33e3720e2ae049dfa0a34369354c67036dd22e8
0xd24acc840ba8919fab6755c033a572fc723beba8d66b8c5833b520616fa66176
0x825a7764f8acb359703672c107d5c3dea24ac61a7261319048ee483564b561b7
0x06fb5a2ce82e0fe40f83412cc7bd63bf10119024363cce1c71e359382fb7c7aa
0x275412c24b4178ec5eb4ed1e6f22f58e9714cc3abcad8a97c9d20c0c6fd573ab
0x094848499ffc61fa997af35de6c8a7c3a5011dad1d5447134e39428773af098c
0xef40c64d5d2be9dbcb4c6a97707aff40fab3a7a224c3318aced0f2d5c2a68cdb

Functions
Getter at block 20862865
OGMintEnabled(view returns (bool)
false
OPERATOR_FILTER_REGISTRY(view returns (address)
0x000000000000aaeb6d7670e522a718067333cd4e
WL2MintEnabled(view returns (bool)
false
WLMintEnabled(view returns (bool)
false
cost(view returns (uint256)
0
hiddenMetadataUri(view returns (string)
ipfs://QmPspT8bsd3WdFs3ufp4ENrFeLoYPSkqv7Lyua2JWM1u1F/hidden.json
maxMintAmountPerTx(view returns (uint256)
3
maxSupply(view returns (uint256)
7777
merkleRoot(view returns (bytes32)
0xd076d19f42abe7c6e77372788788b72095cb9fb438f8b660c66b615a2c3cacf3
name(view returns (string)
Seromon
owner(view returns (address)
0x51d947bd36633eb971c7b4e9ed7fe8215b965eb0
paused(view returns (bool)
false
revealed(view returns (bool)
true
symbol(view returns (string)
Seromon
totalSupply(view returns (uint256)
7777
uriPrefix(view returns (string)
ipfs://bafybeiaxfcjnthgyejsi26tk27cal3dol7mlq6ytteuippjbsh35vzbsva/
uriSuffix(view returns (string)
.json
Read-only
OGClaimed(addressview returns (uint256)
WL2Claimed(addressview returns (uint256)
WLClaimed(addressview returns (uint256)
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[])
State-modifying
OGMint(uint256 _mintAmountbytes32[] _merkleProofpayable 
WL2Mint(uint256 _mintAmountbytes32[] _merkleProofpayable 
WLMint(uint256 _mintAmountbytes32[] _merkleProofpayable 
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
setOGMintEnabled(bool _state
setPaused(bool _state
setRevealed(bool _state
setUriPrefix(string _uriPrefix
setUriSuffix(string _uriSuffix
setWL2MintEnabled(bool _state
setWLMintEnabled(bool _state
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
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(
OperatorNotAllowed(address operator
OwnerQueryForNonexistentToken(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(