CoveYearnGaugeFactory
Verified contract
Active on
Ethereum with 9 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 "CoveYearnGaugeFactory"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20286009 | 4 months ago | | | 0 | 0.00031592735 | |
| 19594617 | 7 months ago | | | 0 | 0.028062117 | |
| 19594606 | 7 months ago | | | 0 | 0.029769386 | |
| 19594595 | 7 months ago | | | 0 | 0.029240207 | |
| 19594584 | 7 months ago | | | 0 | 0.026502301 | |
| 19594573 | 7 months ago | | | 0 | 0.030561383 | |
| 19594562 | 7 months ago | | | 0 | 0.026221732 | |
| 19594550 | 7 months ago | | | 0 | 0.030284125 | |
| 19594539 | 7 months ago | | | 0 | 0.029633051 |
ABI
ABI objects
Getter at block 21167464
COVE() view returns (address)
0x32fb7d6e0cbeb9433772689aa4647828cc7cbba8
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
MANAGER_ROLE() view returns (bytes32)
0x241ecf16d79d0f8dbfb92cbc07fe17840425976cf0667f022fe9877caa831b08
PAUSER_ROLE() view returns (bytes32)
0x65d7a28e3265b37a6474929f336521b332c1681b933f6cb9f3376673440d862a
YEARN_STAKING_DELEGATE() view returns (address)
0x05dcdbf02f29239d1f8d9797e22589a2de1c152f
erc20RewardsGaugeImpl() view returns (address)
0xb5ed89e400b1edae5a0a307e0c2196116f543605
gaugeAdmin() view returns (address)
0x7bd578354b0b2f02e656f1bdc0e41a80f860534b
gaugeManager() view returns (address)
0x71bdc5f3aba49538c76d58bc2ab4e3a1118dae4c
gaugePauser() view returns (address)
0x71bdc5f3aba49538c76d58bc2ab4e3a1118dae4c
numOfSupportedYearnGauges() view returns (uint256)
12
rewardForwarderImpl() view returns (address)
0xbb17be6a283d7d18836a6f44dfb45f9d9ce2ce64
ysdRewardsGaugeImpl() view returns (address)
0x15ddad641337ce39e63f1e4f659b2a9c2c2d711b
Read-only
getAllGaugeInfo(uint256 limit, uint256 offset) view returns (struct CoveYearnGaugeFactoryGaugeInfo[])
getGaugeInfo(address yearnGauge) view returns (struct CoveYearnGaugeFactoryGaugeInfo)
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)
supportedYearnGauges(uint256) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
yearnGaugeInfoStored(address) view returns (address coveYearnStrategy, address autoCompoundingGauge, address nonAutoCompoundingGauge)
State-modifying
Events deployCoveGauges(address coveYearnStrategy)
grantRole(bytes32 role, address account)
multicall(bytes[] data) returns (bytes[] results)
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
setERC20RewardsGaugeImplementation(address impl)
setGaugeAdmin(address admin)
setGaugeManager(address manager)
setGaugePauser(address pauser)
setRewardForwarderImplementation(address impl)
setYsdRewardsGaugeImplementation(address impl)
CoveGaugesDeployed(address yearnGauge, address coveYearnStrategy, address autoCompoundingGauge, address nonAutoCompoundingGauge)
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)
constructor(address factoryAdmin, address ysd, address cove, address rewardForwarderImpl_, address erc20RewardsGaugeImpl_, address ysdRewardsGaugeImpl_, address gaugeAdmin_, address gaugeManager_, address gaugePauser_)
This contract contains no fallback and receive objects.
AddressNotContract()
GaugeAlreadyDeployed()
GaugeNotDeployed()
ZeroAddress()