PLSDSock Genesis

Verified contract

Active on Ethereum with 629 txns
Deployed by via 0x8369cf9c at 15237797
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
1 additional variable
Native
Value $33.22
0xa4b9d67e138f57b4a385013f64272f4b62f4b21d6124c196827fd56eab32f3e4
0x24bc6fb65487bd532ea1ce5d506d9376ff7020411021aabf20394b7e9364173c
0x1ffcc1ec9ae53c26a987254e14c4bc7713b69dbb83b15a7d07a36cd54a75640e
0xa74b5143a901b94294acf6fe5a987e4a2cbe18940b04fa9a42ec09c4ba5c301c
0xe52f1718bc9815cbafedd033fb429136848d699ceb8032ba604b9fdb0c1eb9e3
0x2b27bc1657bc1630984c4d564284e8862fee751ff6dc787015addc86710a945a
0xdd8aa1e644929ba44db099cc7365ee1e5a9aa204d2e6d227a2663b95da1990ea
0x6570982f640db8ceb2b610fd89103d503852746c950bfc24bb620521229ba9fb
0x4473f495da5f061c850b9a3a7f2d9502ee8de9432193b04e5c104a025353e179
0x27548160d43faa1e2ea7c80841f8c2c57d529693c8973ffe0d29a1b7969950a4

Functions
Getter at block 21385188
fee(view returns (uint256)
8500000000000000
maxSupply(view returns (uint256)
1085
merkleRoot(view returns (bytes32)
0x5e5188ea1ebc2b5bdd2a0b9368bcf19bdc5a7d7ffc2d776d9b1deb1a94bf6075
name(view returns (string)
PLSDSock Genesis
owner(view returns (address)
0x697dc931124a2fed0f0e1ac3d88c75a90321b322
revealed(view returns (bool)
true
symbol(view returns (string)
PLSDSock
totalSupply(view returns (uint256)
743
Read-only
amountBurned(addressview returns (uint256)
balanceOf(address ownerview returns (uint256)
canClaim(bytes32[] proofuint256 whitelistAmountuint256 mintAmountview returns (bool)
getApproved(uint256 tokenIdview returns (address)
hasClaimedSock(uint256 tokenIdview returns (bool)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
remainingMintAmount(bytes32[] proofuint256 whitelistAmountview returns (uint256)
royaltyInfo(uint256uint256 _salePriceview returns (addressuint256)
supportsInterface(bytes4 interfaceIdpure returns (bool)
tokenURI(uint256 tokenIdview returns (string)
whitelistClaimedAmount(addressview returns (uint256)
State-modifying
approve(address touint256 tokenId
burn(uint256 tokenId
claimSock(uint256 tokenId
mintForAddress(address receiveruint256 mintAmount
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setBaseUri(string _baseUri
setFee(uint256 _fee
setMerkleRoot(bytes32 _merkleRoot
setRevealed(bool _state
setRoyalty(addressuint96 _fee
setTokenUriDetails(string _metadataNamestring _externalUrlstring _imageUrlstring _animationUrl
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
whitelistMint(bytes32[] proofuint256 whitelistAmountuint256 mintAmountpayable 
withdraw(
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(bytes32 _merkleRootaddress _owner
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(