VELOStakingPool
Verified contract
Active on
Ethereum with 352 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x98ad…abe2
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
| ERC-20 | 4.176767 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 11452224 | 4 years ago | | | 0 | 0.0050699200 | |
| 11421451 | 4 years ago | | | 0 | 0.0092484000 | |
| 11412041 | 4 years ago | | | 0 | 0.0027304150 | |
| 11412020 | 4 years ago | | | 0 | 0.0078640980 | |
| 11309194 | 4 years ago | | | 0 | 0.0090795180 | |
| 11309070 | 4 years ago | | | 0 | 0.0035962150 | |
| 11287903 | 4 years ago | | | 0 | 0.0025090301 | |
| 11286472 | 4 years ago | | | 0 | 0.0024352350 | |
| 11286460 | 4 years ago | | | 0 | 0.0030915060 | |
| 11286250 | 4 years ago | | | 0 | 0.0018522545 |
ABI
ABI objects
Getter at block 21223128
duration() view returns (uint256)
1209600
erc20_token() view returns (address)
0xdf5e0e81dff6faf3a7e52ba697820c5e32d806a8
isOwner() view returns (bool)
false
lastTimeRewardApplicable() view returns (uint256)
1605657600
lastUpdateTime() view returns (uint256)
1605657600
owner() view returns (address)
0x22daa1f74a8785965e841270b9aed601f9ed310d
periodFinish() view returns (uint256)
1605657600
rewardDistribution() view returns (address)
0x22daa1f74a8785965e841270b9aed601f9ed310d
rewardPerToken() view returns (uint256)
12932144549707484813
rewardPerTokenStored() view returns (uint256)
12932144549707484813
rewardRate() view returns (uint256)
8267195767195767195
starttime() view returns (uint256)
1604448000
totalSupply() view returns (uint256)
4176767128221544513
velo() view returns (address)
0x98ad9b32dd10f8d8486927d846d4df8baf39abe2
Read-only
balanceOf(address account) view returns (uint256)
earned(address account) view returns (uint256)
rewards(address) view returns (uint256)
userRewardPerTokenPaid(address) view returns (uint256)
State-modifying
Events exit()
getReward()
notifyRewardAmount(uint256 reward)
renounceOwnership()
setRewardDistribution(address _rewardDistribution)
stake(uint256 amount)
transferOwnership(address newOwner)
withdraw(uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RewardAdded(uint256 reward)
RewardPaid(address indexed user, uint256 reward)
Staked(address indexed user, uint256 amount)
Withdrawn(address indexed user, uint256 amount)
constructor(address _velo, address _erc20_token_address, uint256 _starttime, uint256 _duration)
This contract contains no fallback and receive objects.
This contract contains no error objects.