Swanky Space Squad
Verified contract
Active on
Ethereum with 490 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
1 additional
variable
Balances ($0.00)
No balances found for "Swanky Space Squad"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21241750 | 7 days ago | | | 0 | 0.00021113572 | |
| 19541757 | 8 months ago | | | 0 | 0.0013520317 | |
| 19059841 | 10 months ago | | | 0 | 0.00049693369 | |
| 19058921 | 10 months ago | | | 0 | 0.00053689766 | |
| 18709627 | a year ago | | | 0 | 0.00079711632 | |
| 18503407 | a year ago | | | 0 | 0.00063206968 | |
| 18358660 | a year ago | | | 0 | 0.00013364168 | |
| 18026979 | a year ago | | | 0 | 0.00085361336 | |
| 17294295 | 2 years ago | | | 0 | 0.0041766258 | |
| 17288918 | 2 years ago | | | 0 | 0.0021268600 |
ABI
ABI objects
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 owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
numberMinted(address owner) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
flipSaleState()
flipWhitelistSaleState()
giveAway(uint256 numberOfTokens, address to)
mint(uint256 numberOfTokens) payable
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)
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 from, address to, uint256 tokenId)
transferOwnership(address newOwner)
updateMerkleRoot(bytes32 newMerkleRoot)
updateVIPMerkleRoot(bytes32 newMerkleRoot)
vipMint(uint256 numberOfTokens, bytes32[] merkleProof) payable
whitelistMint(uint256 numberOfTokens, bytes32[] merkleProof) payable
withdraw()
withdrawAll()
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)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor()
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()