Tom Sachs: Rocket Factory - Mothership Tickets
Verified contract
Active on
Ethereum with 5,983 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x6b00…142b
0xfdb7…5d9d
Balances ($0.00)
No balances found for "Tom Sachs: Rocket Factory - Mothership Tickets"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21118700 | 22 days ago | | | 0 | 0.00018476935 | |
| 21012770 | a month ago | | | 0 | 0.00055247962 | |
| 20698472 | 3 months ago | | | 0 | 0.000095699514 | |
| 20696463 | 3 months ago | | | 0 | 0.000053696243 | |
| 20508379 | 3 months ago | | | 0 | 0.000064737546 | |
| 20421060 | 4 months ago | | | 0 | 0.00039064472 | |
| 20148828 | 5 months ago | | | 0 | 0.00015209181 | |
| 20062154 | 6 months ago | | | 0 | 0.00082441307 | |
| 20008956 | 6 months ago | | | 0 | 0.00032440662 | |
| 19838696 | 7 months ago | | | 0 | 0.00016923342 |
ABI
ABI objects
Getter at block 21277123
isFrozen() view returns (bool)
false
name() view returns (string)
Tom Sachs: Rocket Factory - Mothership Tickets
owner() view returns (address)
0x76c54c77a58c376ff9533b3582b1f73c49049126
patchesContract() view returns (address)
0xfdb760b4de27fd1a3377840bf502ebc0732a5d9d
rocketsContract() view returns (address)
0x6b00de202e3cd03c523ca05d8b47231dbdd9142b
rocksContractAddress() view returns (address)
0xa04d2e019fc4f97645bb85d24dd2fed1bd39846d
signerAddress() view returns (address)
0x859b00074befc8bede1f47e82ef240a85205ce59
Read-only
balanceOf(address account, uint256 id) view returns (uint256)
balanceOfBatch(address[] accounts, uint256[] ids) view returns (uint256[])
isApprovedForAll(address account, address operator) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
uri(uint256 _tokenId) view returns (string)
usedPatches(uint16) view returns (bool)
usedRockets(uint16) view returns (bool)
State-modifying
Events devMintTokensToAddresses(struct FlightTicketsDevMint[] _mintData)
freeze()
mintTickets(uint256[] _ticketTypes, uint256[] _amounts, uint16[] _rocketIds, uint16[] _patchIds, uint256 _fromTimestamp, uint256 _toTimestamp, bytes _signature)
renounceOwnership()
safeBatchTransferFrom(address from, address to, uint256[] ids, uint256[] amounts, bytes data)
safeTransferFrom(address from, address to, uint256 id, uint256 amount, bytes data)
setApprovalForAll(address operator, bool approved)
setPatchesContractAddress(address _patchesContractAddress)
setRocketsContract(address _rocketsContractAddress)
setRocksContractAddress(address _rocksContractAddress)
setSignerAddress(address _signerAddress)
setURI(string _uri)
transferOwnership(address newOwner)
useTickets(address _owner, uint256[] _ticketTypes, uint256[] _amounts)
ApprovalForAll(address indexed account, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
PatchUsed(address indexed from, uint256 indexed patchId)
RocketUsed(address indexed from, uint256 indexed rocketId)
TransferBatch(address indexed operator, address indexed from, address indexed to, uint256[] ids, uint256[] values)
TransferSingle(address indexed operator, address indexed from, address indexed to, uint256 id, uint256 value)
URI(string value, uint256 indexed id)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.