Staking
Verified contract
Active on
Ethereum with 7,552 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($42,169,224.47)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
RAIL | ERC-20 | 42.00122M | $1.004 |
$42,169,224.47 | |
Niza | ERC-20 | 2 | $0.000142 |
$0 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21158318 | 12 hours ago | | | 0 | 0.0015794076 | |
| 21158313 | 12 hours ago | | | 0 | 0.0040848296 | |
| 21156714 | 18 hours ago | | | 0 | 0.0020291922 | |
| 21156326 | 19 hours ago | | | 0 | 0.00085028115 | |
| 21156324 | 19 hours ago | | | 0 | 0.00091274550 | |
| 21156322 | 19 hours ago | | | 0 | 0.00097364709 | |
| 21156321 | 19 hours ago | | | 0 | 0.0015598209 | |
| 21155282 | a day ago | | | 0 | 0.0025189244 | |
| 21152618 | a day ago | | | 0 | 0.00073638990 | |
| 21152615 | a day ago | | | 0 | 0.0012702120 |
ABI
ABI objects
Getter at block 21161961
DEPLOY_TIME() view returns (uint256)
1625670240
SNAPSHOT_INTERVAL() view returns (uint256)
86400
STAKE_LOCKTIME() view returns (uint256)
2592000
currentInterval() view returns (uint256)
1222
globalsSnapshotLength() view returns (uint256)
1112
latestGlobalsSnapshotInterval() view returns (uint256)
1222
stakingToken() view returns (address)
0xe76c6c83af64e4c60245d8c7de953df673a7a33d
totalStaked() view returns (uint256)
42001219588793942878334238
totalVotingPower() view returns (uint256)
37439599069634550305525096
Read-only
accountSnapshot(address _account, uint256 _index) view returns (struct StakingAccountSnapshot)
accountSnapshotAt(address _account, uint256 _interval, uint256 _hint) view returns (struct StakingAccountSnapshot)
accountSnapshotLength(address _account) view returns (uint256)
globalsSnapshot(uint256 _index) view returns (struct StakingGlobalsSnapshot)
globalsSnapshotAt(uint256 _interval, uint256 _hint) view returns (struct StakingGlobalsSnapshot)
intervalAtTime(uint256 _time) view returns (uint256)
latestAccountSnapshotInterval(address _account) view returns (uint256)
stakes(address, uint256) view returns (address delegate, uint256 amount, uint256 staketime, uint256 locktime, uint256 claimedTime)
stakesLength(address _account) view returns (uint256)
votingPower(address) view returns (uint256)
State-modifying
Events claim(uint256 _stakeID)
delegate(uint256 _stakeID, address _to)
stake(uint256 _amount) returns (uint256)
undelegate(uint256 _stakeID)
unlock(uint256 _stakeID)
Claim(address indexed account, uint256 indexed stakeID)
Delegate(address indexed owner, address indexed _from, address indexed to, uint256 stakeID, uint256 amount)
Stake(address indexed account, uint256 indexed stakeID, uint256 amount)
Unlock(address indexed account, uint256 indexed stakeID)
constructor(address _stakingToken)
This contract contains no fallback and receive objects.
This contract contains no error objects.