Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xd533…cd52
0x5f3b…e2a2
0xd30d…5ac8
Balances ($785.03)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
CRV | ERC-20 | 694.718618 | $1.13 |
$785.03 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16512596 | 2 years ago | | | 0 | 0.0011210662 | |
| 15988812 | 2 years ago | | | 0 | 0.00087640890 | |
| 15836209 | 2 years ago | | | 0 | 0.00052381645 | |
| 15813940 | 2 years ago | | | 0 | 0.00076223925 | |
| 15548829 | 2 years ago | | | 0 | 0.00039231600 | |
| 15420598 | 2 years ago | | | 0 | 0.00038490456 | |
| 15190751 | 2 years ago | | | 0 | 0.00060601680 | |
| 15167593 | 2 years ago | | | 0 | 0.0091776105 | |
| 15161259 | 2 years ago | | | 0 | 0.0020156094 | |
| 15115949 | 2 years ago | | | 0 | 0.0061401927 |
ABI
ABI objects
Getter at block 21396475
MAX_PCT() view returns (uint256)
10000
UNIT() view returns (uint256)
1000000000000000000
WEEK() view returns (uint256)
604800
delegationBoost() view returns (address)
0xd30dd0b919cb4012b3add78f6dcb6eb7ef225ac8
feeReserveRatio() view returns (uint256)
500
feeToken() view returns (address)
0xd533a949740bb3306d119cc777fa900ba034cd52
minDelegationTime() view returns (uint256)
604800
minPercRequired() view returns (uint256)
1000
offersIndex() view returns (uint256)
140
owner() view returns (address)
0x0792dcb7080466e4bbc678bdb873fe7d969832b8
paused() view returns (bool)
false
reserveAmount() view returns (uint256)
241688916667626554746
reserveManager() view returns (address)
0x0792dcb7080466e4bbc678bdb873fe7d969832b8
votingEscrow() view returns (address)
0x5f3b5dfeb7b28cdbd7faba78963ee202a494e2a2
Read-only
claimable(address user) view returns (uint256)
earnedFees(address) view returns (uint256)
estimateFees(address delegator, uint256 percent, uint256 duration) view returns (uint256)
offers(uint256) view returns (address user, uint256 pricePerVote, uint16 minPerc, uint16 maxPerc)
userIndex(address) view returns (uint256)
State-modifying
Events blockClaim()
buyDelegationBoost(address delegator, address receiver, uint256 percent, uint256 duration, uint256 maxFeeAmount) returns (uint256)
cancelDelegationBoost(uint256 tokenId) returns (bool)
claim() returns (bool)
claim(uint256 amount) returns (bool)
claimAndCancel() returns (bool)
depositToReserve(address from, uint256 amount) returns (bool)
pause()
quit() returns (bool)
register(uint256 pricePerVote, uint16 minPerc, uint16 maxPerc) returns (bool)
renounceOwnership()
setDelegationBoost(address newDelegationBoost)
setFeeReserveRatio(uint256 newFeeReserveRatio)
setMinDelegationTime(uint256 newMinDelegationTime)
setMinPercRequired(uint256 newMinPercRequired)
setReserveManager(address newReserveManager)
transferOwnership(address newOwner)
unblockClaim()
unpause()
updateOffer(uint256 pricePerVote, uint16 minPerc, uint16 maxPerc) returns (bool)
withdrawERC20(address token, uint256 amount) returns (bool)
withdrawFromReserve(uint256 amount) returns (bool)
BoostPurchase(address indexed delegator, address indexed receiver, uint256 tokenId, uint256 percent, uint256 price, uint256 paidFeeAmount, uint256 expiryTime)
Claim(address indexed user, uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
Quit(address indexed user)
Registred(address indexed user, uint256 price)
Unpaused(address account)
UpdateOffer(address indexed user, uint256 newPrice)
constructor(address _feeToken, address _votingEscrow, address _delegationBoost, uint256 _feeReserveRatio, uint256 _minPercRequired)
This contract contains no fallback and receive objects.
This contract contains no error objects.