Platform
Verified contract
Active on
Ethereum with 2,485 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USDC | ERC-20 | 93.649886 | $1.00 |
$93.65 | |
MULTI | ERC-20 | 126.692329 | $0.326534 |
$41.37 | |
CRV | ERC-20 | 11.218582 | $0.245206 |
$2.75 |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17021796 | 2 years ago | | | 0 | 0.0030242786 | |
| 17016594 | 2 years ago | | | 0 | 0.0021869757 | |
| 17013111 | 2 years ago | | | 0 | 0.0046459840 | |
| 17009797 | 2 years ago | | | 0 | 0.0025581423 | |
| 17003386 | 2 years ago | | | 0 | 0.0012052320 | |
| 17002512 | 2 years ago | | | 0 | 0.0024408397 | |
| 17000674 | 2 years ago | | | 0 | 0.0030582124 | |
| 16999361 | 2 years ago | | | 0 | 0.0020738880 | |
| 16997155 | 2 years ago | | | 0 | 0.0025230810 | |
| 16997147 | 2 years ago | | | 0 | 0.0026065641 |
ABI
ABI objects
Getter at block 21097847
MINIMUM_PERIOD() view returns (uint8)
2
factory() view returns (address)
0x90068d8c21cb632cc14cf1ddc8427c1a71ad5880
gaugeController() view returns (address)
0x2f50d538606fa9edd2b11e2446beb18c9d5846bb
getCurrentPeriod() view returns (uint256)
1730332800
isKilled() view returns (bool)
false
nextID() view returns (uint256)
26
Read-only
activePeriod(uint256) view returns (uint8 id, uint256 timestamp, uint256 rewardPerPeriod)
amountClaimed(uint256) view returns (uint256)
bribes(uint256) view returns (address gauge, address manager, address rewardToken, uint8 numberOfPeriods, uint256 endTimestamp, uint256 maxRewardPerVote, uint256 totalRewardAmount)
claimable(address user, uint256 bribeId) view returns (uint256 amount)
getActivePeriod(uint256 bribeId) view returns (struct PlatformPeriod)
getActivePeriodPerBribe(uint256 bribeId) view returns (uint8)
getBlacklistedAddressesForBribe(uint256 bribeId) view returns (address[])
getBribe(uint256 bribeId) view returns (struct PlatformBribe)
getPeriodsLeft(uint256 bribeId) view returns (uint256 periodsLeft)
getUpgradedBribeQueued(uint256 bribeId) view returns (struct PlatformUpgrade)
isBlacklisted(uint256, address) view returns (bool)
isUpgradeable(uint256) view returns (bool)
lastUserClaim(address, uint256) view returns (uint256)
rewardPerVote(uint256) view returns (uint256)
upgradeBribeQueue(uint256) view returns (uint8 numberOfPeriods, uint256 totalRewardAmount, uint256 maxRewardPerVote, uint256 endTimestamp)
State-modifying
Events claim(uint256 bribeId) returns (uint256)
claimAll(uint256[] ids)
claimAllFor(address user, uint256[] ids)
claimFor(address user, uint256 bribeId) returns (uint256)
closeBribe(uint256 bribeId)
createBribe(address gauge, address manager, address rewardToken, uint8 numberOfPeriods, uint256 maxRewardPerVote, uint256 totalRewardAmount, address[] blacklist, bool upgradeable) returns (uint256 newBribeID)
increaseBribeDuration(uint256 _bribeId, uint8 _additionnalPeriods, uint256 _increasedAmount, uint256 _newMaxPricePerVote, address[] _addressesBlacklisted)
kill()
updateBribePeriod(uint256 bribeId)
updateBribePeriods(uint256[] ids)
updateManager(uint256 bribeId, address newManager)
BribeClosed(uint256 id, uint256 remainingReward)
BribeCreated(uint256 indexed id, address indexed gauge, address manager, address indexed rewardToken, uint8 numberOfPeriods, uint256 maxRewardPerVote, uint256 rewardPerPeriod, uint256 totalRewardAmount, bool isUpgradeable)
BribeDurationIncreaseQueued(uint256 id, uint8 numberOfPeriods, uint256 totalRewardAmount, uint256 maxRewardPerVote)
BribeDurationIncreased(uint256 id, uint8 numberOfPeriods, uint256 totalRewardAmount, uint256 maxRewardPerVote)
Claimed(address indexed user, address indexed rewardToken, uint256 indexed bribeId, uint256 amount, uint256 protocolFees, uint256 period)
ManagerUpdated(uint256 id, address indexed manager)
PeriodRolledOver(uint256 id, uint256 periodId, uint256 timestamp, uint256 rewardPerPeriod)
constructor(address _gaugeController, address _factory)
This contract contains no fallback and receive objects.
ALREADY_INCREASED()
AUTH_MANAGER_ONLY()
INVALID_NUMBER_OF_PERIODS()
KILLED()
NOT_ALLOWED_OPERATION()
NOT_UPGRADEABLE()
NO_PERIODS_LEFT()
WRONG_INPUT()
ZERO_ADDRESS()