OrbsVoting
Verified contract
Active on
Ethereum with 3,836 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 |
---|---|---|---|---|---|
ORBS | ERC-20 | 10.1K | $0.027363 |
$276.36 | |
WDT | ERC-20 | 0.0008 | -- | -- |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 14771568 | 2 years ago | | | 0 | 0.00076603293 | |
| 14771521 | 2 years ago | | | 0 | 0.0015554118 | |
| 11841536 | 4 years ago | | | 0 | 0.0039149726 | |
| 11678912 | 4 years ago | | | 0 | 0.0026042921 | |
| 11646457 | 4 years ago | | | 0 | 0.0014889971 | |
| 11456085 | 4 years ago | | | 0 | 0.0029157346 | |
| 11406371 | 4 years ago | | | 0 | 0.0020564618 | |
| 11406362 | 4 years ago | | | 0 | 0.0020468071 | |
| 11394815 | 4 years ago | | | 0 | 0.00062562780 | |
| 11389967 | 4 years ago | | | 0 | 0.0012744270 |
ABI
ABI objects
Getter at block 21169380
VERSION() view returns (uint256)
1
maxVoteOutCount() view returns (uint256)
3
Read-only
getCurrentDelegation(address delegator) view returns (address)
getCurrentVote(address guardian) view returns (address[] validators, uint256 blockNumber)
getCurrentVoteBytes20(address guardian) view returns (bytes20[] validatorsBytes20, uint256 blockNumber)
State-modifying
Events delegate(address to)
undelegate()
voteOut(address[] validators)
Delegate(address indexed delegator, address indexed to, uint256 delegationCounter)
Undelegate(address indexed delegator, uint256 delegationCounter)
VoteOut(address indexed voter, address[] validators, uint256 voteCounter)
constructor(uint256 maxVoteOutCount_)
This contract contains no fallback and receive objects.
This contract contains no error objects.