0x19302c4ec309b3913e8be41025dcf66a562bda42

Verified contract

Proxy

Active on Ethereum with 20 txns
Deployed by via 0x5968133c at 17621942
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "0x19302c4ec309b3913e8be41025dcf66a562bda42"

0x6e8b3becabc06ecaf10a6e82eb8760a96c77d7f8d3f2838ba73736bef3d0b072
0x18187d1cd30f2fbbeff33b7d1b6b273aedaba2bd4ff8ebc9e4e5f39dc713de6e
0x108416148974471e9d750899ab3f77cf9268de56604bcf26524c91eb51c4d51e
0x1573467c1989a691f1e2064d79f736632aa670363d3868369a6ccf636de3de07
0xc5b05d72791e55397a548350903e6f86126b214339e513389d29ec1d33950a39
0x8c917895023e44781961ee361dad7ed58599fe248d54cd64fcea4515c054d4b4
0x1f6ead0482503391f5b16269132515050fb67115253f1c77b0042cceeb9ba2f2
0x0c37b776256969a921c533ee42fb27fc277bcf7624e5bbc737a2238f645518bf
0xf76a978865c641b605ec1f47df346941a2f9bc103348b843e3e051ae20953571
0x8ee9477e733f6426431b4837a53eefd16303ec13efb437d00a7194821e0d0f34

Functions
Getter at block 21332836
BRIBE_VAULT(view returns (address)
0xe00fe722e5be7ad45b1a16066e431e47df476cec
DEFAULT_ADMIN_ROLE(view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
MAX_PERIODS(view returns (uint256)
10
MAX_PERIOD_DURATION(view returns (uint256)
2592000
PROTOCOL(view returns (string)
FLOOR_DAO
TEAM_ROLE(view returns (bytes32)
0x5146a08baf902532d0ee2f909971144f12ca32651cd70cbee1117cddfb3b3b33
getBlacklistedVoters(view returns (address[])
[]
getWhitelistedTokens(view returns (address[])
[0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48, 0xC02aaA39b223FE8D0A0e5C4F27eAD9083C756Cc2, 0xB603B3fc4B5aD885e26298b7862Bb6074dff32A9]
maxPeriods(view returns (uint256)
1
periodDuration(view returns (uint256)
345600
Read-only
getBribe(bytes32 _proposaluint256 _proposalDeadlineaddress _tokenview returns (address bribeTokenuint256 bribeAmount)
getRoleAdmin(bytes32 roleview returns (bytes32)
hasRole(bytes32 roleaddress accountview returns (bool)
indexOfBlacklistedVoter(addressview returns (uint256)
indexOfWhitelistedToken(addressview returns (uint256)
isBlacklistedVoter(address _voterview returns (bool)
isWhitelistedToken(address _tokenview returns (bool)
proposalDeadlines(bytes32view returns (uint256)
supportsInterface(bytes4 interfaceIdview returns (bool)
State-modifying
addBlacklistedVoters(address[] _voters
addWhitelistedTokens(address[] _tokens
depositBribe(bytes32 _proposaladdress _tokenuint256 _amountuint256 _maxTokensPerVoteuint256 _periods
depositBribeWithPermit(bytes32 _proposaladdress _tokenuint256 _amountuint256 _maxTokensPerVoteuint256 _periodsuint256 _permitDeadlinebytes _signature
grantRole(bytes32 roleaddress account
grantTeamRole(address _teamMember
initialize(address _bribeVaultaddress _adminstring _protocoluint256 _maxPeriodsuint256 _periodDuration
removeBlacklistedVoters(address[] _voters
removeWhitelistedTokens(address[] _tokens
renounceRole(bytes32 roleaddress account
revokeRole(bytes32 roleaddress account
revokeTeamRole(address _teamMember
setMaxPeriods(uint256 _periods
setPeriodDuration(uint256 _periodDuration
setProposals(bytes[] _identifiersuint256 _deadline
setProposalsByAddress(address[] _addressesuint256 _deadline
setProposalsById(uint256 _proposalIndexuint256 _choiceCountuint256 _deadline
Events
AddBlacklistedVoters(address[] voters
AddWhitelistedTokens(address[] tokens
GrantTeamRole(address teamMember
Initialize(address bribeVaultaddress adminstring protocoluint256 maxPeriodsuint256 periodDuration
RemoveBlacklistedVoters(address[] voters
RemoveWhitelistedTokens(address[] tokens
RevokeTeamRole(address teamMember
RoleAdminChanged(bytes32 indexed rolebytes32 indexed previousAdminRolebytes32 indexed newAdminRole
RoleGranted(bytes32 indexed roleaddress indexed accountaddress indexed sender
RoleRevoked(bytes32 indexed roleaddress indexed accountaddress indexed sender
SetMaxPeriods(uint256 maxPeriods
SetPeriodDuration(uint256 periodDuration
SetProposals(bytes32[] proposalsuint256 indexed deadline
SetProposalsByAddress(bytes32[] proposalsuint256 indexed deadline
SetProposalsById(uint256 indexed proposalIndexbytes32[] proposalsuint256 indexed deadline
Constructor

This contract contains no constructor objects.

Fallback and receive

This contract contains no fallback and receive objects.

Errors
AlreadyInitialized(
DeadlinePassed(
InvalidAddress(
InvalidAmount(
InvalidChoiceCount(
InvalidDeadline(
InvalidIdentifier(
InvalidMaxPeriod(
InvalidPeriod(
InvalidPeriodDuration(
InvalidProtocol(
NoWhitelistBribeVault(
NotAuthorized(
NotTeamMember(
TokenNotWhitelisted(
TokenWhitelisted(
VoterBlacklisted(
VoterNotBlacklisted(