StakingSystem
Verified contract
Active on
Ethereum with 63 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 |
---|---|---|---|---|---|
VCR | ERC-721 | 1 | -- | -- | |
VCR | ERC-721 | 1 | -- | -- | |
VCR | ERC-721 | 1 | -- | -- | |
VCR | ERC-721 | 1 | -- | -- | |
VCR | ERC-721 | 1 | -- | -- | |
VCR | ERC-721 | 1 | -- | -- | |
VCR | ERC-721 | 1 | -- | -- | |
VCR | ERC-721 | 1 | -- | -- | |
VCR | ERC-721 | 1 | -- | -- | |
VCR | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15444007 | 2 years ago | | | 0 | 0.0014127413 | |
| 15177259 | 2 years ago | | | 0 | 0.0073843024 | |
| 15165993 | 2 years ago | | | 0 | 0.0068248221 | |
| 15140194 | 2 years ago | | | 0 | 0.00032351713 | |
| 15140194 | 2 years ago | | | 0 | 0.0037039409 | |
| 15134119 | 2 years ago | | | 0 | 0.0051515453 | |
| 15095526 | 2 years ago | | | 0 | 0.0073695497 | |
| 15089294 | 2 years ago | | | 0 | 0.010347400 | |
| 15080639 | 2 years ago | | | 0 | 0.0067760366 | |
| 15076540 | 2 years ago | | | 0 | 0.0068974109 |
ABI
ABI objects
Getter at block 21329972
breakStakingCost() view returns (uint256)
9000000000000000
feeAccount() view returns (address)
0xdbdb1090ba5770f70ab6a96a89422fa6905e5a2b
getProductIds() view returns (uint256[] ids)
[1]
nft() view returns (address)
0x313d47ac9106ddcae354ba601a0f9097375587f0
owner() view returns (address)
0xdbdb1090ba5770f70ab6a96a89422fa6905e5a2b
stakedTotal() view returns (uint256)
117
stakingStartTime() view returns (uint256)
1652953189
Read-only
getStakerTokenIdsByProduct(uint256 _productId, address _user) view returns (uint256[] tokenIds)
productIds(uint256) view returns (uint256)
stakeProducts(uint256) view returns (uint256 productId, uint256 minStakeNumber, uint256 maxStakeNumber, bool breakStaking, uint256 stakeTime)
stakers(uint256, address) view returns (uint256 stakeTime, uint256 expireTime, uint256 productId, uint256 balance)
tokenOwner(uint256) view returns (address user, uint256 productId)
State-modifying
Events addStakeProduct(uint256 _productId, uint256 _minStakeNumber, uint256 _maxStakeNumber, bool _breakStaking, uint256 _stakeTime)
initStaking()
onERC721Received(address, address, uint256, bytes) returns (bytes4)
renounceOwnership()
setBreakStakingCost(uint256 _breakStakingCost)
setFeeAccount(address _account)
stakeBatch(uint256 _productId, uint256[] _tokenIds)
systemUnstakeByProductId(address _user, uint256 _productId)
transferOwnership(address newOwner)
unstakeBatch(uint256 _productId) payable
BreakStakingCost(address user, uint256 productId, uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Staked(address user, uint256 tokenId)
StakedBatch(address user, uint256 productId, uint256 amount)
SystemUnstakedByProductId(address user, uint256 productId, uint256 amount)
UnStakedBatch(address user, uint256 productId, uint256 amount)
Unstaked(address user, uint256 tokenId)
constructor(address _nft)
This contract contains no fallback and receive objects.
This contract contains no error objects.