VoidStake
Verified contract
Active on
Ethereum with 159 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 |
---|---|---|---|---|---|
VCASH | ERC-20 | 503.545221K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16110071 | 2 years ago | | | 0 | 0.0010495323 | |
| 16110068 | 2 years ago | | | 0 | 0.0010678300 | |
| 16110061 | 2 years ago | | | 0 | 0.0036565546 | |
| 15835115 | 2 years ago | | | 0 | 0.0055991096 | |
| 15814529 | 2 years ago | | | 0 | 0.0023436128 | |
| 15792293 | 2 years ago | | | 0 | 0.0095485171 | |
| 15746238 | 2 years ago | | | 0 | 0.0047778702 | |
| 15740596 | 2 years ago | | | 0 | 0.0029882513 | |
| 15738455 | 2 years ago | | | 0 | 0.0041071029 | |
| 15734227 | 2 years ago | | | 0 | 0.0064440993 |
ABI
ABI objects
Getter at block 21403220
owner() view returns (address)
0xf87d70ad96ee998846c2d6d75adb42eb9e9e3974
rewardRate() view returns (uint256)
10000000000000
rewardStartTime() view returns (uint256)
1663511195
rewardTokenAddress() view returns (address)
0xb1ea1f6aa477c56a43e4033ce4cb9d9778fff228
stakingTokenAddress() view returns (address)
0xf774dbf3144fc8ade7043c7f6634c88cf83140f3
totalStaked() view returns (uint256)
503545220651001424138730
Read-only
claimableRewardTokens(address account) view returns (uint256)
userStakedAmount(address) view returns (uint256)
State-modifying
Events claim()
renounceOwnership()
setRewardRate(uint256 _rewardRate)
stake(uint256 amount)
transferOwnership(address newOwner)
withdraw(uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RewardRateChanged(uint256 rewardRate)
VoidClaimed(address indexed account, uint256 amount)
VoidStaked(address indexed account, uint256 amount)
VoidWithdraw(address indexed account, uint256 amount)
constructor(address _s, address _r)
This contract contains no fallback and receive objects.
InvalidWithdrawAmount()
ZeroStakeAmount()
ZeroWithdrawAmount()