GaugeController
Verified contract
Active on
Ethereum with 80 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x3dc0…916b
-
variable spans 999999999 additional slots
-
variable spans 999999999 additional slots
-
variable spans 999999999 additional slots
Balances ($0.00)
No balances found for "GaugeController"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19316097 | 8 months ago | | | 0 | 0.013133724 | |
| 19316064 | 8 months ago | | | 0 | 0.060171090 | |
| 17436892 | a year ago | | | 0 | 0.013780369 | |
| 17436892 | a year ago | | | 0 | 0.0051943687 | |
| 17436886 | a year ago | | | 0 | 0.017016198 | |
| 17043095 | 2 years ago | | | 0 | 0.0054060243 | |
| 17043071 | 2 years ago | | | 0 | 0.0053486063 | |
| 17043002 | 2 years ago | | | 0 | 0.020336266 | |
| 16520639 | 2 years ago | | | 0 | 0.0047235695 | |
| 16085139 | 2 years ago | | | 0 | 0.018636552 |
ABI
ABI objects
Getter at block 21090430
get_total_weight() view returns (uint256)
3238827865975300588235020000000000000000000
get_voting_escrow() view returns (address)
0x3dc07e60ecb3d064d20c386217ceef8e3905916b
n_gauge_types() view returns (uint256)
4
n_gauges() view returns (uint256)
31
ownership() view returns (address)
0x56246e83f3148b05ce2d90b44fbb4e9fa9eaf5bb
time_total() view returns (uint256)
1726099200
token() view returns (address)
0xd83ae04c9ed29d6d3e6bf720c71bc7beb424393e
voting_escrow() view returns (address)
0x3dc07e60ecb3d064d20c386217ceef8e3905916b
Read-only
changes_sum(uint256, uint256) view returns (uint256)
changes_weight(address, uint256) view returns (uint256)
gauge_relative_weight(address _addr, uint256 _time) view returns (uint256)
gauge_type_names(uint256) view returns (string)
gauge_types(address _addr) view returns (uint256)
gauges(uint256) view returns (address)
get_gauge_weight(address _addr) view returns (uint256)
get_type_weight(uint256 _type_id) view returns (uint256)
get_weights_sum_per_type(uint256 _type_id) view returns (uint256)
last_user_vote(address, address) view returns (uint256)
points_sum(uint256, uint256) view returns (uint256 bias, uint256 slope)
points_total(uint256) view returns (uint256)
points_type_weight(uint256, uint256) view returns (uint256)
points_weight(address, uint256) view returns (uint256 bias, uint256 slope)
time_sum(uint256) view returns (uint256)
time_type_weight(uint256) view returns (uint256)
time_weight(address) view returns (uint256)
vote_user_power(address) view returns (uint256)
vote_user_slopes(address, address) view returns (uint256 slope, uint256 power, uint256 end)
State-modifying
Events add_gauge(address _addr, uint256 _gauge_type, uint256 _weight)
add_type(string _name, uint256 _weight)
change_gauge_weight(address _addr, uint256 _weight)
change_type_weight(uint256 _type_id, uint256 _weight)
checkpoint()
checkpoint_gauge(address _addr)
gauge_relative_weight_write(address _addr, uint256 _time) returns (uint256)
vote_for_gauge_weights(address _gauge_addr, uint256 _user_weight)
AddType(string name, uint256 type_id)
NewGauge(address addr, uint256 gauge_type, uint256 weight)
NewGaugeWeight(address gauge_address, uint256 time, uint256 weight, uint256 total_weight)
NewTypeWeight(uint256 type_id, uint256 time, uint256 weight, uint256 total_weight)
VoteForGauge(uint256 time, address user, address gauge_addr, uint256 weight)
constructor(address _token, address _voting_escrow, address _ownership)
This contract contains no fallback and receive objects.
This contract contains no error objects.