CrossFarmingVault
Verified contract
Active on
Ethereum with 1,705 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($43.99)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USDT | ERC-20 | 44 | $0.999699 |
$43.99 | |
Cake-LP | ERC-20 | 42.244894 | -- | -- | |
Cake-LP | ERC-20 | 10.388732 | -- | -- | |
Cake-LP | ERC-20 | 9.46548 | -- | -- | |
Cake-LP | ERC-20 | 0.000134 | -- | -- | |
Cake-LP | ERC-20 | 0.000097 | -- | -- | |
Cake-LP | ERC-20 | 0.000086 | -- | -- | |
Cake-LP | ERC-20 | 0.00002 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20997382 | a month ago | | | 0.0048393643 | 0.0013666920 | |
| 20722250 | 3 months ago | | | 0.004074272 | 0.0012125287 | |
| 20433834 | 4 months ago | | | 0.0043529813 | 0.0015184089 | |
| 20259572 | 5 months ago | | | 0.00078525148 | 0.00024770264 | |
| 20258061 | 5 months ago | | | 0.000921492 | 0.00035575551 | |
| 20160181 | 5 months ago | | | 0.00001 | 0.00070921271 | |
| 20160164 | 5 months ago | | | 0.00001 | 0.00077559592 | |
| 19588345 | 8 months ago | | | 0.0074127923 | 0.0023551448 | |
| 19433334 | 8 months ago | | | 0.028993721 | 0.0078956341 | |
| 19264829 | 9 months ago | | | 0.015797185 | 0.0050868021 |
ABI
ABI objects
Getter at block 21272966
BSC_CHAIN_ID() view returns (uint64)
56
CROSS_FARMING_RECEIVER() view returns (address)
0x0726a8c8206b9ec0afb788df5adb36a8aedb13c2
CROSS_FARMING_SENDER() view returns (address)
0x8ea90ef07f37c77137453c7a1b72b7886d51ecfb
messageBus() view returns (address)
0x4066d196a423b2b3b8b054f4f40efb47a74e200c
operator() view returns (address)
0xa7551abe0a066555cb5d859849426fb55543ca25
owner() view returns (address)
0xecc90d54b10add1ab746abe7e83abe178b72aa9e
paused() view returns (bool)
false
poolLength() view returns (uint256)
8
Read-only
calcFee(bytes _message) view returns (uint256)
deposits(address, uint256, uint64) view returns (uint256)
encodeMessage(address _account, uint256 _pid, uint256 _amount, uint8 _msgType, uint64 _nonce) view returns (bytes)
exists(address) view returns (bool)
poolInfo(uint256) view returns (address lpToken, uint256 mcv2PoolId, uint256 totalAmount)
poolMapping(uint256) view returns (uint256)
usedNonce(address, uint256, uint64) view returns (bool)
userInfo(uint256, address) view returns (uint256 amount, uint256 lastActionTime)
whitelistPool(uint256) view returns (bool)
State-modifying
Events ackEmergencyWithdraw(address _user, uint256 _mcv2pid, uint64 _nonce)
ackWithdraw(address _user, uint256 _mcv2pid, uint256 _amount, uint64 _nonce)
add(address _lpToken, uint256 _mcv2PoolId)
addWhiteListPool(uint256 _mcv2Pid)
deposit(uint256 _pid, uint256 _amount) payable
emergencyWithdraw(uint256 _pid) payable
fallbackDeposit(address _user, uint256 _pid, uint256 _amount, uint64 _nonce)
fallbackWithdraw(address _user, uint256 _pid, uint256 _amount, uint64 _nonce)
pause()
renounceOwnership()
setOperator(address _operator)
transferOwnership(address newOwner)
unpause()
withdraw(uint256 _pid, uint256 _amount) payable
AckEmergencyWithdraw(address indexed sender, uint256 pid, uint256 amount, uint64 nonce)
AckWithdraw(address indexed sender, uint256 pid, uint256 amount, uint64 nonce)
AddedPool(address indexed lpToken, uint256 mockPoolId)
AddedWhiteListPool(uint256 pid)
Deposit(address indexed sender, uint256 pid, uint256 amount, uint64 nonce)
EmergencyWithdraw(address indexed sender, uint256 pid, uint256 amount, uint64 nonce)
FallbackDeposit(address indexed sender, uint256 pid, uint256 amount, uint64 nonce)
FallbackWithdraw(address indexed sender, uint256 pid, uint256 amount, uint64 nonce)
OperatorUpdated(address indexed newOperator, address indexed oldOperator)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Pause()
Paused(address account)
Unpause()
Unpaused(address account)
Withdraw(address indexed sender, uint256 pid, uint256 amount, uint64 nonce)
constructor(address _operator, address _sender, address _receiver, uint64 _chainId)
This contract contains no fallback and receive objects.
This contract contains no error objects.