sbVotes
Verified contract
Active on
Ethereum with 1,640 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x2c6a…8f08
0x990f…017c
Balances ($1,343.03)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
STRONG | ERC-20 | 425.010476 | $3.16 |
$1,343.03 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 14010243 | 3 years ago | | | 0 | 0.028827024 | |
| 11873376 | 4 years ago | | | 0 | 0.020394695 | |
| 11873360 | 4 years ago | | | 0 | 0.032209980 | |
| 11365853 | 4 years ago | | | 0 | 0.0037800000 | |
| 11288585 | 4 years ago | | | 0 | 0.0087938280 | |
| 11258576 | 4 years ago | | | 0 | 0.0033341040 | |
| 11225304 | 4 years ago | | | 0 | 0.0044454720 | |
| 11202658 | 4 years ago | | | 0 | 0.0075748580 | |
| 11199832 | 4 years ago | | | 0 | 0.0051500401 | |
| 11187260 | 4 years ago | | | 0 | 0.0061125240 |
ABI
ABI objects
Getter at block 21292897
getSbControllerAddressUsed() view returns (address)
0xbe47b65f62f9c18c33ea4823b520ae3df941be5a
getSbStrongPoolAddressUsed() view returns (address)
0x2c6a9c15e7f13de8ae55302bd29608c9eed78f08
getStrongAddressUsed() view returns (address)
0x990f341946a3fdb507ae7e52d17851b87168017c
Read-only
checkpoints(address, uint32) view returns (uint32 fromBlock, uint96 votes)
delegates(address) view returns (address)
getAvailableServiceVotes(address account) view returns (uint96)
getCommunityData(address community, uint256 day) view returns (uint256, uint256, uint256)
getCommunityDayRewards(address community, uint256 day) view returns (uint256)
getCurrentProposalVotes(address account) view returns (uint96)
getDayVoterRewards(uint256 day) view returns (uint256)
getDelegate(address delegator) view returns (address)
getPriorProposalVotes(address account, uint256 blockNumber) view returns (uint96)
getServiceCommunityData(address service, address community, uint256 day) view returns (uint256, uint256, uint256)
getServiceDayLastClaimedFor(address service) view returns (uint256)
getServiceRewardsDueAll(address service) view returns (uint256)
getServiceRewardsDueUpTo(uint256 day, address service) view returns (uint256)
getVoterCommunityServiceData(address voter, address community, address service, uint256 day) view returns (uint256, uint256, uint256)
getVoterCommunityServices(address voter, address community) view returns (address[])
getVoterDayLastClaimedFor(address voter) view returns (uint256)
getVoterRewardsDueAll(address voter) view returns (uint256)
getVoterRewardsDueUpTo(uint256 day, address voter) view returns (uint256)
numCheckpoints(address) view returns (uint32)
State-modifying
Events delegate(address delegatee)
dropService(address community, address service)
init(address sbControllerAddress, address sbStrongPoolAddress, address strongTokenAddress)
recallAllVotes()
recallVote(address community, address service, uint256 amount)
receiveServiceRewards(uint256 day, uint256 amount)
receiveVoterRewards(uint256 day, uint256 amount)
serviceClaimAll()
serviceClaimUpTo(uint256 day)
updateVotes(address voter, uint256 rawAmount, bool adding)
vote(address community, address service, uint256 amount)
voterClaimAll()
voterClaimUpTo(uint256 day)
AddVotes(address indexed staker, uint256 amount)
Claimed(address indexed service, uint256 amount, uint256 indexed day)
DelegateChanged(address indexed delegator, address indexed fromDelegate, address indexed toDelegate)
DelegateVotesChanged(address indexed delegate, uint256 previousBalance, uint256 newBalance)
RewardsReceivedForCommunity(address indexed community, uint256 indexed day, uint256 amount)
RewardsReceivedForVoters(uint256 indexed day, uint256 amount)
ServiceDropped(address indexed voter, address community, address indexed service, uint256 indexed day)
SubVotes(address indexed staker, uint256 amount)
VoteRecalled(address indexed voter, address community, address indexed service, uint256 amount, uint256 indexed day)
Voted(address indexed voter, address community, address indexed service, uint256 amount, uint256 indexed day)
VotesUpdated(address indexed voter, uint256 amount, bool indexed adding)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.