IntegralStaking
Verified contract
Active on
Ethereum with 136 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($192.41)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ITGR | ERC-20 | 32.701733K | $0.005884 |
$192.41 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21007115 | 2 months ago | | | 0 | 0.0028284564 | |
| 16598432 | 2 years ago | | | 0 | 0.0035334997 | |
| 14984841 | 2 years ago | | | 0 | 0.0024196454 | |
| 14602619 | 3 years ago | | | 0 | 0.00091543276 | |
| 14602617 | 3 years ago | | | 0 | 0.0030362480 | |
| 14560698 | 3 years ago | | | 0 | 0.0028742237 | |
| 14560693 | 3 years ago | | | 0 | 0.0051994832 | |
| 14454151 | 3 years ago | | | 0 | 0.0045536241 | |
| 14447341 | 3 years ago | | | 0 | 0.0041915882 | |
| 14416579 | 3 years ago | | | 0 | 0.0017977369 |
ABI
ABI objects
Getter at block 21404263
durationInBlocks() view returns (uint32)
7277539
integralToken() view returns (address)
0xd502f487e1841fdc805130e13eae80c61186bc98
owner() view returns (address)
0xff030beb0335432e156a0ee55bd87850eaad228e
ratePerBlockDenominator() view returns (uint32)
242584700
ratePerBlockNumerator() view returns (uint32)
45
stopBlock() view returns (uint32)
13415346
Read-only
checkpoints(address, uint32) view returns (uint32 fromBlock, uint96 votes)
checkpointsLength(address) view returns (uint32)
getAllClaimable(address user) view returns (uint96 claimableAmount)
getClaimable(address _user, uint256 _stakeId) view returns (uint96)
getCurrentVotes(address account) view returns (uint96)
getPriorVotes(address account, uint256 blockNumber) view returns (uint96)
getTotalStaked(address user) view returns (uint96)
getUserStakes(address _user) view returns (struct IIntegralStakingUserStake[])
getUserStakesCount(address user) view returns (uint256)
userStakes(address, uint256) view returns (uint32 startBlock, uint32 claimedBlock, uint96 lockedAmount, bool withdrawn)
State-modifying
Events claim(uint256 _stakeId, address _to)
claimAll(address _to)
deposit(uint96 _amount) returns (uint256 stakeId)
setOwner(address _owner)
stopIssuance(uint32 _stopBlock)
withdraw(uint256 _stakeId, address _to)
withdrawAll(address _to)
Claim(address user, uint256 stakeId, uint96 amount, address to)
ClaimAll(address user, uint96 amount, address to)
DelegateVotesChanged(address indexed account, uint96 oldVotes, uint96 newVotes)
Deposit(address user, uint256 stakeId, uint96 amount)
StopIssuance(uint32 stopBlock)
Withdraw(address user, uint256 stakeId, uint96 amount, address to)
WithdrawAll(address user, uint96 amount, address to)
constructor(address _integralToken, uint32 _durationInBlocks, uint32 _ratePerBlockNumerator, uint32 _ratePerBlockDenominator)
This contract contains no fallback and receive objects.
This contract contains no error objects.