CP
Verified contract
Implementation
Active on
Ethereum with 0 txns
Storage
Map
Table
Raw
Constants and immutables
2
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
8 additional
variables
Balances ($0.00)
No balances found for "CP"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "CP"
ABI
ABI objects
Getter at block 21407329 getClaimableLPToken() view returns (uint256) getExpectedAvgPrice() view returns (uint256) getSettleResult() view returns (uint256 poolBase, uint256 poolQuote, uint256 poolI, uint256 unUsedBase, uint256 unUsedQuote)
_AVG_SETTLED_PRICE_() view returns (uint256)
0
_BASE_TOKEN_() view returns (address)
0x0000000000000000000000000000000000000000
_BIDDER_PERMISSION_() view returns (address)
0x0000000000000000000000000000000000000000
_CLIFF_RATE_() view returns (uint256)
0
_FREEZE_DURATION_() view returns (uint256)
0
_IS_OPEN_TWAP_() view returns (bool)
false
_I_() view returns (uint256)
0
_K_() view returns (uint256)
0
_MAINTAINER_() view returns (address)
0x0000000000000000000000000000000000000000
_MT_FEE_RATE_MODEL_() view returns (address)
0x0000000000000000000000000000000000000000
_NEW_OWNER_() view returns (address)
0x0000000000000000000000000000000000000000
_OWNER_() view returns (address)
0x0000000000000000000000000000000000000000
_PHASE_BID_ENDTIME_() view returns (uint256)
0
_PHASE_BID_STARTTIME_() view returns (uint256)
0
_PHASE_CALM_ENDTIME_() view returns (uint256)
0
_POOL_() view returns (address)
0x0000000000000000000000000000000000000000
_POOL_FACTORY_() view returns (address)
0x0000000000000000000000000000000000000000
_POOL_QUOTE_CAP_() view returns (uint256)
0
_QUOTE_RESERVE_() view returns (uint256)
0
_QUOTE_TOKEN_() view returns (address)
0x0000000000000000000000000000000000000000
_SETTLED_() view returns (bool)
false
_SETTLED_TIME_() view returns (uint256)
0
_TOTAL_BASE_() view returns (uint256)
0
_TOTAL_LP_AMOUNT_() view returns (uint256)
0
_TOTAL_SHARES_() view returns (uint256)
0
_UNUSED_BASE_() view returns (uint256)
0
_UNUSED_QUOTE_() view returns (uint256)
0
_VESTING_DURATION_() view returns (uint256)
0
Read-only
_CLAIMED_(address) view returns (bool)
getRemainingLPRatio(uint256 timestamp) view returns (uint256)
getShares(address user) view returns (uint256)
State-modifying
Events bid(address to)
bidderClaim(address to, bytes data)
cancel(address to, uint256 amount, bytes data)
claimLPToken()
claimOwnership()
emergencySettle()
init(address[] addressList, uint256[] timeLine, uint256[] valueList, bool isOpenTWAP)
initOwner(address newOwner)
settle()
transferOwnership(address newOwner)
Bid(address to, uint256 amount, uint256 fee)
Cancel(address to, uint256 amount)
Claim(address user, uint256 baseAmount, uint256 quoteAmount)
ClaimLP(uint256 amount)
OwnershipTransferPrepared(address indexed previousOwner, address indexed newOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Settle()
This contract contains no constructor objects.
receive()
This contract contains no error objects.