Space Pass
Verified contract
Active on
Ethereum with 1,329 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 2 additional slots
Balances ($0.00)
No balances found for "Space Pass"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19661140 | 7 months ago | | | 0 | 0.00077272646 | |
| 19298068 | 9 months ago | | | 0 | 0.00067789256 | |
| 19110556 | 10 months ago | | | 0 | 0.00024441490 | |
| 18633299 | a year ago | | | 0 | 0.0012850904 | |
| 18544396 | a year ago | | | 0 | 0.0018874033 | |
| 17948477 | a year ago | | | 0 | 0.00034602413 | |
| 17427259 | a year ago | | | 0 | 0.00095417112 | |
| 17331365 | a year ago | | | 0 | 0.0016831020 | |
| 17023938 | 2 years ago | | | 0 | 0.00095266586 | |
| 17008381 | 2 years ago | | | 0 | 0.00081438801 |
ABI
ABI objects
Getter at block 21205533
PRICE() view returns (uint256)
10000000000000000
SUPPLY_MAX() view returns (uint256)
555
baseURI() view returns (string)
ipfs://QmQQDoRMWsqMirvfZgB7DHa6EMZywRttMY81HV5aJRsZC1/
merkleRoot() view returns (bytes32)
0x8740ea549394933a1f23f24127e1a7fa4d6d0be38b92cdaf581416e2c166f8f5
name() view returns (string)
Space Pass
owner() view returns (address)
0x3dc21708a6f4353a1691d560d4a30a0dcebdb614
presaleConfig() view returns (uint32 startTime, uint32 endTime, uint256 whitelistMaxSupply, uint256 whitelistPrice)
(startTime=1654981200, endTime=1654983000, whitelistMaxSupply=107, whitelistPrice=5000000000000000)
presalePaused() view returns (bool)
false
publicSalePaused() view returns (bool)
false
revealed() view returns (bool)
false
symbol() view returns (string)
SpacePass
totalSupply() view returns (uint256)
555
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)
publicWalletMinted(address) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 _tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
batchMintForAddress(address[] addresses, uint256[] quantities)
mintForAddress(uint256 _mintAmount, address _receiver)
pausePresale(bool _state)
pausePublicSale(bool _state)
presaleMint(bytes32[] _merkleProof) payable
publicMint() 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 _newBaseURI)
setMerkleRoot(bytes32 merkleRoot_)
setPresaleStartTime(uint32 startTime_, uint32 endTime_)
setPublicPrice(uint256 _price)
setPublicSaleStartTime(uint32 startTime_)
setRevealed()
setWhitelistPrice(uint256 _price)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
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)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor()
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
ContractMint()
ExceedsTxnLimit()
ExceedsWalletLimit()
InsufficientFunds()
InvalidProof()
MintInactive()
MintPaused()
MintToZeroAddress()
MintZeroQuantity()
OutOfSupply()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()