VotingPower
Verified contract
Active on
Ethereum with 263 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
NEWO | ERC-20 | 29.983038K | -- | -- |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 14383022 | 3 years ago | | | 0 | 0.0010986178 | |
| 14340222 | 3 years ago | | | 0 | 0.0024609356 | |
| 14248855 | 3 years ago | | | 0 | 0.0034748476 | |
| 14222370 | 3 years ago | | | 0 | 0.0021579495 | |
| 14215194 | 3 years ago | | | 0 | 0.0018761730 | |
| 14215192 | 3 years ago | | | 0 | 0.0040286911 | |
| 14162481 | 3 years ago | | | 0 | 0.0052903256 | |
| 14146741 | 3 years ago | | | 0 | 0.0031722821 | |
| 14137713 | 3 years ago | | | 0 | 0.0049529410 | |
| 14131800 | 3 years ago | | | 0 | 0.0035337817 |
ABI
ABI objects
Getter at block 21331129
token() view returns (address)
0x1b890fd37cd50bea59346fc2f8ddb7cd9f5fabd5
totalStaked() view returns (uint256)
29983038316101414470000
Read-only
stakedFor(address voter, address staker) view returns (uint256)
stakes(address) view returns (uint256 totalStake)
totalStakedFor(address addr) view returns (uint256)
votingPower(address who) view returns (uint256)
State-modifying
Events stake(uint256 amount) returns (uint256)
stakeFor(address voter, address staker, uint256 amount) returns (uint256)
unstake(uint256 amount)
unstakeFor(address voter, address staker, uint256 amount)
Staked(address indexed voter, address indexed staker, address proxy, uint256 amount)
Unstaked(address indexed voter, address indexed staker, address proxy, uint256 amount)
constructor(address token_, bytes scaling_, uint256 epoch_)
This contract contains no fallback and receive objects.
This contract contains no error objects.