SpaceKidStake
Verified contract
Implementation
Active on
Ethereum with 102 txns
Storage
Map
Table
Raw
Constants and immutables
6
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 "SpaceKidStake"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20274574 | 4 months ago | | | 0 | 0.00012207541 | |
| 20258809 | 4 months ago | | | 0 | 0.000079040011 | |
| 20258807 | 4 months ago | | | 0 | 0.000076506434 | |
| 20257063 | 4 months ago | | | 0 | 0.000061557339 | |
| 20254673 | 4 months ago | | | 0 | 0.000041105825 | |
| 20249643 | 4 months ago | | | 0 | 0.000037496263 | |
| 20239177 | 4 months ago | | | 0 | 0.00025280017 | |
| 20239119 | 4 months ago | | | 0 | 0.00028631820 | |
| 20239030 | 4 months ago | | | 0 | 0.00034989621 | |
| 20238977 | 4 months ago | | | 0 | 0.00040506013 |
ABI
ABI objects
Getter at block 20847025
BOOST_MANTISSA() view returns (uint256)
100
getMultipliers() view returns (struct SpaceKidStakeMultiplier[])
[]
owner() view returns (address)
0x0000000000000000000000000000000000000000
spaceKid() view returns (address)
0x0000000000000000000000000000000000000000
unlockTime() view returns (uint256)
0
Read-only
getStakedTokens(address user) view returns (uint256[])
getStakingPoint(address user, uint256 _calculateTo) view returns (uint256)
getStakingStatus(address user) view returns (struct SpaceKidStakeStakingStatus)
State-modifying
Events claim(uint256[] tokenIds)
initialize(address owner, address _spaceKid, uint256 _unlockTime)
onERC721Received(address, address, uint256, bytes) returns (bytes4)
renounceOwnership()
setMultiplier(struct SpaceKidStakeMultiplier[] multipliers)
setUnlockTime(uint256 _unlockTime)
stake(uint256[] tokenIds)
transferOwnership(address newOwner)
Claim(address owner, uint256[] tokenIds)
Initialized(uint64 version)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SetMultiplier(struct SpaceKidStakeMultiplier[] multipliers)
SetUnlockTime(uint256 unlockTime)
Stake(address owner, uint256[] tokenIds, uint256 lastPoint, uint256 lastStakedTokenCount, uint256 timestamp)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
InvalidInitialization()
NotInitializing()
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)
ReentrancyGuardReentrantCall()