SpriteClub
Verified contract
Active on
Ethereum with 12,567 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "SpriteClub"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21245495 | 4 days ago | | | 0 | 0.00050613179 | |
| 21210145 | 9 days ago | | | 0 | 0.00026454917 | |
| 21210112 | 9 days ago | | | 0 | 0.00052731439 | |
| 21210106 | 9 days ago | | | 0 | 0.00060099291 | |
| 21210099 | 9 days ago | | | 0 | 0.00056367492 | |
| 21210088 | 9 days ago | | | 0 | 0.00060846224 | |
| 21210074 | 9 days ago | | | 0 | 0.00055297672 | |
| 21210028 | 9 days ago | | | 0 | 0.00058206419 | |
| 21209961 | 9 days ago | | | 0 | 0.00049251741 | |
| 21073339 | a month ago | | | 0 | 0.00074946051 |
ABI
ABI objects
Getter at block 21277427
addressMintLimit() view returns (uint256)
2
collectionSize() view returns (uint256)
7777
collectionURI() view returns (string)
contractURI() view returns (string)
isMetadataFinalized() view returns (bool)
false
isRafflelistSaleActive() view returns (bool)
false
isSpritelistSaleActive() view returns (bool)
false
mintPrice() view returns (uint256)
70000000000000000
name() view returns (string)
SpriteClub
owner() view returns (address)
0x28193082de8f789d1ed103cfd841c1715713c264
paused() view returns (bool)
false
rafflelistMerkleRoot() view returns (bytes32)
0xd6e976ef147cbd972283a2af96400983176489513c0718daad058e6ec812bc4e
royaltyBasisPoints() view returns (uint16)
70
spritelistMerkleRoot() view returns (bytes32)
0x270b8a7ef8c88cc92228c78056000a79bda60c9693687a371ee08ae2a941ed3f
symbol() view returns (string)
SPRITE
totalSupply() view returns (uint256)
7777
transactionMintLimit() view returns (uint256)
2
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
mintCounts(address) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
royaltyInfo(uint256, uint256 salePrice) view returns (address, uint256)
spriteAnswers(uint256) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
finalizeMetadata()
ownerMint(address to, uint256 quantity)
pause()
rafflelistMint(uint256 answer, bytes32[] proof) payable
rafflelistMintWithApproval(uint256 answer, bytes32[] proof, address[] approvedAddresses) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setCollectionURI(string newCollectionURI)
setIsRafflelistSaleActive(bool newIsRafflelistSaleActive)
setIsSpritelistSaleActive(bool newIsSpritelistSaleActive)
setMetadataBaseURI(string newMetadataBaseURI)
setMintPrice(uint256 newMintPrice)
setRafflelistMerkleRoot(bytes32 newRafflelistMerkleRoot)
setRoyaltyBasisPoints(uint16 newRoyaltyBasisPoints)
setSpritelistMerkleRoot(bytes32 newSpritelistMerkleRoot)
spritelistMint(uint256 answer, uint256 quantity, bytes32[] proof) payable
spritelistMintWithApproval(uint256 answer, uint256 quantity, bytes32[] proof, address[] approvedAddresses) payable
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
unpause()
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
Unpaused(address account)
constructor(string initialMetadataBaseURI, string initialCollectionURI, uint16 initialRoyaltyBasisPoints, uint256 initialTransactionMintLimit, uint256 initialAddressMintLimit, uint256 initialCollectionSize, uint256 initialMintPrice)
This contract contains no fallback and receive objects.
This contract contains no error objects.