RampStaking
Verified contract
Active on
Ethereum with 6,815 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x33d0…ed9f
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
UNI-V2 | ERC-20 | 1.277654K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20726038 | 2 months ago | | | 0 | 0.000076464004 | |
| 20726034 | 2 months ago | | | 0 | 0.00020766999 | |
| 16906832 | 2 years ago | | | 0 | 0.0013782019 | |
| 16906830 | 2 years ago | | | 0 | 0.0010392611 | |
| 16906829 | 2 years ago | | | 0 | 0.0019859743 | |
| 16420755 | 2 years ago | | | 0 | 0.0034484504 | |
| 15868417 | 2 years ago | | | 0 | 0.0024073444 | |
| 15287116 | 2 years ago | | | 0 | 0.00050446122 | |
| 15242276 | 2 years ago | | | 0 | 0.00038863232 | |
| 15242274 | 2 years ago | | | 0 | 0.00045969938 |
ABI
ABI objects
Getter at block 21100841
START_BLOCK() view returns (uint256)
11243215
feePercentage() view returns (uint256)
0
owner() view returns (address)
0x2dcfbd1ee5ce195937f913a6f8d18f9c9fd33ea4
poolLength() view returns (uint256)
1
rampToken() view returns (address)
0x33d0568941c0c64ff7e0fb4fba0b11bd37deed9f
rampTokenFarmingWallet() view returns (address)
0xc6704b07c496550674146d6c779cbf06b1d36ec8
Read-only
getPoolReward(uint256 _from, uint256 _to, uint256 _rampPerBlock) view returns (uint256 rewards)
pendingReward(uint256 _poolId, address _user) view returns (uint256)
poolId1(address) view returns (uint256)
poolInfo(uint256) view returns (address token, uint256 rampPerBlock, uint256 lastRewardBlock, uint256 accRampPerShare)
userInfo(uint256, address) view returns (uint256 amount, uint256 rewardDebt, uint256 rewardDebtAtBlock)
State-modifying
Events add(uint256 _rampPerBlock, address _token, bool _withUpdate)
claimReward(uint256 _poolId)
deposit(uint256 _poolId, uint256 _amount)
emergencyWithdraw(uint256 _poolId)
massUpdatePools()
renounceOwnership()
set(uint256 _poolId, uint256 _rampPerBlock, bool _withUpdate)
setFee(uint256 _feePercentage)
transferOwnership(address newOwner)
updatePool(uint256 _poolId)
withdraw(uint256 _poolId, uint256 _amount)
Deposit(address indexed user, uint256 indexed poolId, uint256 amount)
EmergencyWithdraw(address indexed user, uint256 indexed poolId, uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SendRampReward(address indexed user, uint256 indexed poolId, uint256 amount)
Withdraw(address indexed user, uint256 indexed poolId, uint256 amount)
constructor(address _rampTokenAddress, address _rampTokenFarmingWallet, uint256 _startBlock)
This contract contains no fallback and receive objects.
This contract contains no error objects.