Staking
Verified contract
Active on
Ethereum with 1,394 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($194,252.66)
Native
Value
$194,014.06
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 59.676251 | $3,251.11 |
$194,014.06 | |
WBTC | ERC-20 | 0.002159 | $85,999.00 |
$185.71 | |
ZRX | ERC-20 | 62.859725 | $0.357337 |
$22.46 | |
SNX | ERC-20 | 8.452 | $1.56 |
$13.19 | |
UNI | ERC-20 | 1.299223 | $8.90 |
$11.56 | |
BAT | ERC-20 | 13.1873 | $0.187428 |
$2.47 | |
LRC | ERC-20 | 16.115741 | $0.141584 |
$2.28 | |
LINK | ERC-20 | 0.054504 | $13.93 |
$0.76 | |
COMP | ERC-20 | 0.003497 | $49.86 |
$0.17 | |
YFI | ERC-20 | 0 | $6,222.10 |
$0 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20066106 | 5 months ago | | | 0 | 0.0017565724 | |
| 16353128 | 2 years ago | | | 0 | 0.00049349989 | |
| 16353118 | 2 years ago | | | 0 | 0.0027132584 | |
| 13347619 | 3 years ago | | | 0 | 0.0090928864 | |
| 13342632 | 3 years ago | | | 0 | 0.0091725515 | |
| 12753950 | 3 years ago | | | 0 | 0.0013024440 | |
| 12753950 | 3 years ago | | | 0 | 0.011580460 | |
| 12577815 | 3 years ago | | | 0 | 0.00065357600 | |
| 12577793 | 3 years ago | | | 0 | 0.011862048 | |
| 12529099 | 3 years ago | | | 0 | 0.016210368 |
ABI
ABI objects
Getter at block 21172147
getConfigs() view returns (uint256 startTimestamp, uint256 termInterval)
(startTimestamp=1607299200, termInterval=86400)
getGovernanceAddress() view returns (address)
0xe904e50514c5ef0f4c15c9ba44d358ed38f5a024
getStakingTokenAddress() view returns (address stakingTokenAddress)
0xb6a439237b6705df8f6cd8e285a41c1e9a8a6a95
Read-only
getAccountInfo(address token, address account) view returns (uint256 userTerm, uint256 stakeAmount, uint128 nextAddedStakeAmount, uint256 currentReward, uint256 nextLatestTermUserRewards, uint128 depositAmount, uint128 withdrawableStakingAmount)
getStakingDestinations(address account) view returns (address[])
getTermInfo(address token, uint256 term) view returns (uint128 stakeAdd, uint128 stakeSum, uint256 rewardSum)
getTokenInfo(address token) view returns (uint256 currentTerm, uint256 latestTerm, uint256 totalRemainingRewards, uint256 currentReward, uint256 nextTermRewards, uint128 currentStaking, uint128 nextTermStaking)
getVoteNum(address account) view returns (uint256)
State-modifying
Events changeStakeTarget(address oldTarget, address newTarget, uint128 amount)
receiveReward(address token) returns (uint256 rewards)
stake(address token, uint128 amount)
updateGovernanceAddress(address newGovernanceAddress)
voteDeposit(address account, uint256 amount)
voteWithdraw(address account, uint256 amount)
withdraw(address token, uint128 amount)
LogUpdateGovernanceAddress(address newAddress)
RewardAdded(address indexed token, uint256 reward)
RewardPaid(address indexed token, address indexed account, uint256 reward)
Staked(address indexed token, address indexed account, uint128 amount)
Withdrawn(address indexed token, address indexed account, uint128 amount)
constructor(address stakingTokenAddress, address governance, uint256 startTimestamp, uint256 termInterval)
receive()
This contract contains no error objects.