StarbaseExplorerPass
Verified contract
Active on
Ethereum with 3,021 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 "StarbaseExplorerPass"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21318661 | 2 hours ago | | | 0 | 0.0010589991 | |
| 21119795 | a month ago | | | 0 | 0.00019891142 | |
| 21119786 | a month ago | | | 0 | 0.00024297773 | |
| 21119698 | a month ago | | | 0 | 0.00030285689 | |
| 21119413 | a month ago | | | 0 | 0.00015280192 | |
| 21115005 | a month ago | | | 0 | 0.00033480839 | |
| 21114993 | a month ago | | | 0 | 0.00033140847 | |
| 21097020 | a month ago | | | 0 | 0.00026619117 | |
| 21096863 | a month ago | | | 0 | 0.00018568193 | |
| 21049042 | a month ago | | | 0 | 0.00036183076 |
ABI
ABI objects
Getter at block 21319241
contractURI() view returns (string)
https://quest-frontend.pages.dev/explorer-pass-contract.json
name() view returns (string)
StarbaseExplorerPass
owner() view returns (address)
0x3c4e74789f246b705849868bc7d2a950254d8101
symbol() view returns (string)
STRBSE
totalMinted() view returns (uint256)
2880
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)
burn(uint256 tokenId)
mint(address to)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setApprovalForAll(address operator, bool approved)
setBaseTokenURI(string newBaseUri_)
setContractURI(string newContractUri_)
setMintingEnabled(bool enabled)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
BaseTokenURIUpdated(string newContractURI)
ContractURIUpdated(string newContractURI)
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.
This contract contains no error objects.