Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x6bd8…e786
0x8129…9ebc
-
variable spans 1 additional slot
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
VGS | ERC-721 | 1 | -- | -- | |
VGS | ERC-721 | 1 | -- | -- | |
VGS | ERC-721 | 1 | -- | -- | |
VGS | ERC-721 | 1 | -- | -- | |
VGS | ERC-721 | 1 | -- | -- | |
VGS | ERC-721 | 1 | -- | -- | |
VGS | ERC-721 | 1 | -- | -- | |
VGS | ERC-721 | 1 | -- | -- | |
VGS | ERC-721 | 1 | -- | -- | |
VGS | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19858302 | 2 months ago | | | 0 | 6.5048574e-7 | |
| 19858294 | 2 months ago | | | 0 | 6.1606925e-7 | |
| 19858289 | 2 months ago | | | 0 | 6.4487277e-7 | |
| 19858281 | 2 months ago | | | 0 | 7.2713659e-7 | |
| 18905452 | 3 months ago | | | 0 | 3.2475064e-7 | |
| 18905451 | 3 months ago | | | 0 | 3.2998514e-7 | |
| 18905451 | 3 months ago | | | 0 | 3.3521965e-7 | |
| 18905450 | 3 months ago | | | 0 | 3.4104260e-7 | |
| 18905449 | 3 months ago | | | 0 | 3.5388145e-7 | |
| 18905448 | 3 months ago | | | 0 | 3.5412752e-7 |
ABI
ABI objects
Getter at block 22733923
fuelRate() view returns (uint256)
10000
gasStation() view returns (address)
0x919f6b33cd716316f3ff3519aacd5b835e4eda20
getNextReward() view returns (uint256)
1644000000000000000
getTotalStakedSpacecraft() view returns (uint256)
334
missionRewardAPR() view returns (uint256 apr)
17333328571427203200000
owner() view returns (address)
0x2e6243a4cdb82b77dc4530a9942ba5eed7431822
params() view returns (uint256 rewardPerSpacecraft, uint256 duration)
(rewardPerSpacecraft=3324200000000000000, duration=604800)
penaltyRate() view returns (uint256)
12000
planet() view returns (string)
Nexara
spacecraft() view returns (address)
0x6bd8dcecebc34030316a77e5440565ee8f7ae786
stakeEnabled() view returns (bool)
true
totalBurned() view returns (uint256)
17950680000000000000
totalClaimed() view returns (uint256)
12787926320000000000000
totalMissions() view returns (uint256)
4265
unstakeEnabled() view returns (bool)
true
vex() view returns (address)
0x8129b94753f22ec4e62e2c4d099ffe6773969ebc
vortex() view returns (address)
0x8a48b5667c8e1f0dcd9be1783a522bb95a59fd55
Read-only
_abortMissionFees(uint256 _reward, uint256 _timeLeft, uint256 _missionDuration) view returns (uint256)
_calculateMissionReward(uint256 _reward, uint256 _estimatedEndAt) view returns (uint256 _stakerReward, uint256 _fuelFees, uint256 _burned)
getSpacecraftsMissions(address staker) view returns (struct StakingV1SpacecraftMission[])
stakedSpacecrafts(uint256) view returns (address owner, uint256 reward, uint256 startedAt, uint256 estimatedEndAt)
stakerSpacecrafts(address, uint256) view returns (uint256)
State-modifying
Events emergencyWithdrawSpaceCraft(address to, uint256 spacecraftId) returns (bool)
enableStaking(bool isEnabled)
enableUnstaking(bool isEnabled)
onERC721Received(address, address, uint256, bytes) returns (bytes4)
renounceOwnership()
setFuelRate(uint256 rate)
setGasStation(address _gasStationAddress)
setMissionParams(uint256 _rewardPerSpacecraft, uint256 _durationInSeconds)
setPenaltyRate(uint256 rate)
setSpacecraftContract(address _contract)
setVexContract(address _contractAddress)
setVortex(address _blackHole)
stake(uint256 spacecraftId)
transferOwnership(address newOwner)
unstake(uint256 spacecraftId)
withdrawERC20(address token)
withdrawETH()
withdrawVEX()
EndMission(address staker, uint256 spacecraftId, uint256 reward, uint256 endAt)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
StartMission(address staker, uint256 spacecraftId, uint256 rewarded)
constructor(address _initialOwner, address _tokenAddress, address _spacecraftTokenAddress, address _gasStationAddress, string _planetName)
receive()
FailedSpacecraftTransfer()
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)
ReentrancyGuardReentrantCall()