Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x85dc…9ed7
0x39f4…de70
Balances ($0.00)
No balances found for "CFVaultV2"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16810426 | 2 years ago | | | 0 | 0.023087982 | |
| 16582738 | 2 years ago | | | 0 | 0.031237738 | |
| 16563059 | 2 years ago | | | 0 | 0.026097412 | |
| 16527668 | 2 years ago | | | 0 | 0.033069972 | |
| 16527660 | 2 years ago | | | 0 | 0.035713565 | |
| 16516997 | 2 years ago | | | 0 | 0.017707674 | |
| 16471042 | 2 years ago | | | 0 | 0.23778859 | |
| 16394405 | 2 years ago | | | 0 | 0.025521293 | |
| 16390571 | 2 years ago | | | 0 | 0.023381719 | |
| 16375097 | 2 years ago | | | 0 | 0.021609527 |
ABI
ABI objects
Getter at block 21126288 get_virtual_price() view returns (uint256)
controller() view returns (address)
0x85dc869da0042b60bc466d8e95bf477bedd89ed7
fee_pool() view returns (address)
0x39f4ef6294512015ab54ed3ab32baa1794e8de70
get_asset() view returns (uint256)
14218423897217334268
lp_token() view returns (address)
0x412ebdc655f897e0ec0f89022bc7dec62baae0af
max_amount() view returns (uint256)
10000000000000
owner() view returns (address)
0x66945268093f28c28a2dce11a1640e06c070df7b
ratio_base() view returns (uint256)
10000
slip() view returns (uint256)
9800
target_token() view returns (address)
0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48
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.