GaugeVoteRewards
Verified contract
Active on
Ethereum with 28 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x66a7…d675
Balances ($308,286.72)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
AURA | ERC-20 | 844.561K | $0.365026 |
$308,286.72 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21076958 | a month ago | | | 0 | 0.00079862839 | |
| 20669737 | 3 months ago | | | 0 | 0.00082679038 | |
| 19242326 | 9 months ago | | | 0 | 0.00074617405 | |
| 19242318 | 9 months ago | | | 0 | 0.0018464467 | |
| 19242315 | 9 months ago | | | 0 | 0.0066430346 | |
| 19242311 | 9 months ago | | | 0 | 0.0095101053 | |
| 19242308 | 9 months ago | | | 0 | 0.012122964 | |
| 19240022 | 9 months ago | | | 0 | 0.0036819208 | |
| 19228151 | 9 months ago | | | 0 | 0.0013907586 | |
| 19228150 | 9 months ago | | | 0 | 0.0027151493 |
ABI
ABI objects
Getter at block 21284600
DEFAULT_PAYLOAD_SIZE_LIMIT() view returns (uint256)
10000
EPOCH_DURATION() view returns (uint256)
1209600
TOTAL_WEIGHT_PER_EPOCH() view returns (uint256)
10000
aura() view returns (address)
0xc0c293ce456ff0ed870add98a0828dd4d2903dbf
auraOFT() view returns (address)
0xb401f0cff9f05d10699c0e2c88a81dd923c1ffff
booster() view returns (address)
0xa57b8d98dae62b26ec3bcc4a365338157060b234
distributor() view returns (address)
0x817f426b5a79599464488eccf82c3f54b9330e15
getCurrentEpoch() view returns (uint256)
1432
lzChainId() view returns (uint16)
101
lzEndpoint() view returns (address)
0x66a71dcef29a0ffbdbe3c6a460a3b5bc225cd675
owner() view returns (address)
0x5fea4413e3cc5cf3a29a49db41ac0c24850417a0
precrime() view returns (address)
0x0000000000000000000000000000000000000000
rewardPerEpoch() view returns (uint256)
140760000000000000000000
stashRewardDistro() view returns (address)
0xd3a5b62a89e3f5cc61e29f5b7549c83564f998f1
Read-only
getAmountToSendByEpoch(uint256 _epoch, address _gauge) view returns (uint256)
getChildGaugeVoteRewards(uint16) view returns (address)
getConfig(uint16 _version, uint16 _chainId, address, uint256 _configType) view returns (bytes)
getDstChainId(address) view returns (uint16)
getPoolId(address) view returns (uint128 value, bool isSet)
getTotalWeight(uint256) view returns (uint256)
getTrustedRemoteAddress(uint16 _remoteChainId) view returns (bytes)
getWeightByEpoch(uint256, address) view returns (uint256)
isNoDepositGauge(address) view returns (bool)
isProcessed(uint256, address) view returns (bool)
isTrustedRemote(uint16 _srcChainId, bytes _srcAddress) view returns (bool)
minDstGasLookup(uint16, uint16) view returns (uint256)
payloadSizeLimitLookup(uint16) view returns (uint256)
trustedRemoteLookup(uint16) view returns (bytes)
State-modifying
Events forceResumeReceive(uint16 _srcChainId, bytes _srcAddress)
lzReceive(uint16 _srcChainId, bytes _srcAddress, uint64 _nonce, bytes _payload)
processGaugeRewards(uint256 _epoch, address[] _gauge)
processSidechainGaugeRewards(address[] _gauge, uint256 _epoch, uint16 _dstChainId, address _zroPaymentAddress, address _sendFromZroPaymentAddress, bytes _adapterParams, bytes _sendFromAdapterParams) payable
renounceOwnership()
setChildGaugeVoteRewards(uint16 _dstChainId, address _voteReward)
setConfig(uint16 _version, uint16 _chainId, uint256 _configType, bytes _config)
setDistributor(address _distributor)
setDstChainId(address[] _gauges, uint16 _dstChainId)
setIsNoDepositGauge(address _gauge, bool _isNoDeposit)
setMinDstGas(uint16 _dstChainId, uint16 _packetType, uint256 _minGas)
setPayloadSizeLimit(uint16 _dstChainId, uint256 _size)
setPoolIds(uint256 start, uint256 end)
setPrecrime(address _precrime)
setReceiveVersion(uint16 _version)
setRewardPerEpoch(uint256 _rewardPerEpoch)
setSendVersion(uint16 _version)
setTrustedRemote(uint16 _srcChainId, bytes _path)
setTrustedRemoteAddress(uint16 _remoteChainId, bytes _remoteAddress)
transferERC20(address _token, address _to, uint256 _amount)
transferOwnership(address newOwner)
voteGaugeWeight(address[] _gauge, uint256[] _weight) returns (bool)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
ProcessGaugeRewards(address[] gauge, uint256 epoch)
ProcessSidechainGaugeRewards(address[] gauges, uint256 epoch, uint16 dstChainId)
SetChildGaugeVoteRewards(uint16 dstChainId, address voteReward)
SetDistributor(address distributor)
SetIsNoDepositGauge(address gauge, bool isNoDeposit)
SetMinDstGas(uint16 _dstChainId, uint16 _type, uint256 _minDstGas)
SetPrecrime(address precrime)
SetRewardPerEpoch(uint256 rewardPerEpoch)
SetTrustedRemote(uint16 _remoteChainId, bytes _path)
SetTrustedRemoteAddress(uint16 _remoteChainId, bytes _remoteAddress)
constructor(address _aura, address _auraOFT, address _booster, address _stashRewardDistro, uint16 _lzChainId, address _lzEndpoint)
receive()
This contract contains no error objects.