FraxGaugeFXSRewardsDistributor
Verified contract
Active on
Ethereum with 7,396 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x3669…e737
Balances ($1,819,513.34)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
FXS | ERC-20 | 758.130558K | $2.40 |
$1,819,513.34 | |
COLLAR | ERC-20 | 10M | -- | -- | |
TSP | ERC-20 | 236.172583K | -- | -- | |
HQG | ERC-20 | 3 | -- | -- | |
GTG | ERC-20 | 2.4 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21242982 | 5 hours ago | | | 0 | 0.0023713639 | |
| 21242533 | 7 hours ago | | | 0 | 0.0025004088 | |
| 21242089 | 8 hours ago | | | 0 | 0.0020251224 | |
| 21242087 | 8 hours ago | | | 0 | 0.0023793585 | |
| 21241938 | 9 hours ago | | | 0 | 0.0023135311 | |
| 21241788 | 9 hours ago | | | 0 | 0.0021622057 | |
| 21241638 | 10 hours ago | | | 0 | 0.0019890259 | |
| 21241491 | 10 hours ago | | | 0 | 0.0022946536 | |
| 21241342 | 11 hours ago | | | 0 | 0.0021208021 | |
| 21241052 | 12 hours ago | | | 0 | 0.0025363032 |
ABI
ABI objects
Getter at block 21244533
curator_address() view returns (address)
0xb1748c79709f4ba2dd82834b8c82d4a505003f27
distributionsOn() view returns (bool)
true
nominatedOwner() view returns (address)
0x0000000000000000000000000000000000000000
owner() view returns (address)
0xb1748c79709f4ba2dd82834b8c82d4a505003f27
timelock_address() view returns (address)
0x8412ebf45bac1b340bbe8f318b928c466c4e39ca
Read-only
currentReward(address gauge_address) view returns (uint256 reward_amount)
gauge_whitelist(address) view returns (bool)
is_middleman(address) view returns (bool)
last_time_gauge_paid(address) view returns (uint256)
State-modifying
Events acceptOwnership()
distributeReward(address gauge_address) returns (uint256 weeks_elapsed, uint256 reward_tally)
nominateNewOwner(address _owner)
recoverERC20(address tokenAddress, uint256 tokenAmount)
setCurator(address _new_curator_address)
setGaugeController(address _gauge_controller_address)
setGaugeState(address _gauge_address, bool _is_middleman, bool _is_active)
setTimelock(address _new_timelock)
toggleDistributions()
DistributionsToggled(bool distibutions_state)
GaugeStateChanged(address gauge_address, bool is_middleman, bool is_active)
OwnerChanged(address oldOwner, address newOwner)
OwnerNominated(address newOwner)
RecoveredERC20(address token, uint256 amount)
RewardDistributed(address indexed gauge_address, uint256 reward_amount)
constructor(address _owner, address _timelock_address, address _curator_address, address _reward_token_address, address _gauge_controller_address)
This contract contains no fallback and receive objects.
This contract contains no error objects.