StakingV1
Verified contract
Active on
Ethereum with 2,259 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x728f…387d
Balances ($2,277,471.50)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
GHX | ERC-20 | 32.949053M | $0.069121 |
$2,277,471.5 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21123350 | 6 minutes ago | | | 0 | 0.0012727032 | |
| 21123347 | 7 minutes ago | | | 0 | 0.0010485640 | |
| 21121931 | 5 hours ago | | | 0 | 0.00064368136 | |
| 21121913 | 5 hours ago | | | 0 | 0.00058244853 | |
| 21119941 | 12 hours ago | | | 0 | 0.00047131225 | |
| 21119937 | 12 hours ago | | | 0 | 0.00045346611 | |
| 21118916 | 15 hours ago | | | 0 | 0.00035963712 | |
| 21115418 | a day ago | | | 0 | 0.0014635280 | |
| 21114540 | a day ago | | | 0 | 0.00062764389 | |
| 21114392 | a day ago | | | 0 | 0.00061552727 |
ABI
ABI objects
Getter at block 21123379
closeBlock() view returns (uint256)
0
lastChangeTimestamp() view returns (uint256)
1707123287
maxPid() view returns (uint256)
4
owner() view returns (address)
0xda7cbdc52d041bd40c62c26243f2e6499490ffd5
startBlock() view returns (uint256)
19121750
token() view returns (address)
0x728f30fa2f100742c7949d1961804fa8e0b1387d
tokenPerBlock() view returns (uint256)
1156600000000000000
totalPoolShare() view returns (uint256)
1000
Read-only
pendingRewards(uint256 pid, address addr) view returns (uint256)
poolInfo(uint256) view returns (uint256 poolShare, uint256 lastRewardBlock, uint256 tokenPerShare, uint256 tokenRStaked, uint256 tokenClaimed, uint256 tokenAwarded, uint256 tokenLimited, uint256 lockupTimer)
stakingTokens(uint256 pid, address addr) view returns (uint256)
userInfo(uint256, address) view returns (uint256 amount, uint256 rewardDebt, uint256 pendingRewards, uint256 lockedTimestamp)
State-modifying
Events claim(uint256 pid)
deposit(uint256 pid, uint256 amount)
renounceOwnership()
setCloseBlock(uint256 _closeBlock)
setStartBlock(uint256 _startBlock)
setTokenAddress(address _token)
setTokenPerBlock(uint256 _tokenPerBlock)
transferOwnership(address newOwner)
withdraw(uint256 pid, uint256 amount)
withdrawRemaining()
Claim(address indexed user, uint256 indexed pid, uint256 amount)
CloseBlockChanged(uint256 block)
Deposit(address indexed user, uint256 indexed pid, uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RewardChanged(uint256 reward)
StartBlockChanged(uint256 block)
Withdraw(address indexed user, uint256 indexed pid, uint256 amount)
WithdrawRemaining(address indexed user, uint256 amount)
constructor(uint256[] poolShare, uint256[] poolTimer, uint256[] poolLimit)
This contract contains no fallback and receive objects.
This contract contains no error objects.