Stake
Verified contract
Implementation
Active on
Ethereum with 0 txns
Storage
Map
Table
Raw
Constants and immutables
0
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 48 additional slots
Balances ($0.00)
No balances found for "Stake"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "Stake"
ABI
ABI objects
Getter at block 21288155
nft() view returns (address)
0x0000000000000000000000000000000000000000
owner() view returns (address)
0x0000000000000000000000000000000000000000
startTime() view returns (uint256)
0
Read-only
admin(address) view returns (bool)
getAllStakeRecords(address _address) view returns (struct StakeStakeInfo[])
getPendingStakeRecords(address _address) view returns (struct StakeStakeInfo[])
onERC721Received(address, address, uint256, bytes) pure returns (bytes4)
stakeTokenIds(uint256) view returns (address)
stateInfoById(address, uint256) view returns (uint256 id, uint256 tokenId, uint256 startTime, uint256 endTime, uint8 status, address stakeAddress, uint256 stakeType)
State-modifying
Events initialize(uint256 _stakeType)
renounceOwnership()
setAdmin(address _sender, bool _flag)
setNftAddress(address _nft)
setStartTime(uint256 _startTime)
stake(uint256 _tokenId)
takeBack(uint256 _id)
transferOwnership(address newOwner)
Initialized(uint8 version)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
statusChange(address indexed _from, uint256 indexed _id, uint8 indexed _status)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
NotAdmin(address msgSender)
NotYetStartTime(uint256 blockTime, uint256 startTime)
WrongStartTime(uint256 startTime, uint256 blockTime)