SpaceKidStake

Verified contract

Implementation

Active on Ethereum with 102 txns
Deployed by via 0x6f203564 at 20829028
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "SpaceKidStake"

0x8dc2bbf98d7cc180931beb0102b9b7c86fa4bfc0ddbecd957e7121d0f1e5d137
0x8b7394a81471c94b259aa0d326b14c1095ff165a3613c41b160d7fb37c4a8b10
0x95bbc3db9fdb08c8c6b1ff647f1324edab991b8293c625ebfd2f36934645ebb0
0x78307a800523f2a2e579df4a120180fa91ed4a2c646e39186af58bd1fdcc86a4
0x86dc2072dbb9441c98c6ea98983e785e04bd46e3abdc1b003be15a087edec4dd
0xa7bc11f0719cd17fb7810520bd293b9d8a83a109bd578bd497a3caac07c87f76
0x24a682f74ae2a0afe6e1108bbd66b26b587291b45bb8104af6f631fcccc661f5
0x59ff6734d5c1efb4378d47ab44eef3d5c035cd5771f468649367df8dbd7d02f2
0xfccd42d7c9bfb13653f18993d8570fa9585f9d60624c08ef06a8b8be117c9c85
0x524af7760935414eb1ab4a8c2fa2ef36ab21e060d8a6a88f6400c9df63d3714b

Functions
Getter at block 20847650
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 userview returns (uint256[])
getStakingPoint(address useruint256 _calculateToview returns (uint256)
getStakingStatus(address userview returns (struct SpaceKidStakeStakingStatus)
State-modifying
claim(uint256[] tokenIds
initialize(address owneraddress _spaceKiduint256 _unlockTime
onERC721Received(addressaddressuint256bytesreturns (bytes4)
renounceOwnership(
setMultiplier(struct SpaceKidStakeMultiplier[] multipliers
setUnlockTime(uint256 _unlockTime
stake(uint256[] tokenIds
transferOwnership(address newOwner
Events
Claim(address owneruint256[] tokenIds
Initialized(uint64 version
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
SetMultiplier(struct SpaceKidStakeMultiplier[] multipliers
SetUnlockTime(uint256 unlockTime
Stake(address owneruint256[] tokenIdsuint256 lastPointuint256 lastStakedTokenCountuint256 timestamp
Constructor

This contract contains no constructor objects.

Fallback and receive

This contract contains no fallback and receive objects.

Errors
InvalidInitialization(
NotInitializing(
OwnableInvalidOwner(address owner
OwnableUnauthorizedAccount(address account
ReentrancyGuardReentrantCall(