Shop Pass by Scab Shop
Verified contract
Active on
Ethereum with 3,264 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 43 additional slots
-
variable spans 48 additional slots
2 additional
variables
Balances ($0.00)
No balances found for "Shop Pass by Scab Shop"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21255921 | 4 days ago | | | 0 | 0.00044208506 | |
| 21254058 | 5 days ago | | | 0 | 0.00049261088 | |
| 20968183 | a month ago | | | 0 | 0.00075549498 | |
| 20932198 | 2 months ago | | | 0 | 0.00044604021 | |
| 20736993 | 3 months ago | | | 0 | 0.00014089943 | |
| 20714137 | 3 months ago | | | 0 | 0.00048948343 | |
| 20660003 | 3 months ago | | | 0 | 0.000049837807 | |
| 20571415 | 3 months ago | | | 0 | 0.000047013600 | |
| 20567585 | 3 months ago | | | 0 | 0.000023677077 | |
| 20406704 | 4 months ago | | | 0 | 0.00011081095 |
ABI
ABI objects
Getter at block 21286370
alMerkleRoot() view returns (bytes32)
0xeb82bb4778822b76dfeaef64bfe2a711036a83b7409cbae9b7845c9ddf7c2e29
contractURI() view returns (string)
https://ipfs.io/ipfs/bafybeih7iuuqjhg4exnwfbelwqhvygjrqxpcnk5sljcclptm2fcwu223ma
description() view returns (string)
The exclusive membership pass of the Scab Shop community.
editionSize() view returns (uint256)
5000
getURIs() view returns (string, bytes32, string, bytes32)
(ipfs://bafybeiepcdt2ezcuzzt6z3jyw3kegypyrtvx5v7rezwh7g4izttrddqvwq, 0xdea9da4a7189651d2f27c4f613039f85d44e2aa610b80ef41ab692227f7ff31f, ipfs://bafybeigpaqtpdpvtt2defvm4yjirgfhlvz2lly7k2af4lcgqmenhoay6iu, 0x9c0bafc4707fa9b4077af14997b11271aa7722091d29e8a33dd9c4a94259948d)
name() view returns (string)
Shop Pass by Scab Shop
numberCanMint() view returns (uint256)
0
owner() view returns (address)
0x044aea8e6c04e67d3b137133217cc7ba66157782
salePrice() view returns (uint256)
100000000000000000
startTime() view returns (uint256)
1649368770
symbol() view returns (string)
SSP
totalSupply() view returns (uint256)
5000
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)
royaltyInfo(uint256, uint256 _salePrice) view returns (address receiver, uint256 royaltyAmount)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
burn(uint256 tokenId)
initialize(address _owner, string _name, string _symbol, string _description, string _animationUrl, bytes32 _animationHash, string _imageUrl, bytes32 _imageHash, uint256 _editionSize, uint256 _royaltyBPS, uint256 _startTime)
mintEdition(address to) returns (uint256)
mintEditions(address[] recipients) returns (uint256)
prePurchase(bytes32[] proof) payable returns (uint256)
purchase() payable returns (uint256)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setContractURI(string newContractURI)
setMerkleRoot(bytes32 _merkleRoot)
setSalePrice(uint256 _salePrice)
setStartTime(uint256 _startTime)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
updateEditionURLs(string _imageUrl, string _animationUrl)
withdraw()
AllowListChanged(bytes32 root)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
EditionSold(uint256 price, address owner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
PriceChanged(uint256 amount)
StartTimeChanged(uint256 time)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(address _sharedNFTLogic)
This contract contains no fallback and receive objects.
This contract contains no error objects.