RewardEthToken
Verified contract
Implementation
Active on
Ethereum with 0 txns
Storage
Map
Table
Raw
Constants and immutables
6
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 43 additional slots
-
variable spans 49 additional slots
-
variable spans 48 additional slots
6 additional
variables
Balances ($0.00)
No balances found for "RewardEthToken"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "RewardEthToken"
ABI
ABI objects
Getter at block 21160391 totalAssets() view returns (uint256)
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)
totalPenalty() view returns (uint256)
0
totalRewards() view returns (uint128)
0
totalSupply() view returns (uint256)
0
vault() view returns (address)
0xac0f906e433d58fa868f936e8a43230473652885
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
checkpoints(address) view returns (uint128 reward, uint128 rewardPerToken)
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)
isAdmin(address _account) view returns (bool)
isPauser(address _account) view returns (bool)
nonces(address owner) view returns (uint256)
rewardsDisabled(address) view returns (bool)
State-modifying
Events addAdmin(address _account)
addPauser(address _account)
approve(address spender, uint256 amount) returns (bool)
claim(address account, uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
grantRole(bytes32 role, address account)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
migrate(address receiver, uint256 principal, uint256 reward)
pause()
permit(address owner, address spender, uint256 value, uint256 deadline, uint8 v, bytes32 r, bytes32 s)
removeAdmin(address _account)
removePauser(address _account)
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
setProtocolFee(uint256 _protocolFee)
setProtocolFeeRecipient(address recipient)
setRewardsDisabled(address account, bool isDisabled)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
unpause()
updateRewardCheckpoint(address account) returns (bool accRewardsDisabled)
updateRewardCheckpoints(address account1, address account2) returns (bool rewardsDisabled1, bool rewardsDisabled2)
updateTotalRewards(int256 rewardsDelta)
Approval(address indexed owner, address indexed spender, uint256 value)
Paused(address account)
ProtocolFeeRecipientUpdated(address recipient)
ProtocolFeeUpdated(uint256 protocolFee)
RewardsToggled(address indexed account, bool isDisabled)
RewardsUpdated(uint256 periodRewards, uint256 totalRewards, uint256 rewardPerToken, uint256 distributorReward, uint256 protocolReward)
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)
Transfer(address indexed from, address indexed to, uint256 value)
Unpaused(address account)
constructor(address _vault, address _pool)
This contract contains no fallback and receive objects.
This contract contains no error objects.