RVFMigration
Verified contract
Active on
Ethereum with 2,318 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.06)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
RVF | ERC-20 | 0.45911 | $0.129368 |
$0.06 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20428299 | 3 months ago | | | 0 | 0.00063363448 | |
| 20428292 | 3 months ago | | | 0 | 0.00068747025 | |
| 20020447 | 5 months ago | | | 0 | 0.0021174728 | |
| 20004940 | 5 months ago | | | 0 | 0.0013423071 | |
| 20004072 | 5 months ago | | | 0 | 0.0010005492 | |
| 20001242 | 5 months ago | | | 0 | 0.00052621367 | |
| 20000932 | 5 months ago | | | 0 | 0.00061226467 | |
| 19998449 | 5 months ago | | | 0 | 0.0015525195 | |
| 19997931 | 5 months ago | | | 0 | 0.0013527550 | |
| 19991097 | 5 months ago | | | 0 | 0.0031751924 |
ABI
ABI objects
Getter at block 21157355
feeCollector() view returns (address)
0xff7caa0795e88383a91a4c11d542de09f8a493c3
owner() view returns (address)
0x6a6c8d542044a0edaa0c550c214090c20df56a8e
rvfToken() view returns (address)
0xdc8af07a7861bedd104b8093ae3e9376fc8596d2
rvfV2Token() view returns (address)
0x2fb652314c3d850e9049057bbe9813f1eee882d3
swapFee() view returns (uint256)
1
tokenCollector() view returns (address)
0x521a83bb77a6b6b04817c999d0b8e811396247f9
Read-only
liquidity(address) view returns (uint256)
State-modifying
Events addLiquidity(uint256 amount)
emergencyWithdrawal(uint256 amount)
renounceOwnership()
setFeeCollector(address _feeCollector)
setSwapFee(uint256 _fee)
setTokenCollector(address _tokenCollector)
swap(uint256 amount)
transferOwnership(address newOwner)
EmergencyWithdrawal(address indexed user, uint256 amount)
FeeCollectorChanged(address indexed newFeeCollector)
LiquidityAdded(address indexed user, uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
TokenCollectorChanged(address indexed newTokenCollector)
TokensSwapped(address indexed user, uint256 amount)
constructor(address _rvfToken, address _rvfV2Token, address _feeCollector, uint256 _swapFee, address _tokenCollector)
This contract contains no fallback and receive objects.
This contract contains no error objects.