BeefyRewardPoolFactory
Verified contract
Active on
Base with 181 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "BeefyRewardPoolFactory"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22706877 | 15 hours ago | | | 0 | 4.4067441e-7 | |
| 22704520 | 17 hours ago | | | 0 | 4.6203605e-7 | |
| 22704434 | 17 hours ago | | | 0 | 4.4067441e-7 | |
| 22704282 | 17 hours ago | | | 0 | 0.0000033074181 | |
| 22702187 | 18 hours ago | | | 0 | 4.7074661e-7 | |
| 22694145 | a day ago | | | 0 | 8.5847831e-7 | |
| 22622933 | 3 days ago | | | 0 | 4.4067441e-7 | |
| 22622602 | 3 days ago | | | 0 | 5.1585491e-7 | |
| 22621318 | 3 days ago | | | 0 | 4.7074661e-7 | |
| 22621277 | 3 days ago | | | 0 | 4.4067441e-7 |
ABI
ABI objects
Getter at block 22734267
getRewardPoolTypes() view returns (string[])
[BeefyRewardPool]
keeper() view returns (address)
0x4fed5491693007f0cd49f4614ffc38ab6a04b619
owner() view returns (address)
0x3b60f7f25b09e71356cdffc6475c222a466a2ac9
Read-only
getImplementation(string _rewardPoolName) view returns (address)
instances(string) view returns (address)
isImmutable(string) view returns (bool)
rewardPoolTypes(uint256) view returns (string)
State-modifying
Events SetRewardPoolTypeImmutable(string _rewardPoolName)
addRewardPool(string _rewardPoolName, address _implementation)
createRewardPool(string _rewardPoolName) returns (address)
renounceOwnership()
setKeeper(address _keeper)
transferOwnership(address newOwner)
upgradeTo(string _rewardPoolName, address _newImplementation)
InstanceUpgraded(string RewardPoolName, address newImplementation)
NewRewardPoolAdded(string rewardPoolName, address implementation)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
ProxyCreated(string rewardPoolName, address proxy)
RewardPoolIsImmutable(string rewardPoolName)
SetKeeper(address keeper)
constructor(address _keeper)
This contract contains no fallback and receive objects.
IsImmutable()
NotManager()
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)
VersionExists()