Swanky Space Squad

Verified contract

Active on Ethereum with 490 txns
Deployed by via 0xd0f75e90 at 14969550
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 "Swanky Space Squad"

0x9783bf029b054b790d092f81f3a8f13dca2ca6d94bebebe42c34fc40bfd617ed
0x075cc662a3d2bf46cbf298cd9dba4f7ded72d6012893cb7c5492a8c2ccd3a93f
0x8aabd0bb8f749d62b99a8fc750b2c878b527f7e105214caf1f85c4fea4c3c69f
0xf26340101bb3cf04c157262385944f86faaf0e5a84cf9ff7a5616911599b0426
0x8af21f70d88e3992bf6a3229298fdd3f86ff3d780ce26e119235aaa7c62d9c32
0xeeb6bdfe0dc89a7674097d6817be209266dc49463e0cd6e43478961fcb4ba587
From
0x66f27404d6895911dd81482c83a996dc816db7948d9f3da4b17b7ae4c5b3abd0
0x7cec2e540aa430dad1c22ec3e482094403667fa93e268d0b8a12971a06cd8657
0xcdc819cb2e7a510297803175703a6af3b70adf379e728a390d260e1c0cb3dd3e
0x68398123422c84d551158be1c7403e0f3384163dc7fd51bfa5d10bc89dc27e1b

Functions
Getter at block 21289645
MAX_SUPPLY(view returns (uint256)
333
MAX_WL_SUPPLY(view returns (uint256)
333
PRICE(view returns (uint256)
0
WL_PRICE(view returns (uint256)
0
baseTokenURI(view returns (string)
ipfs://QmUjjsmboBR2EFYbFajVufrpTtqh4XesjMsCBwzTSpXu14/
giveawayLimit(view returns (uint256)
0
maxPurchase(view returns (uint256)
2
maxTx(view returns (uint256)
20
maxTxVIP(view returns (uint256)
2
maxTxWL(view returns (uint256)
2
maxVIPPurchase(view returns (uint256)
2
maxWLPurchase(view returns (uint256)
2
merkleRoot(view returns (bytes32)
0x819c93fedd8a4ddd5dd7cf97e78d486767fefc3b67ce880993726cad41368381
name(view returns (string)
Swanky Space Squad
owner(view returns (address)
0xdd3549f52d4642305e8e6df95827daa8c38be9da
saleIsActive(view returns (bool)
false
symbol(view returns (string)
SSS
totalSupply(view returns (uint256)
333
vipMerkleRoot(view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
whitelistSaleIsActive(view returns (bool)
true
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
numberMinted(address ownerview returns (uint256)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
approve(address touint256 tokenId
flipSaleState(
flipWhitelistSaleState(
giveAway(uint256 numberOfTokensaddress to
mint(uint256 numberOfTokenspayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setBaseURI(string baseURI
setMaxPurchaseLimit(uint256 _limit
setMaxTxLimit(uint256 _txLimit
setMaxTxVIP(uint256 _txLimit
setMaxTxWL(uint256 _txLimit
setMaxVIPPurchaseLimit(uint256 _limit
setMaxWLPurchaseLimit(uint256 _limit
setPrice(uint256 _price
setPriceWL(uint256 _wlPrice
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
updateMerkleRoot(bytes32 newMerkleRoot
updateVIPMerkleRoot(bytes32 newMerkleRoot
vipMint(uint256 numberOfTokensbytes32[] merkleProofpayable 
whitelistMint(uint256 numberOfTokensbytes32[] merkleProofpayable 
withdraw(
withdrawAll(
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(
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApprovalToCurrentOwner(
ApproveToCaller(
BalanceQueryForZeroAddress(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(