SpaceStation
Verified contract
Implementation
Active on
Ethereum with 1 txns
Storage
Map
Table
Raw
Constants and immutables
2
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 "SpaceStation"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 12742584 | 3 years ago | | | 0 | 0.0024693559 |
ABI
ABI objects
Getter at block 20866386
galaxyTreasuryNetwork() view returns (uint256)
0
initialized() view returns (bool)
true
manager() view returns (address)
0x1211bf2b0cfc86e1898cf3983ee9e0253ccacd4a
paused() view returns (bool)
false
treasury_manager() view returns (address)
0x1211bf2b0cfc86e1898cf3983ee9e0253ccacd4a
Read-only
campaignFeeConfigs(uint256, uint8) view returns (address erc20, uint256 erc20Fee, uint256 platformFee, bool isActive)
campaignStakeConfigs(uint256) view returns (address erc20, uint256 minStakeAmount, uint256 maxStakeAmount, uint256 lockBlockNum, bool burnRequired, bool isEarlyStakeOutAllowed, uint256 earlyStakeOutFine)
galaxyTreasuryERC20(address) view returns (uint256)
hasMinted(uint256) view returns (bool)
State-modifying
Events activateCampaign(uint256 _cid, uint8[] _op, uint256[] _platformFee, uint256[] _erc20Fee, address[] _erc20)
addValidatedStarNFTAddress(address _starNFT)
claim(uint256 _cid, address _starNFT, uint256 _dummyId, uint256 _powah, bytes _signature) payable
claimBatch(uint256 _cid, address _starNFT, uint256[] _dummyIdArr, uint256[] _powahArr, bytes _signature) payable
expireCampaign(uint256 _cid, uint8[] _op)
initEIP712()
initialize(address _manager, address _treasury_manager)
isValidatedStarNFTAddress(address _starNFT) returns (bool)
networkWithdraw()
removeValidatedStarNFTAddress(address _starNFT)
setPause(bool _paused)
updateManager(address newAddress)
updateTreasureManager(address newAddress)
EventActivateCampaign(uint256 _cid)
EventActivateStakeCampaign(uint256 _cid)
EventClaim(uint256 _cid, uint256 _dummyId, uint256 _nftID, address _sender)
EventClaimBatch(uint256 _cid, uint256[] _dummyIdArr, uint256[] _nftIDArr, address _sender)
EventExpireCampaign(uint256 _cid)
EventForgeNoStake(uint256 _cid, address _sender, address _starNFT, uint256[] _nftIDs)
EventForgeWithStake(uint256 _cid, address _sender, address _starNFT, uint256[] _nftIDs, uint256 _stakeAmount, address _erc20)
EventStakeIn(uint256 _cid, address _sender, uint256 _stakeAmount, address _erc20)
EventStakeOut(address _starNFT, uint256 _nftID)
constructor()
fallback()
receive()
This contract contains no error objects.