Platform
Verified contract
Active on
Ethereum with 2,678 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($8,434.95)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
SNX | ERC-20 | 4.416558K | $1.63 |
$7,198.99 | |
FIS | ERC-20 | 3.461354K | $0.344855 |
$1,193.67 | |
CRV | ERC-20 | 86.385888 | $0.284294 |
$24.56 | |
MULTI | ERC-20 | 37.370713 | $0.419362 |
$15.67 | |
FXS | ERC-20 | 0.934576 | $2.21 |
$2.07 | |
MET | ERC-20 | 0 | $0.580547 |
$0 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18048286 | a year ago | | | 0 | 0.00088484854 | |
| 17595029 | a year ago | | | 0 | 0.0026005567 | |
| 17595025 | a year ago | | | 0 | 0.0026635028 | |
| 17566480 | a year ago | | | 0 | 0.0018031980 | |
| 17566476 | a year ago | | | 0 | 0.0018112985 | |
| 17466255 | a year ago | | | 0 | 0.0033188954 | |
| 17466231 | a year ago | | | 0 | 0.0026026011 | |
| 17466190 | a year ago | | | 0 | 0.0019456970 | |
| 17466165 | a year ago | | | 0 | 0.0019019015 | |
| 17466156 | a year ago | | | 0 | 0.0021180664 |
ABI
ABI objects
Getter at block 21160191
MINIMUM_PERIOD() view returns (uint8)
2
fee() view returns (uint256)
20000000000000000
feeCollector() view returns (address)
0xf930ebbd05ef8b25b1797b9b2109ddc9b0d43063
gaugeController() view returns (address)
0x2f50d538606fa9edd2b11e2446beb18c9d5846bb
getCurrentPeriod() view returns (uint256)
1730937600
isKilled() view returns (bool)
false
nextID() view returns (uint256)
51
owner() view returns (address)
0xf930ebbd05ef8b25b1797b9b2109ddc9b0d43063
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)
feeAccrued(address) view returns (uint256)
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)
recipient(address) view returns (address)
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)
claim(uint256 bribeId, address _recipient) returns (uint256)
claimAll(uint256[] ids)
claimAll(uint256[] ids, address _recipient)
claimAllFor(address _user, uint256[] ids)
claimFees(address[] rewardTokens)
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()
setFeeCollector(address _feeCollector)
setPlatformFee(uint256 _platformFee)
setRecipient(address _recipient)
setRecipientFor(address _for, address _recipient)
transferOwnership(address newOwner)
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 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 rewardToken, uint256 indexed bribeId, uint256 amount, uint256 protocolFees, uint256 period)
FeeCollectorUpdated(address feeCollector)
FeeUpdated(uint256 fee)
FeesCollected(address indexed rewardToken, uint256 amount)
ManagerUpdated(uint256 id, address indexed manager)
OwnershipTransferred(address indexed user, address indexed newOwner)
PeriodRolledOver(uint256 id, uint256 periodId, uint256 timestamp, uint256 rewardPerPeriod)
RecipientSet(address indexed sender, address indexed recipient)
constructor(address _gaugeController, address _feeCollector, address _owner)
This contract contains no fallback and receive objects.
AUTH_MANAGER_ONLY()
INVALID_NUMBER_OF_PERIODS()
KILLED()
NOT_UPGRADEABLE()
NO_PERIODS_LEFT()
WRONG_INPUT()
ZERO_ADDRESS()