0xe48c3ea37d4956580799d90a4601887d77a57d55
Verified contract
Proxy
Active on
Base with 84 txns
Unified storage
Map
Table
Raw
Constants and immutables
0
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 48 additional slots
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USA | ERC-20 | 1 | $0.000741 |
$0 | |
esBAVA | ERC-20 | 8.263431M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22862909 | 13 hours ago | | | 0 | 0.0000074784401 | |
| 22862900 | 13 hours ago | | | 0 | 0.0000074785441 | |
| 22862876 | 13 hours ago | | | 0 | 0.0000074784401 | |
| 22862848 | 13 hours ago | | | 0 | 0.0000075679989 | |
| 22862623 | 13 hours ago | | | 0 | 0.0000073137345 | |
| 22862483 | 13 hours ago | | | 0 | 0.0000070112335 | |
| 22565871 | 7 days ago | | | 0 | 0.0000085196445 | |
| 22565860 | 7 days ago | | | 0 | 0.0000079928096 | |
| 22087571 | 18 days ago | | | 0 | 0.0000082539311 | |
| 22087513 | 18 days ago | | | 0 | 0.0000079606900 |
ABI
ABI objects
Getter at block 22886691 proxiableUUID() view returns (bytes32)
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
GOVERNOR_ROLE() view returns (bytes32)
0x474f5645524e4f525f524f4c4500000000000000000000000000000000000000
OPERATOR_ROLE() view returns (bytes32)
0x4f50455241544f525f524f4c4500000000000000000000000000000000000000
OWNER_ROLE() view returns (bytes32)
0x4f574e45525f524f4c4500000000000000000000000000000000000000000000
UPGRADE_INTERFACE_VERSION() view returns (string)
5.0.0
getRewardTrackerLength() view returns (uint256)
17
rewardToken() view returns (address)
0x77e74e7e92ecb9e921e7447c3fc35547e1c61f99
startDistributionTime() view returns (uint256)
1700538289
tokensPerInterval() view returns (uint256)
2100000000000000000
totalAllocPoint() view returns (uint256)
2319279
Read-only
getRoleAdmin(bytes32 role) view returns (bytes32)
hasRole(bytes32 role, address account) view returns (bool)
pendingRewards(address _rewardTracker) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
trackerId1(address) view returns (uint256)
trackerInfo(uint256) view returns (uint256 lastDistributionTime, address rewardTracker, uint256 allocPoint)
State-modifying
Events add(uint256 _allocPoint, address _rewardTracker, bool _withUpdate)
distribute(address _rewardTracker) returns (uint256)
grantRole(bytes32 role, address account)
initialize(address _rewardToken, address _owner, address _governor)
massUpdateLastDistributionTime()
massUpdateRewards()
recoverToken(address token, uint256 amount, address _recipient)
renounceRole(bytes32 role, address callerConfirmation)
revokeRole(bytes32 role, address account)
setAllocPoint(uint256 _tid, uint256 _allocPoint, bool _withUpdate)
setTokensPerInterval(uint256 _amount)
updateRewardToken(address _rewardToken)
updateStartDistributionTime()
upgradeToAndCall(address newImplementation, bytes data) payable
Distribute(uint256 amount)
Initialized(uint64 version)
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)
TokensPerIntervalChange(uint256 amount)
Upgraded(address indexed implementation)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
AccessControlBadConfirmation()
AccessControlUnauthorizedAccount(address account, bytes32 neededRole)
AddressEmptyCode(address target)
AddressInsufficientBalance(address account)
ERC1967InvalidImplementation(address implementation)
ERC1967NonPayable()
FailedInnerCall()
InvalidInitialization()
NotInitializing()
SafeERC20FailedOperation(address token)
UUPSUnauthorizedCallContext()
UUPSUnsupportedProxiableUUID(bytes32 slot)