ZapRewardsV2
Verified contract
Implementation
Active on
Base with 0 txns
Storage
Map
Table
Raw
Constants and immutables
11
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
Balances ($0.00)
No balances found for "ZapRewardsV2"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "ZapRewardsV2"
ABI
ABI objects
Getter at block 22768523
DAILY_REWARDS_CALCULATOR_ROLE() view returns (bytes32)
0x4cdb6ce733f9900ff9480e3f8b6141742ea32ffbb444bb0212b56dd41b27e3c2
DAILY_STANDARD_POOL_TOKENS() view returns (uint256)
22283000000000000000000
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
UPGRADE_ADMIN() view returns (bytes32)
0xab0a819bf57ef52a248771805d8714ae8e073962cc1b48f9667beb971fb3a2c7
UPGRADE_INTERFACE_VERSION() view returns (string)
5.0.0
isRewardsDistributionInProgress() view returns (bool)
false
proxiableUUID() view returns (bytes32)
0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc
totalStandardPoolWeighting() view returns (uint256)
0
vaultVesting() view returns (address)
0x0000000000000000000000000000000000000000
zapStaking() view returns (address)
0x0000000000000000000000000000000000000000
zapToken() view returns (address)
0x0000000000000000000000000000000000000000
Read-only
getRoleAdmin(bytes32 role) view returns (bytes32)
getUserRewards(address user) view returns (struct UserRewards)
hasRole(bytes32 role, address account) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
State-modifying
Events calculateDailyVaultHolderWeightingsForChonk(uint32 startingIndexOfChonk, uint32 sizeOfChonk)
calculateTotalTokenStakerRewardsForChonk(uint32 startingIndexOfChonk, uint32 sizeOfChonk)
claimRewards()
grantRole(bytes32 role, address account)
initialize(address _zapToken, address _zapStaking, address _vaultVesting, address multisig)
initializeV2()
renounceRole(bytes32 role, address callerConfirmation)
revokeRole(bytes32 role, address account)
saveCalculatedTokenHolderRewardsToState(uint32 startingIndexOfChonk, uint32 sizeOfChonk)
saveCalculatedVaultHolderRewardsToState(uint32 startingIndexOfChonk, uint32 sizeOfChonk)
upgradeToAndCall(address newImplementation, bytes data) payable
Initialized(uint64 version)
RewardsClaimed(address indexed user, uint256 amount)
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)
Upgraded(address indexed implementation)
constructor()
This contract contains no fallback and receive objects.
AccessControlBadConfirmation()
AccessControlUnauthorizedAccount(address account, bytes32 neededRole)
AddressEmptyCode(address target)
ERC1967InvalidImplementation(address implementation)
ERC1967NonPayable()
FailedInnerCall()
InvalidInitialization()
NotInitializing()
ReentrancyGuardReentrantCall()
UUPSUnauthorizedCallContext()
UUPSUnsupportedProxiableUUID(bytes32 slot)