Sidus721Staking
Verified contract
Active on
Ethereum with 5,134 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
0x0b26…f3bd | ERC-1555 | 1 | -- | -- | |
0x0de9…5356 | ERC-1555 | 1 | -- | -- | |
Sidus | ERC-721 | 1 | -- | -- | |
Sidus | ERC-721 | 1 | -- | -- | |
Sidus | ERC-721 | 1 | -- | -- | |
Sidus | ERC-721 | 1 | -- | -- | |
Sidus | ERC-721 | 1 | -- | -- | |
Sidus | ERC-721 | 1 | -- | -- | |
Sidus | ERC-721 | 1 | -- | -- | |
Sidus | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21156352 | 16 hours ago | | | 0 | 0.0021884728 | |
| 21092442 | 10 days ago | | | 0 | 0.0013250670 | |
| 21089680 | 10 days ago | | | 0 | 0.0015739611 | |
| 21087458 | 10 days ago | | | 0 | 0.0029732181 | |
| 21073029 | 12 days ago | | | 0 | 0.0047752034 | |
| 21072973 | 12 days ago | | | 0 | 0.0023195043 | |
| 21072949 | 12 days ago | | | 0 | 0.0026233029 | |
| 21059567 | 14 days ago | | | 0 | 0.0015056155 | |
| 21059524 | 14 days ago | | | 0 | 0.0014764919 | |
| 21059485 | 14 days ago | | | 0 | 0.0012682905 |
ABI
ABI objects
Getter at block 21161136
owner() view returns (address)
0x721d09419d625414b4fabcaae5313e73e7c3ddb2
Read-only
getUserActiveStakesCount(address _user, uint256 _poolId) view returns (uint256)
getUserStakeByIndex(address _user, uint256 _poolId, uint256 _index) view returns (struct Sidus721StakingUserInfo)
getUserStakeCount(address _user, uint256 _poolId) view returns (uint256)
getUserStakeInfo(address _user, uint256 _poolId) view returns (struct Sidus721StakingUserInfo[])
pools(uint256) view returns (address contractAddress, uint256 period, uint256 activeAfter, uint256 closedAfter)
userStakes(address, uint256, uint256) view returns (uint256 tokenId, uint256 stakedAt, uint256 period, uint256 unStaked)
State-modifying
Events addPool(address _contract, uint256 _period, uint256 _activeAfter, uint256 _closedAfter)
deposit(uint256 poolId, uint256 tokenId)
depositBatch(uint256 poolId, uint256[] tokenIds)
editPool(uint256 _poolId, address _contract, uint256 _period, uint256 _activeAfter, uint256 _closedAfter)
onERC721Received(address operator, address from, uint256 tokenId, bytes data) returns (bytes4)
renounceOwnership()
transferOwnership(address newOwner)
withdraw(uint256 _poolId, uint256 _tokenId)
withdrawBatch(uint256 _poolId)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
StakeChanged(address indexed user, uint256 indexed poolId, uint8 indexed changeType, uint256 tokenId, uint256 timestamp)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.