TransparentUpgradeableProxy
Verified contract
Proxy
Active on
Ethereum with 140 txns
Unified storage
Map
Table
Raw
Constants and immutables
4
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 48 additional slots
-
variable spans 48 additional slots
0x3142…14c2
0x9ad7…2367
Balances ($4,646,470.51)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ANGLE | ERC-20 | 197.556118M | $0.02352 |
$4,646,470.51 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19628921 | 7 months ago | | | 0 | 0.032155822 | |
| 19578937 | 8 months ago | | | 0 | 0.049389383 | |
| 19529456 | 8 months ago | | | 0 | 0.058477971 | |
| 19479889 | 8 months ago | | | 0 | 0.067434692 | |
| 19430104 | 8 months ago | | | 0 | 0.10608891 | |
| 19380127 | 9 months ago | | | 0 | 0.13440561 | |
| 19332664 | 9 months ago | | | 0 | 0.16386646 | |
| 19280001 | 9 months ago | | | 0 | 0.071128467 | |
| 19230170 | 9 months ago | | | 0 | 0.041503443 | |
| 19180288 | 10 months ago | | | 0 | 0.056494723 |
ABI
ABI objects
Getter at block 21266372
BASE() view returns (uint256)
1000000000000000000
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
GOVERNOR_ROLE() view returns (bytes32)
0x7935bd0ae54bc31f548c14dba4d37c5c64b3f8ca900cb468fb8abd54d5894f55
GUARDIAN_ROLE() view returns (bytes32)
0x55435dd261a4b9b3364963f7738a7a662ad9c84396d64be3365284bb7f0a5041
RATE_REDUCTION_COEFFICIENT() view returns (uint256)
1007827884862117171
RATE_REDUCTION_TIME() view returns (uint256)
604800
WEEK() view returns (uint256)
604800
controller() view returns (address)
0x9ad7e7b0877582e14c17702eecf49018dd6f2367
delegateGauge() view returns (address)
0xe02f8e39b8cfa7d3b62307e46077669010883459
distributionsOn() view returns (bool)
false
miningEpoch() view returns (uint256)
117
rate() view returns (uint256)
1450276545512222381
rewardToken() view returns (address)
0x31429d1856ad1377a8a0079410b297e1a9e214c2
startEpochSupply() view returns (uint256)
207349906295673400936953600
startEpochTime() view returns (uint256)
1712655172
Read-only
delegateGauges(address) view returns (address)
getRoleAdmin(bytes32 role) view returns (bytes32)
hasRole(bytes32 role, address account) view returns (bool)
isInterfaceKnown(address) view returns (bool)
killedGauges(address) view returns (bool)
lastTimeGaugePaid(address) view returns (uint256)
State-modifying
Events admin() returns (address admin_)
changeAdmin(address newAdmin)
implementation() returns (address implementation_)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
distributeReward(address gaugeAddr) returns (uint256, uint256)
distributeRewardToMultipleGauges(address[] gauges)
grantRole(bytes32 role, address account)
initialize(address _rewardToken, address _controller, uint256 _initialRate, uint256 _startEpochSupply, address governor, address guardian, address _delegateGauge)
recoverERC20(address tokenAddress, address to, uint256 amount)
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
setDelegateGauge(address gaugeAddr, address _delegateGauge, bool toggleInterface)
setGaugeController(address _controller)
setRate(uint256 _newRate)
toggleDistributions()
toggleGauge(address gaugeAddr)
toggleInterfaceKnown(address _delegateGauge)
updateMiningParameters()
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Upgraded(address indexed implementation)
DelegateGaugeUpdated(address indexed _gaugeAddr, address indexed _delegateGauge)
DistributionsToggled(bool _distributionsOn)
GaugeControllerUpdated(address indexed _controller)
GaugeToggled(address indexed gaugeAddr, bool newStatus)
InterfaceKnownToggled(address indexed _delegateGauge, bool _isInterfaceKnown)
RateUpdated(uint256 _newRate)
Recovered(address indexed tokenAddress, address indexed to, uint256 amount)
RewardDistributed(address indexed gaugeAddr, uint256 rewardTally)
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)
UpdateMiningParameters(uint256 time, uint256 rate, uint256 supply)
constructor(address _logic, address admin_, bytes _data)
fallback()
receive()
This contract contains no error objects.