RewardsReceiver

Verified contract

Implementation

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

No balances found for "RewardsReceiver"

No transactions found for "RewardsReceiver"


Functions
Getter at block 20966162
DEFAULT_ADMIN_ROLE(view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
WITHDRAWER_ROLE(view returns (bytes32)
0x10dac8c06a04bec0b551627dad28bc00d6516b0caacd1c7b345fcdb5211334e4
Read-only
getRoleAdmin(bytes32 roleview returns (bytes32)
hasRole(bytes32 roleaddress accountview returns (bool)
supportsInterface(bytes4 interfaceIdview returns (bool)
State-modifying
grantRole(bytes32 roleaddress account
initialize(struct RewardsReceiverInit init
renounceRole(bytes32 roleaddress callerConfirmation
revokeRole(bytes32 roleaddress account
transferERC20(address assetaddress touint256 amount
transferETH(address touint256 amount
Events
AssetWithdrawn(address indexed assetaddress indexed touint256 amount
EthWithdrawn(address indexed touint256 amount
Initialized(uint64 version
RoleAdminChanged(bytes32 indexed rolebytes32 indexed previousAdminRolebytes32 indexed newAdminRole
RoleGranted(bytes32 indexed roleaddress indexed accountaddress indexed sender
RoleRevoked(bytes32 indexed roleaddress indexed accountaddress indexed sender
Constructor
constructor(
Fallback and receive
receive(
Errors
AccessControlBadConfirmation(
AccessControlUnauthorizedAccount(address accountbytes32 neededRole
AddressEmptyCode(address target
AddressInsufficientBalance(address account
FailedInnerCall(
InsufficientBalance(
InvalidInitialization(
NotInitializing(
SafeERC20FailedOperation(address token
TransferFailed(
ZeroAddress(