BadgerRewardsManager
Verified contract
Implementation
Active on
Ethereum with 0 txns
Storage
Map
Table
Raw
Constants and immutables
13
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 48 additional slots
-
variable spans 48 additional slots
-
variable spans 48 additional slots
-
variable spans 49 additional slots
Balances ($0.00)
No balances found for "BadgerRewardsManager"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "BadgerRewardsManager"
ABI
ABI objects
Getter at block 21296709
APPROVED_SETT_ROLE() view returns (bytes32)
0xaecd5c4d2e6c7b49f95ae9fd032e527a6980605044fad4826bc36e3916f0b9ab
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
DISTRIBUTOR_ROLE() view returns (bytes32)
0xfbd454f36a7e1a388bd6fc3ab10d434aa4578f811acbbcf33afb1c697486313c
EARNER_ROLE() view returns (bytes32)
0xaf5cd33eb1dcf39cc29f1cbee3b3dc4dd5921cf8f497f81b237cdb211029a258
KEEPER_ROLE() view returns (bytes32)
0xfc8737ab85eb45125971625a9ebdb75cc78e01d5c1fa80c4c6e5203f47bc4fab
MAX_FEE() view returns (uint256)
10000
PAUSER_ROLE() view returns (bytes32)
0x65d7a28e3265b37a6474929f336521b332c1681b933f6cb9f3376673440d862a
SWAPPER_ROLE() view returns (bytes32)
0x724f6a44d576143e18c60911798b2b15551ca96bd8f7cb7524b8fa36253a26d8
UNPAUSER_ROLE() view returns (bytes32)
0x427da25fe773164f88948d3e215c94b6554e2ed5e5f203a821c9f2f6131cf75a
paused() view returns (bool)
false
sushiswap() view returns (address)
0xd9e1ce17f2641f24ae83637ab66a2cca9c378b9f
uniswap() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
Read-only
getRoleAdmin(bytes32 role) view returns (bytes32)
getRoleMember(bytes32 role, uint256 index) view returns (address)
getRoleMemberCount(bytes32 role) view returns (uint256)
hasRole(bytes32 role, address account) view returns (bool)
isApprovedStrategy(address) view returns (bool)
State-modifying
Events addLiquiditySushiswap(address token0, address token1)
addLiquidityUniswap(address token0, address token1)
approveStrategy(address recipient)
deposit(address strategy)
depositSett(address sett, uint256 amount)
earn(address sett)
grantRole(bytes32 role, address account)
harvest(address strategy)
initialize(address admin, address initialDistributor, address initialSwapper, address initialPauser, address initialUnpauser)
pause()
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
revokeStrategy(address recipient)
swapExactTokensForTokensSushiswap(address token0, uint256 amount, address[] path)
swapExactTokensForTokensUniswap(address token0, uint256 amount, address[] path)
tend(address strategy)
transferWant(address want, address strategy, uint256 amount)
unpause()
ApproveStrategy(address recipient)
Call(address to, uint256 value, bytes data)
Paused(address account)
RevokeStrategy(address recipient)
RoleAdminChanged(bytes32 indexed role, bytes32 indexed previousAdminRole, bytes32 indexed newAdminRole)
RoleGranted(bytes32 indexed role, address indexed account, address indexed sender)
RoleRevoked(bytes32 indexed role, address indexed account, address indexed sender)
Unpaused(address account)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.