PLSDSock Genesis
Verified contract
Active on
Ethereum with 629 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
1 additional
variable
Balances ($33.22)
Native
Value
$33.22
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.0085 | $3,908.58 |
$33.22 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19850224 | 7 months ago | | | 0 | 0.00015287242 | |
| 19169100 | 10 months ago | | | 0 | 0.0013318518 | |
| 19169096 | 10 months ago | | | 0 | 0.0013450237 | |
| 18921048 | a year ago | | | 0 | 0.0014818746 | |
| 18802607 | a year ago | | | 0 | 0.00090321746 | |
| 18771097 | a year ago | | | 0 | 0.0023406654 | |
| 18732030 | a year ago | | | 0 | 0.00076215750 | |
| 18719524 | a year ago | | | 0 | 0.0010092223 | |
| 17888024 | a year ago | | | 0 | 0.00064811134 | |
| 17883002 | a year ago | | | 0 | 0.00079663261 |
ABI
ABI objects
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(address) view returns (uint256)
balanceOf(address owner) view returns (uint256)
canClaim(bytes32[] proof, uint256 whitelistAmount, uint256 mintAmount) view returns (bool)
getApproved(uint256 tokenId) view returns (address)
hasClaimedSock(uint256 tokenId) view returns (bool)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
remainingMintAmount(bytes32[] proof, uint256 whitelistAmount) view returns (uint256)
royaltyInfo(uint256, uint256 _salePrice) view returns (address, uint256)
supportsInterface(bytes4 interfaceId) pure returns (bool)
tokenURI(uint256 tokenId) view returns (string)
whitelistClaimedAmount(address) view returns (uint256)
State-modifying
Events approve(address to, uint256 tokenId)
burn(uint256 tokenId)
claimSock(uint256 tokenId)
mintForAddress(address receiver, uint256 mintAmount)
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)
setFee(uint256 _fee)
setMerkleRoot(bytes32 _merkleRoot)
setRevealed(bool _state)
setRoyalty(address, uint96 _fee)
setTokenUriDetails(string _metadataName, string _externalUrl, string _imageUrl, string _animationUrl)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
whitelistMint(bytes32[] proof, uint256 whitelistAmount, uint256 mintAmount) payable
withdraw()
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(bytes32 _merkleRoot, address _owner)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()