This contract is being backfilled. You may encounter incomplete storage history.

RewardEthToken

Verified contract

Implementation

Active on Ethereum with 0 txns
Deployed by via 0x25a639d9 at 18471090
Slot
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 43 additional slots
-
variable spans 49 additional slots
-
variable spans 48 additional slots
6 additional variables

No balances found for "RewardEthToken"

No transactions found for "RewardEthToken"


Functions
Getter at block 20796051
DEFAULT_ADMIN_ROLE(view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
DOMAIN_SEPARATOR(view returns (bytes32)
0xcf0d9048c75184851928d952d9a2307904ebbc19aaba03bc240e829cfb92e56c
PAUSER_ROLE(view returns (bytes32)
0x65d7a28e3265b37a6474929f336521b332c1681b933f6cb9f3376673440d862a
decimals(view returns (uint8)
0
lastUpdateBlockNumber(view returns (uint256)
0
merkleDistributor(view returns (address)
0x0000000000000000000000000000000000000000
name(view returns (string)
paused(view returns (bool)
false
protocolFee(view returns (uint256)
0
protocolFeeRecipient(view returns (address)
0x0000000000000000000000000000000000000000
rewardPerToken(view returns (uint128)
0
symbol(view returns (string)
 
totalAssets(view returns (uint256)
totalPenalty(view returns (uint256)
0
totalRewards(view returns (uint128)
0
totalSupply(view returns (uint256)
0
vault(view returns (address)
0xac0f906e433d58fa868f936e8a43230473652885
Read-only
allowance(address owneraddress spenderview returns (uint256)
balanceOf(address accountview returns (uint256)
checkpoints(addressview returns (uint128 rewarduint128 rewardPerToken)
getRoleAdmin(bytes32 roleview returns (bytes32)
getRoleMember(bytes32 roleuint256 indexview returns (address)
getRoleMemberCount(bytes32 roleview returns (uint256)
hasRole(bytes32 roleaddress accountview returns (bool)
isAdmin(address _accountview returns (bool)
isPauser(address _accountview returns (bool)
nonces(address ownerview returns (uint256)
rewardsDisabled(addressview returns (bool)
State-modifying
addAdmin(address _account
addPauser(address _account
approve(address spenderuint256 amountreturns (bool)
claim(address accountuint256 amount
decreaseAllowance(address spenderuint256 subtractedValuereturns (bool)
grantRole(bytes32 roleaddress account
increaseAllowance(address spenderuint256 addedValuereturns (bool)
migrate(address receiveruint256 principaluint256 reward
pause(
permit(address owneraddress spenderuint256 valueuint256 deadlineuint8 vbytes32 rbytes32 s
removeAdmin(address _account
removePauser(address _account
renounceRole(bytes32 roleaddress account
revokeRole(bytes32 roleaddress account
setProtocolFee(uint256 _protocolFee
setProtocolFeeRecipient(address recipient
setRewardsDisabled(address accountbool isDisabled
transfer(address recipientuint256 amountreturns (bool)
transferFrom(address senderaddress recipientuint256 amountreturns (bool)
unpause(
updateRewardCheckpoint(address accountreturns (bool accRewardsDisabled)
updateRewardCheckpoints(address account1address account2returns (bool rewardsDisabled1bool rewardsDisabled2)
updateTotalRewards(int256 rewardsDelta
Events
Approval(address indexed owneraddress indexed spenderuint256 value
Paused(address account
ProtocolFeeRecipientUpdated(address recipient
ProtocolFeeUpdated(uint256 protocolFee
RewardsToggled(address indexed accountbool isDisabled
RewardsUpdated(uint256 periodRewardsuint256 totalRewardsuint256 rewardPerTokenuint256 distributorRewarduint256 protocolReward
RoleAdminChanged(bytes32 indexed rolebytes32 indexed previousAdminRolebytes32 indexed newAdminRole
RoleGranted(bytes32 indexed roleaddress indexed accountaddress indexed sender
RoleRevoked(bytes32 indexed roleaddress indexed accountaddress indexed sender
Transfer(address indexed fromaddress indexed touint256 value
Unpaused(address account
Constructor
constructor(address _vaultaddress _pool
Fallback and receive

This contract contains no fallback and receive objects.

Errors

This contract contains no error objects.