YFVVIPVote
Verified contract
Active on
Ethereum with 389 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "YFVVIPVote"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 10775378 | 4 years ago | | | 0 | 0.015760058 | |
| 10775309 | 4 years ago | | | 0 | 0.050607787 | |
| 10775213 | 4 years ago | | | 0 | 0.015661352 | |
| 10772926 | 4 years ago | | | 0 | 0.0085545200 | |
| 10772416 | 4 years ago | | | 0 | 0.0075674600 | |
| 10771757 | 4 years ago | | | 0 | 0.020813641 | |
| 10771753 | 4 years ago | | | 0 | 0.020910384 | |
| 10770395 | 4 years ago | | | 0 | 0.015689926 | |
| 10769959 | 4 years ago | | | 0 | 0.037587977 | |
| 10769785 | 4 years ago | | | 0 | 0.036978550 |
ABI
ABI objects
Getter at block 21278467
MAX_VOTERS_PER_ITEM() view returns (uint8)
200
governance() view returns (address)
0x7be4d5a99c903c437ec77a20cb6d0688cbb73c7f
Read-only
averageVotingValue(address poolAddress, uint256 votingItem) view returns (uint32)
averageVotingValueByBits(address poolAddress, uint256 votingItem, uint8 leftBitRange, uint8 rightBitRange) view returns (uint32)
isInTopVoters(address, uint256, address) view returns (bool)
isVotable(address poolAddress, address account, uint256 votingItem) view returns (bool)
numVoters(address, uint256) view returns (uint8)
verifyOfflineVote(address poolAddress, uint256 votingItem, uint32 votingValue, address voter, uint8 v, bytes32 r, bytes32 s) pure returns (bool)
voter2VotingValue(address, uint256, address) view returns (uint32)
voters(address, uint256, uint256) view returns (address)
votingEndtimes(address, uint256) view returns (uint256)
votingStarttimes(address, uint256) view returns (uint256)
votingValueMaximums(address, uint256) view returns (uint32)
votingValueMinimums(address, uint256) view returns (uint32)
State-modifying
Events emergencyERC20Drain(address token, uint256 amount)
kill()
setVotingConfig(address poolAddress, uint256 votingItem, uint32 minValue, uint32 maxValue, uint256 starttime, uint256 endtime)
vote(address poolAddress, uint256 votingItem, uint32 votingValue)
EmergencyERC20Drain(address token, address governance, uint256 amount)
Voted(address poolAddress, address indexed user, uint256 votingItem, uint32 votingValue)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.