0x45bc37b18e73a42a4a826357a8348cdc042ccbbc

Verified contract

Proxy

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

No balances found for "0x45bc37b18e73a42a4a826357a8348cdc042ccbbc"

0xdbb2fd0734460683f635a542c100834ba6533d8b2195e9236463078dbf5864b9
0xb6659b41c9c3e60a7d982d4ea85e73e9662cd3bdb1bd506647558dcf04562eb8
0x634fde1ad5baa1b3277b41475343a7355633f890572294d95d6053c24a76d604
0x56fa8bcbe4c056fbc50e5967d87797b1c4031be50d8a05a9c623b684ad83f210
0x74953734cc96b85c84939e30d4b58798ebcf5e1b3b0131d5a7de0003e396cbcf
0x79958e2f81d3d49b8bfae0739e3a1cab81275534508e8a1519888d81f077237a
0x74e83fbe650796f4e61d8bb2d4936013aa3d3543df7f159db313fdd686ad05f5
0xac9b52c3d3902a158e72994ee5a89588cf27b8a10c38d7ea0b17ffb9f0d090eb
0x4e2e9e49a3ff46ffd72d53792be24c1d41a2fe28456da2f0078e79b6988adabb
0x7de6d1ff44088fa70d4a3a60163b164094966364c7ca3a02bfbed83ca02324b8

Functions
Getter at block 20924722
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)
BALANCER
TEAM_ROLE(view returns (bytes32)
0x5146a08baf902532d0ee2f909971144f12ca32651cd70cbee1117cddfb3b3b33
getBlacklistedVoters(view returns (address[])
[0xaF52695E1bB01A16D33D7194C28C42b10e0Dbec2, 0x1C8bCB6348C84122e67a50e513A1e183c0E6929A]
 
getWhitelistedTokens(view returns (address[])
maxPeriods(view returns (uint256)
5
periodDuration(view returns (uint256)
604800
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(