S2TM Space Pass - Season 1
Verified contract
Active on
Ethereum with 3,272 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x376f…2418
0x57a1…d63b
0xcdb1…ecfa
0x1748…444f
0x340e…1916
0x22dd…5120
0x4d3f…7d3c
0xee1a…0d6a
Balances ($0.00)
No balances found for "S2TM Space Pass - Season 1"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20786113 | 2 months ago | | | 0 | 0.00089402166 | |
| 20009930 | 5 months ago | | | 0 | 0.00044374926 | |
| 19982309 | 5 months ago | | | 0 | 0.00047793863 | |
| 19982309 | 5 months ago | | | 0 | 0.00071128452 | |
| 19872042 | 6 months ago | | | 0 | 0.00017499623 | |
| 19711200 | 7 months ago | | | 0 | 0.00057941305 | |
| 19623516 | 7 months ago | | | 0 | 0.00037638396 | |
| 19288068 | 9 months ago | | | 0 | 0.00080498965 | |
| 19288032 | 9 months ago | | | 0 | 0.00076365657 | |
| 19074427 | 10 months ago | | | 0 | 0.00019666433 |
ABI
ABI objects
Getter at block 21159887
baseURI() view returns (string)
https://shot2themoon.mypinata.cloud/ipfs/QmdM8PX7DVyvu9DgxH7UnGes3oS2GeNewBfWM1UKdXrjZx/
mintLimit() view returns (uint256)
10
mintPrice() view returns (uint256)
50000000000000000
name() view returns (string)
S2TM Space Pass - Season 1
owner() view returns (address)
0x8b97cb8c5ec5aa497b48fa70404167c63f1ec555
saleActive() view returns (bool)
false
supplyLimit() view returns (uint256)
5000
symbol() view returns (string)
S2TM-S1
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)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
buyPass(uint256 _numberOfTokens) payable
changeMintLimit(uint256 _mintLimit)
changeMintPrice(uint256 _mintPrice)
changeSupplyLimit(uint256 _supplyLimit)
emergencyWithdraw()
renounceOwnership()
reservePass(uint256 _numberOfTokens)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _baseURI)
toggleSaleActive()
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)
BaseURIChanged(string _baseURI)
MintLimitChanged(uint256 _mintLimit)
MintPriceChanged(uint256 _mintPrice)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
PassMinted(address indexed _user, uint256 indexed _tokenId, string _tokenURI)
ReservePass(uint256 _numberOfTokens)
SaleStateChanged(bool _state)
SupplyLimitChanged(uint256 _supplyLimit)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(uint256 tokenSupplyLimit, string _baseURI)
This contract contains no fallback and receive objects.
This contract contains no error objects.