DWStaking
Verified contract
Active on
Ethereum with 458 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 |
---|---|---|---|---|---|
DRM | ERC-721 | 1 | -- | -- | |
DRM | ERC-721 | 1 | -- | -- | |
DRM | ERC-721 | 1 | -- | -- | |
DRM | ERC-721 | 1 | -- | -- | |
DRM | ERC-721 | 1 | -- | -- | |
DRM | ERC-721 | 1 | -- | -- | |
DRM | ERC-721 | 1 | -- | -- | |
DRM | ERC-721 | 1 | -- | -- | |
DRM | ERC-721 | 1 | -- | -- | |
DRM | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17510789 | a year ago | | | 0 | 0.0016681466 | |
| 17510786 | a year ago | | | 0 | 0.0015352391 | |
| 17510783 | a year ago | | | 0 | 0.0017444173 | |
| 17510780 | a year ago | | | 0 | 0.0014832684 | |
| 17510777 | a year ago | | | 0 | 0.0017127751 | |
| 17510773 | a year ago | | | 0 | 0.0017841076 | |
| 17510769 | a year ago | | | 0 | 0.0013859023 | |
| 17449989 | a year ago | | | 0 | 0.0014368000 | |
| 17036486 | 2 years ago | | | 0 | 0.0023351443 | |
| 16994134 | 2 years ago | | | 0 | 0.0016116120 |
ABI
ABI objects
Getter at block 21305890
owner() view returns (address)
0x9d78542eb1155179107612378fc1b151e4559f0e
Read-only
_getAvailableRewards(address _account) view returns (uint256)
_getStakedIds(address _account) view returns (uint256[])
commitments(address, uint256) view returns (uint32 blockStakedAdjusted, uint256 tokenId)
State-modifying
Events onERC721Received(address _operator, address _from, uint256 _tokenId, bytes _data) returns (bytes4)
renounceOwnership()
stakeMultipleNfts(uint256[] _tokenIds)
stakeNft(uint256 _tokenId)
transferOwnership(address newOwner)
unstakeNft(uint256 _tokenId)
unstakeNftOptions(uint256 _tokenId, address _owner, address _beneficiary)
withdrawAvailableRewards()
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
StakeNft(address indexed _staker, uint256 indexed _tokenId)
UnstakeNft(address indexed _staker, uint256 indexed _tokenId, uint256 _rewardTokens)
constructor(address _erc20Token, address _erc721Token)
This contract contains no fallback and receive objects.
This contract contains no error objects.