SpaceStationProxy
Verified contract
Proxy
Active on
Ethereum with 32 txns
Unified 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 ($121.69)
Native
Value
$121.69
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.05 | $2,433.86 |
$121.69 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20231601 | 4 months ago | | | 0 | 0.00014004447 | |
| 20224694 | 4 months ago | | | 0 | 0.00012459739 | |
| 19425035 | 8 months ago | | | 0 | 0.0015883838 | |
| 18989797 | 10 months ago | | | 0 | 0.00055540387 | |
| 17988569 | a year ago | | | 0 | 0.0010143047 | |
| 17988568 | a year ago | | | 0 | 0.0010152468 | |
| 17983316 | a year ago | | | 0 | 0.00048720653 | |
| 12818376 | 3 years ago | | | 0 | 0.0023413740 | |
| 12791527 | 3 years ago | | | 0 | 0.0032443784 | |
| 12779713 | 3 years ago | | | 0 | 0.0043485780 |
ABI
ABI objects
Getter at block 21124589
proxyAdmin() view returns (address)
0xeb0109daeb60e6f88f01efd0414cb5f293a2b4a5
proxyImplementation() view returns (address)
0x21404f88ad906610bd4548439eca429b41bff59a
galaxyTreasuryNetwork() view returns (uint256)
0
initialized() view returns (bool)
true
manager() view returns (address)
0xf1ec1e40b31d12531a20ff346849e4032421e1db
paused() view returns (bool)
false
treasury_manager() view returns (address)
0xf1ec1e40b31d12531a20ff346849e4032421e1db
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 admin() returns (address admin_)
changeAdmin(address newAdmin)
implementation() returns (address implementation_)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
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)
AdminChanged(address previousAdmin, address newAdmin)
Upgraded(address indexed implementation)
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(address _implement, address _owner, bytes _data)
fallback()
fallback()
receive()
receive()
This contract contains no error objects.