Ticket to Space NFT
Verified contract
Active on
Ethereum with 12,438 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 "Ticket to Space NFT"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21177063 | 11 days ago | | | 0 | 0.0012320759 | |
| 21100497 | 22 days ago | | | 0 | 0.00029355459 | |
| 21025425 | a month ago | | | 0 | 0.00014818955 | |
| 20982173 | a month ago | | | 0 | 0.00024388179 | |
| 20841599 | 2 months ago | | | 0 | 0.00031893364 | |
| 20757353 | 2 months ago | | | 0 | 0.000067674992 | |
| 20703359 | 3 months ago | | | 0 | 0.000065644229 | |
| 20525437 | 3 months ago | | | 0 | 0.000060138812 | |
| 20498778 | 3 months ago | | | 0 | 0.000045361380 | |
| 20321821 | 4 months ago | | | 0 | 0.00022043765 |
ABI
ABI objects
Getter at block 21256802
OPERATOR_ROLE() view returns (bytes32)
0x97667070c54ef182b0f5858b034beac1b6f3089aa2d3188bb1e8929f4fa9b929
claimedCount() view returns (uint256)
8016
merkleRoot() view returns (bytes32)
0x8f82a166f2cd4d955e18e160ab4f30cf463404fed87913bd98351957439acb12
name() view returns (string)
Ticket to Space NFT
owner() view returns (address)
0x57d0b39a2500ac6235a356879b62cb4926de31a4
symbol() view returns (string)
Ticket to Space NFT
totalSupply() view returns (uint256)
8016
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
hasRole(bytes32 role, address account) view returns (bool)
isApprovedForAll(address owner, address operator) view returns (bool)
isClaimed(address _address) view returns (bool)
isOperator(address account) view returns (bool)
isWhitelist(bytes32[] merkleProof) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events addMerkleRoot(bytes32 _merkleRoot)
addOperator(address account)
approve(address to, uint256 tokenId)
claim(bytes32[] merkleProof)
renounceOwnership()
revokeOperator(address account)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setImage(string image)
setSwitch(uint256 switch_)
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)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RoleGranted(bytes32 indexed role, address indexed account, address indexed sender)
RoleRevoked(bytes32 indexed role, address indexed account, address indexed sender)
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()