Equalizer V3 Gauge for xWETH-USDbC05
Unverified contract
Proxy
Active on
Base with 1,372 txns
Unified storage
Map
Table
Raw
Constants and immutables
0
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xb0fe…0fb1
0x28c9…1c53
0x46ab…2687
0x582e…9250
5 additional
variables
Balances ($16,869.39)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
SCALE | ERC-20 | 63.769509K | $0.264537 |
$16,869.39 | |
OHNO | ERC-20 | 4 | -- | -- | |
LZPZ | ERC-20 | 1 | -- | -- | |
xWETH-USDbC05 | ERC-20 | 0.000001 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22919052 | 12 hours ago | | | 0 | 0.0000029722312 | |
| 22899045 | a day ago | | | 0 | 0.0000014735214 | |
| 22867662 | 2 days ago | | | 0 | 0.0000045380191 | |
| 22850821 | 2 days ago | | | 0 | 0.0000056976659 | |
| 22847867 | 2 days ago | | | 0 | 0.0000023329410 | |
| 22847137 | 2 days ago | | | 0 | 0.0000049881436 | |
| 22801738 | 3 days ago | | | 0 | 0.0000043614066 | |
| 22801608 | 3 days ago | | | 0 | 0.0000043624012 | |
| 22782892 | 4 days ago | | | 0 | 0.000012834845 | |
| 22747092 | 4 days ago | | | 0 | 0.000017832586 |
ABI
ABI objects
Getter at block 22940352 apr() view returns (uint256 _apr) aprs() view returns (uint256[]) tvl() view returns (uint256 _tvl) tvlDeposits() view returns (uint256 _tvl)
_ve() view returns (address)
0x28c9c71c776a1203000b56c0cca48bef1cd51c53
baseReward() view returns (address)
0x54016a4848a38f257b6e96331f7404073fd9c32c
bribe() view returns (address)
0x582e4b4329b0bf822ce189cbf6edccba2cbb9250
bribesListLength() view returns (uint256)
0
decimals() view returns (uint256)
18
feeTaker() view returns (address)
0x0000000000000000000000000000000000000000
gauge() view returns (address)
0x939a035f6278f0ae7477dba9392c59df0eba3904
manager() view returns (address)
0x5c146cd18fa53914580573c9b9604588529406ca
name() view returns (string)
Equalizer V3 Gauge for xWETH-USDbC05
paused() view returns (bool)
false
rewardsListLength() view returns (uint256)
1
splitLocktime() view returns (uint256)
15724800
splitRatio() view returns (uint256)
0
stake() view returns (address)
0xb0fe42a5571d96549e09c84693e567d42cf70fb1
symbol() view returns (string)
E3.G:xWETH-USDbC05
totalSupply() view returns (uint256)
536119259860
tradeFeesCollector() view returns (address)
0x437c8b9c7d4ac5602d1bd7cc9f60c98f739d7d83
ve() view returns (address)
0x28c9c71c776a1203000b56c0cca48bef1cd51c53
voter() view returns (address)
0x46abb88ae1f2a35ea559925d99fdc5441b592687
Read-only
TvlGuru(address) view returns (address)
TvlPriceFeed(address) view returns (bytes)
apr(uint256 i) view returns (uint256 _apr)
balanceOf(address account) view returns (uint256)
bribeTokens(uint256) view returns (address)
earned(address _rewardsToken, address account) view returns (uint256)
earnedBy(address account, address _rewardsToken) view returns (uint256)
earnings(address, address) view returns (uint256)
getAssetPrice(address _a) view returns (uint256)
getRewardForDuration(address _rewardsToken) view returns (uint256)
isBribeToken(address) view returns (bool)
isReward(address) view returns (bool)
lastTimeRewardApplicable(address _rewardsToken) view returns (uint256)
lastUpdateTime(address _tkn) view returns (uint256)
left(address _rewardsToken) view returns (uint256)
payouts(address) view returns (uint256)
payoutsNotified(address) view returns (uint256)
periodFinish(address _tkn) view returns (uint256)
rewardData(address) view returns (address rewardsDistributor, uint256 rewardsDuration, uint256 periodFinish, uint256 rewardRate, uint256 lastUpdateTime, uint256 rewardPerTokenStored)
rewardPerToken(address _rewardsToken) view returns (uint256)
rewardRate(address _tkn) view returns (uint256)
rewardTokens(uint256) view returns (address)
rewards(address, address) view returns (uint256)
totalFeesPayouts(address) view returns (uint256)
userRewardPerTokenPaid(address, address) view returns (uint256)
State-modifying
Events addBribeToken(address _t)
addBribeTokens(address[] _tks)
addReward(address _rewardsToken, address _rewardsDistributor, uint256 _rewardsDuration)
claimFees() returns (uint256 claimed0, uint256 claimed1)
deposit(uint256 amount)
depositAll()
depositAllFor(address _user)
depositFor(address _user, uint256 amount)
exit()
getReward()
getReward(address account, address[] tokens)
initialize(address _stake, address _gauge, address __ve)
notifyRewardAmount(address _rewardsToken, uint256 _reward)
removeBribeToken(address _t)
removeBribeTokens(address[] _tks)
rescue(uint256 _amt, address _token, address _to)
setBribe(address _b)
setFeeTaker(address _ft)
setGauge(address _g)
setManager(address _m)
setPaused(bool _b)
setRewardsDistributor(address _rewardsToken, address _rewardsDistributor)
setRewardsDuration(address _rewardsToken, uint256 _rewardsDuration)
setSplitParameters(uint256 _sr, uint256 _st)
setTradeFeesCollector(address _tfc)
setTvlGuru(address _a, address _t, bytes _b)
withdraw(uint256 amount)
withdrawAll()
BribeTokenSet(address indexed token, address indexed bribe, bool indexed active)
ClaimFees(address indexed initiator, address indexed beneficiary, address indexed token, uint256 amount)
ClaimRewards(address indexed token, address indexed user, uint256 reward)
Deposit(address indexed user, uint256 amount)
ProtocolFees(address indexed initiator, address indexed taker, address indexed token, uint256 amount)
Recovered(address indexed token, uint256 amount)
RewardAdded(address indexed token, address indexed notifier, uint256 reward)
RewardsDurationUpdated(address indexed token, uint256 newDuration)
Transfer(address indexed from, address indexed to, uint256 amount)
Withdrawn(address indexed user, uint256 amount)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.