SpaceFlightSimulator
Verified contract
Active on
Ethereum with 238 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($155.96)
Native
Value
$155.96
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.05 | $3,119.12 |
$155.96 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19589142 | 7 months ago | | | 0 | 0.00068614153 | |
| 18907336 | a year ago | | | 0 | 0.00063637600 | |
| 18798614 | a year ago | | | 0 | 0.0014006346 | |
| 17161864 | 2 years ago | | | 0 | 0.00090140878 | |
| 17161864 | 2 years ago | | | 0 | 0.00090140878 | |
| 16307510 | 2 years ago | | | 0 | 0.00077995969 | |
| 16302689 | 2 years ago | | | 0 | 0.00073516123 | |
| 16220914 | 2 years ago | | | 0 | 0.00063634945 | |
| 15273209 | 2 years ago | | | 0 | 0.00063680267 | |
| 15227605 | 2 years ago | | | 0 | 0.00097753578 |
ABI
ABI objects
Getter at block 21214116
MAX_TOKENS() view returns (uint256)
5555
baseURILocked() view returns (bool)
false
businessAddress() view returns (address)
0x053d722d9ed18c5c413824b968e9838284f2f343
collectionBaseURI() view returns (string)
https://spaceflightnft-hvorxsrj4q-uc.a.run.app/res/attribute/
devAddress() view returns (address)
0xbebf76d496a855964845706f12a9f75e9ae6423d
gameDevAddress() view returns (address)
0x013fb82ee85be23cfd7ad237b69b032152799091
maxSimulatorPurchase() view returns (uint256)
20
name() view returns (string)
SpaceFlightSimulator
owner() view returns (address)
0x053d722d9ed18c5c413824b968e9838284f2f343
price() view returns (uint256)
50000000000000000
symbol() view returns (string)
SPACE
totalSupply() view returns (uint256)
252
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)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
lockBaseURI()
mintSimulators(uint256 numberOfTokens) payable
renounceOwnership()
reserveSimulators(uint256 numberOfTokens, address recipient)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string newURI)
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(address _devAddress, address _gameDevAddress, address _businessAddress)
This contract contains no fallback and receive objects.
This contract contains no error objects.