Unionized Convex CRV
Verified contract
Active on
Ethereum with 2,894 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ucvxCRV | ERC-20 | 0 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21264599 | 14 hours ago | | | 0 | 0.0077713912 | |
| 21263524 | 18 hours ago | | | 0 | 0.0037596592 | |
| 21258375 | a day ago | | | 0 | 0.0047226520 | |
| 21257948 | 2 days ago | | | 0 | 0.00044862351 | |
| 21256778 | 2 days ago | | | 0 | 0.0042096149 | |
| 21255828 | 2 days ago | | | 0 | 0.00042006930 | |
| 21255700 | 2 days ago | | | 0 | 0.0044803971 | |
| 21255472 | 2 days ago | | | 0 | 0.0046373122 | |
| 21254549 | 2 days ago | | | 0 | 0.00054415648 | |
| 21253841 | 2 days ago | | | 0 | 0.0046427883 |
ABI
ABI objects
Getter at block 21268860
FEE_DENOMINATOR() view returns (uint256)
10000
MAX_CALL_INCENTIVE() view returns (uint256)
500
MAX_PLATFORM_FEE() view returns (uint256)
2000
MAX_WITHDRAWAL_PENALTY() view returns (uint256)
150
WEIGHT_PRECISION() view returns (uint256)
10000
callIncentive() view returns (uint256)
25
decimals() view returns (uint8)
18
isHarvestPermissioned() view returns (bool)
false
name() view returns (string)
Unionized Convex CRV
owner() view returns (address)
0x9bc7c6ad7e7cf3a6fcb58fb21e27752ac1e53f99
platform() view returns (address)
0xaef6ea60f6443bad046e825c1d2b0c0b5ebc1f16
platformFee() view returns (uint256)
400
strategy() view returns (address)
0xec221ae5c62029cb03d91eff85611a378a1f8883
symbol() view returns (string)
ucvxCRV
totalSupply() view returns (uint256)
9553211641021685555858762
totalUnderlying() view returns (uint256 total)
13363514822710307271981531
underlying() view returns (address)
0x62b9c7356a2dc64a1969e19c23e4f579f9810aa7
weight() view returns (uint256)
10000
withdrawalPenalty() view returns (uint256)
25
Read-only
allowance(address owner, address spender) view returns (uint256)
authorizedHarvesters(address) view returns (bool)
balanceOf(address account) view returns (uint256)
balanceOfUnderlying(address user) view returns (uint256 amount)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
deposit(address _to, uint256 _amount) returns (uint256 _shares)
depositAll(address _to) returns (uint256 _shares)
harvest()
harvest(uint256 _minAmountOut)
harvest(uint256 _minAmountOut, bool _sweep)
harvestAndSetRewardWeight(uint256 _minAmountOut, bool _sweep, uint256 _weight)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
renounceOwnership()
setCallIncentive(uint256 _incentive)
setHarvestPermissions(bool _status)
setPlatform(address _platform)
setPlatformFee(uint256 _fee)
setRewardWeight(uint256 _weight)
setStrategy(address _strategy)
setWithdrawalPenalty(uint256 _penalty)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
updateAuthorizedHarvesters(address _harvester, bool _authorized)
withdraw(address _to, uint256 _shares) returns (uint256 withdrawn)
withdrawAll(address _to) returns (uint256 withdrawn)
Approval(address indexed owner, address indexed spender, uint256 value)
CallerIncentiveUpdated(uint256 _incentive)
Deposit(address indexed _from, address indexed _to, uint256 _value)
Harvest(address indexed _caller, uint256 _value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
PlatformFeeUpdated(uint256 _fee)
PlatformUpdated(address indexed _platform)
StrategySet(address indexed _strategy)
Transfer(address indexed from, address indexed to, uint256 value)
Withdraw(address indexed _from, address indexed _to, uint256 _value)
WithdrawalPenaltyUpdated(uint256 _penalty)
constructor(address _token)
This contract contains no fallback and receive objects.
This contract contains no error objects.