Liquid Staked CNV
Verified contract
Proxy
Active on
Ethereum with 5,913 txns
Unified storage
Map
Table
Raw
Constants and immutables
4
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 48 additional slots
13 additional
variables
Balances ($4,439,691.47)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
CNV | ERC-20 | 828.300648K | $5.36 |
$4,439,691.47 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21252374 | 11 hours ago | | | 0 | 0.0010399984 | |
| 21252360 | 11 hours ago | | | 0 | 0.00096378044 | |
| 21250768 | 16 hours ago | | | 0 | 0.0013440943 | |
| 21249855 | 19 hours ago | | | 0 | 0.00077825194 | |
| 21249850 | 19 hours ago | | | 0 | 0.0010040016 | |
| 21240433 | 2 days ago | | | 0 | 0.0025285144 | |
| 21222279 | 5 days ago | | | 0 | 0.0014487865 | |
| 21221711 | 5 days ago | | | 0 | 0.0010013220 | |
| 21214637 | 6 days ago | | | 0 | 0.0011004858 | |
| 21201256 | 8 days ago | | | 0 | 0.0013715497 |
ABI
ABI objects
Getter at block 21255515 circulatingSupply() view returns (uint256)
BONDS() view returns (address)
0xe42bce7bd1a94f99a099ee9242aa0f3b2f5b1d50
CNV() view returns (address)
0x000000007a58f5f58e697e51ab0357bc9e260a04
COOP() view returns (address)
0x93249d69636124ab311798f047dc1a8a94dd0a9e
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
POLICY_ROLE() view returns (bytes32)
0xfb5864e8ff833c3cb2d2d08505e82ff02a43554c74a35d4f5a64e85261278311
TREASURY_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
URI_ADDRESS() view returns (address)
0x0000000000000000000000000000000000000000
VALUESHUTTLE() view returns (address)
0x8f639597f658691c2f500156486631a1b163d238
apyPerRebase() view returns (uint256)
0
coopRateMax() view returns (uint256)
0
coopRatePriceControl() view returns (uint256)
0
globalExcess() view returns (uint256)
2252797
haogegeControl() view returns (uint256)
0
lastRebaseTime() view returns (uint256)
1694491487
lockPoolsLength() view returns (uint256)
4
lockedExcessRewards() view returns (uint256)
243907801317890304911211
minPrice() view returns (uint256)
15000000000000000000
name() view returns (string)
Liquid Staked CNV
paused() view returns (bool)
false
rebaseIncentive() view returns (uint256)
1000000000000000000
rebaseInterval() view returns (uint256)
86400
symbol() view returns (string)
lsdCNV
totalSupply() view returns (uint256)
3050
Read-only
_calculateCOOPRate(uint256 _value, uint256 _cnvOut) view returns (uint256)
_poolIndex(uint256 _bal, uint256 _supply) pure returns (uint256)
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getRoleAdmin(bytes32 role) view returns (bytes32)
hasRole(bytes32 role, address account) view returns (bool)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
pools(uint256) view returns (uint64 term, uint256 g, uint256 excessRatio, uint256 balance, uint256 supply, uint256 rewardsPerShare)
positions(uint256) view returns (uint32 poolID, uint224 shares, uint32 maturity, uint224 rewardDebt, uint256 deposit)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 id) view returns (string)
viewPositionRewards(uint256 tokenId) view returns (uint256 amountDeposited, uint256 baseRewards, uint256 excessRewards, uint256 totalRewards)
viewStakingCap(uint256 poolNum) view returns (uint256)
State-modifying
Events admin() returns (address admin_)
changeAdmin(address newAdmin)
implementation() returns (address implementation_)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
approve(address to, uint256 tokenId)
grantRole(bytes32 role, address account)
initialize(address _CNV, address _COOP, address _BONDS, address _VALUESHUTTLE, address _treasury, address _policy, uint256 _coopRatePriceControl, uint256 _haogegeControl, uint256 _coopRateMax, uint256 _minPrice, uint256 _rebaseInterval)
lock(address to, uint256 input, uint256 pid) returns (uint256 tokenId)
lockWithPermit(address to, uint256 input, uint256 pid, uint256 permitDeadline, uint8 v, bytes32 r, bytes32 s) returns (uint256 tokenId)
manageLockPool(uint256 poolID, uint64 _term, uint256 _g, uint256 _excessRatio)
manualExcessDistribution(uint256[] amounts)
openLockPool(uint64 _term, uint256 _g, uint256 _excessRatio)
rebase() returns (bool vebase)
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setAPYPerRebase(uint256 _apy)
setAddress(uint8 _what, address _address)
setApprovalForAll(address operator, bool approved)
setCOOPParameters(uint256 _coopRatePriceControl, uint256 _haogegeControl, uint256 _coopRateMax)
setMinPrice(uint256 _minPrice)
setPause(bool _toPause)
setRebaseIncentive(uint256 _rebaseIncentive)
setRebaseInterval(uint256 _rebaseInterval)
transferFrom(address from, address to, uint256 tokenId)
unlock(address to, uint256 tokenId) returns (uint256 amountOut)
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Upgraded(address indexed implementation)
AddressManaged(uint8 indexed _what, address _address)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
CoopRateManaged(uint256 indexed _coopRatePriceControl, uint256 indexed _haogegeControl, uint256 indexed _coopRateMax)
ExcessRewardsDistributed(uint256 indexed amountDistributed, uint256 indexed globalExcess)
Lock(uint256 indexed _amount, uint256 indexed _poolID, uint256 indexed _tokenId, address _sender)
MinPriceManaged(uint256 indexed minPrice)
Paused(address account)
PoolManaged(uint64 indexed _term, uint256 indexed _g, uint256 indexed _excessRatio, uint256 _poolID)
PoolOpened(uint64 indexed _term, uint256 indexed _g, uint256 indexed _excessRatio, uint256 _poolID)
PoolRewarded(uint256 indexed poolID, uint256 indexed baseObligation, uint256 indexed excessObligation, uint256 balance)
Rebase(uint256 indexed eStakers, uint256 indexed eCOOP, uint256 indexed CNVS)
RebaseAPYManaged(uint256 indexed apy)
RebaseIncentiveManaged(uint256 indexed rebaseIncentive)
RebaseIntervalManaged(uint256 indexed rebaseInterval)
RoleAdminChanged(bytes32 indexed role, bytes32 indexed previousAdminRole, bytes32 indexed newAdminRole)
RoleGranted(bytes32 indexed role, address indexed account, address indexed sender)
RoleRevoked(bytes32 indexed role, address indexed account, address indexed sender)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
Unlock(uint256 indexed _amount, uint256 indexed _poolID, address indexed _owner)
Unpaused(address account)
constructor(address _logic, address admin_, bytes _data)
fallback()
receive()
This contract contains no error objects.