CHNStaking
Verified contract
Active on
Ethereum with 5,856 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 48 additional slots
0xa2cd…fb18
Balances ($2,922,313.79)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
XCN | ERC-20 | 1.911308B | $0.001529 |
$2,922,313.79 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21157778 | 2 hours ago | | | 0 | 0.0020733633 | |
| 21157102 | 4 hours ago | | | 0 | 0.0031295929 | |
| 21156620 | 6 hours ago | | | 0 | 0.0018466506 | |
| 21155888 | 8 hours ago | | | 0 | 0.0016078739 | |
| 21155880 | 8 hours ago | | | 0 | 0.0013635997 | |
| 21155501 | 9 hours ago | | | 0 | 0.0022282189 | |
| 21155071 | 11 hours ago | | | 0 | 0.0026595321 | |
| 21154656 | 12 hours ago | | | 0 | 0.0012729335 | |
| 21153759 | 15 hours ago | | | 0 | 0.0020721922 | |
| 21153584 | 16 hours ago | | | 0 | 0.0027413904 |
ABI
ABI objects
Getter at block 21158302
BONUS_MULTIPLIER() view returns (uint256)
10
bonusEndBlock() view returns (uint256)
14516417
owner() view returns (address)
0x08edf0f2af8672029eb445742b3b4072c6158df3
poolLength() view returns (uint256)
1
rewardPerBlock() view returns (uint256)
292927000000000000000
rewardToken() view returns (address)
0xa2cd3d43c775978a96bdbf12d733d5a1ed94fb18
rewardVault() view returns (address)
0x28ca9caae31602d0312ebf6466c9dd57fca5da93
startBlock() view returns (uint256)
14516416
totalAllocPoint() view returns (uint256)
100
Read-only
checkpoints(uint256, address, uint32) view returns (uint32 fromBlock, uint256 votes)
getMultiplier(uint256 _from, uint256 _to) view returns (uint256)
getPriorVotes(uint256 _pid, address account, uint256 blockNumber) view returns (uint256)
getStakingAmount(uint256 pid, address user) view returns (uint256)
numCheckpoints(uint256, address) view returns (uint32)
pendingReward(uint256 _pid, address _user) view returns (uint256)
poolInfo(uint256) view returns (address stakeToken, uint256 allocPoint, uint256 lastRewardBlock, uint256 accCHNPerShare, uint256 totalAmountStake)
poolTokens(address) view returns (bool)
userInfo(uint256, address) view returns (uint256 amount, uint256 rewardDebt, uint256 pendingTokenReward)
State-modifying
Events add(uint256 _allocPoint, address _stakeToken)
claimRewardFromVault(address userAddress, uint256 pid) returns (uint256)
emergencyWithdraw(uint256 _pid)
initialize(address _rewardToken, uint256 _rewardPerBlock, uint256 _startBlock, uint256 _bonusEndBlock, uint256 _multiplier, address _rewardVault)
massUpdatePools()
renounceOwnership()
set(uint256 _pid, uint256 _allocPoint)
setRewardPerblock(uint256 speed)
stake(uint256 _pid, uint256 _amount)
transferOwnership(address newOwner)
updatePool(uint256 _pid)
withdraw(uint256 _pid, uint256 _amount)
Add(address indexed stakToken, uint256 indexed allocPoint)
ClaimRewardFromVault(address indexed userAddress, uint256 indexed pid)
DelegateVotesChanged(address indexed delegate, uint256 previousBalance, uint256 newBalance)
EmergencyWithdraw(address indexed user, uint256 indexed pid, uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Set(uint256 indexed pid, uint256 indexed allocPoint)
Stake(address indexed user, uint256 indexed pid, uint256 amount)
Withdraw(address indexed user, uint256 indexed pid, uint256 amount, uint256 reward)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.