Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xc9cc…c6c5
0x39f4…de70
Balances ($0.00)
No balances found for "CFVaultV2"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 13813567 | 3 years ago | | | 0 | 0.0025766100 | |
| 13813543 | 3 years ago | | | 0 | 0.0042610500 | |
| 13813542 | 3 years ago | | | 0 | 0.0044283600 | |
| 13813541 | 3 years ago | | | 0 | 0.0042428700 | |
| 13813537 | 3 years ago | | | 0 | 0.0042363900 |
ABI
ABI objects
Getter at block 21383588 get_virtual_price() view returns (uint256)
controller() view returns (address)
0xc9cc8451fb96040c7fdfeb8c1c7dd9a60e81c6c5
fee_pool() view returns (address)
0x39f4ef6294512015ab54ed3ab32baa1794e8de70
get_asset() view returns (uint256)
41371354201480976
lp_token() view returns (address)
0x5cddca39f89fbefe65199c7ae294b1c73101af54
max_amount() view returns (uint256)
5000000000000000000000
owner() view returns (address)
0x66945268093f28c28a2dce11a1640e06c070df7b
ratio_base() view returns (uint256)
10000
slip() view returns (uint256)
9950
target_token() view returns (address)
0x0000000000000000000000000000000000000000
withdraw_fee_ratio() view returns (uint256)
10
Read-only
This contract contains no read-only function objects.
State-modifying
Events changeController(address _ctrl)
changeFeePool(address _fp)
changeWithdrawFee(uint256 _fee)
deposit(uint256 _amount) payable
set_max_amount(uint256 _amount)
set_slippage(uint256 _slip)
transferOwnership(address newOwner)
withdraw(uint256 _amount)
CFFDeposit(address from, uint256 target_amount, uint256 cff_amount, uint256 virtual_price)
CFFDepositFee(address from, uint256 target_amount, uint256 fee_amount)
CFFWithdraw(address from, uint256 target_amount, uint256 cff_amount, uint256 target_fee, uint256 virtual_price)
ChangeController(address old, address _new)
ChangeFeePool(address old, address _new)
ChangeMaxAmount(uint256 old, uint256 _new)
ChangeSlippage(uint256 old, uint256 _new)
ChangeWithdrawFee(uint256 old, uint256 _new)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
constructor(address _target_token, address _lp_token, address _controller)
fallback()
This contract contains no error objects.