VenomStaking
Verified contract
Active on
Ethereum with 201 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 1 additional slot
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
SquidGrow | ERC-20 | 29.060714B | -- | -- | |
VNMTRACKER | ERC-20 | 948.739575M | -- | -- | |
VNM | ERC-20 | 135.534225M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17502802 | a year ago | | | 0 | 0.00065024234 | |
| 17502693 | a year ago | | | 0 | 0.00089408023 | |
| 17502688 | a year ago | | | 0 | 0.00037954326 | |
| 17502681 | a year ago | | | 0 | 0.00034120264 | |
| 17502674 | a year ago | | | 0 | 0.00033605638 | |
| 17502430 | a year ago | | | 0 | 0.0015337946 | |
| 17466592 | a year ago | | | 0 | 0.0036698126 | |
| 17460500 | a year ago | | | 0 | 0.0053367662 | |
| 17446287 | a year ago | | | 0 | 0.0032330316 | |
| 17446283 | a year ago | | | 0 | 0.0051580069 |
ABI
ABI objects
Getter at block 21258949 userList() view returns (address[])
FEE_LIMIT() view returns (uint256)
2000
MAX_FEE() view returns (uint256)
10000
accPerShare() view returns (uint256)
332450874598
collectedPenalty() view returns (uint256)
0
endTime() view returns (uint256)
1685811600
feeRecipient() view returns (address)
0x392545d9b5a8afd96705a8dbff5d1bf4034237e8
lastUpdateTime() view returns (uint256)
1685811600
owner() view returns (address)
0x187c9f907db7c46d07049059f40778677a21c97b
paused() view returns (bool)
false
penaltyFee() view returns (uint256)
1
rewardCycle() view returns (uint256)
86400
rewardRate() view returns (uint256)
123000000000000000000
rewarder() view returns (address)
0xad45fe74bbeb7d7eb36f98f44085d8a53ef1aeac
stakingToken() view returns (address)
0x804ea14b08dec488e5b0bc408f23eef107fe3717
totalReward() view returns (uint256)
26540486068092929852000000
totalSupply() view returns (uint256)
135534225000000000000000000
userCount() view returns (uint256)
24
Read-only
claimable(address _user) view returns (uint256, uint256)
userInfo(address) view returns (uint256 amount, uint256 rewardDebt, uint256 pendingRewards, uint256 depositedAt, uint256 claimedAt)
State-modifying
Events UpdateRewardsMultiplier()
claim()
deposit(uint256 amount)
pause()
renounceOwnership()
restartPeriod(uint256 _minutes)
setEndTime(uint256 _time)
setFeeRecipient(address _recipient)
setPenaltyFee(uint256 _fee)
setRewardCycle(uint256 _cycleMinutes)
setRewardRate(uint256 _rewardRate)
transferOwnership(address newOwner)
unpause()
withdraw(uint256 amount)
withdrawAll()
Claim(address indexed user, uint256 amount)
Deposit(address indexed user, uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
Unpaused(address account)
Withdraw(address indexed user, uint256 amount)
constructor(address _stakingToken, address _rewarder)
This contract contains no fallback and receive objects.
This contract contains no error objects.