RcktMasterChef
Verified contract
Active on
Base with 3,291 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x6653…ec09
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
BT | ERC-20 | 5.1M | -- | -- | |
RCKT | ERC-20 | 48.309004K | -- | -- | |
RCKT-V2 | ERC-20 | 176.080544 | -- | -- | |
OHNO | ERC-20 | 1 | -- | -- | |
LZPZ | ERC-20 | 1 | -- | -- | |
RCKT-V2 | ERC-20 | 0.001601 | -- | -- | |
RCKT-V2 | ERC-20 | 0.000006 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22876243 | 12 hours ago | | | 0 | 0.0000024213093 | |
| 22876209 | 12 hours ago | | | 0 | 0.0000022602966 | |
| 22861904 | 19 hours ago | | | 0 | 0.0000010312193 | |
| 22824601 | 2 days ago | | | 0 | 0.0000010506274 | |
| 22821591 | 2 days ago | | | 0 | 9.7324855e-7 | |
| 22792306 | 2 days ago | | | 0 | 0.0000010961694 | |
| 22777594 | 3 days ago | | | 0 | 0.0000010375994 | |
| 22751336 | 3 days ago | | | 0 | 0.000014972650 | |
| 22751329 | 3 days ago | | | 0 | 0.000016925082 | |
| 22627228 | 6 days ago | | | 0 | 0.0000025043959 |
ABI
ABI objects
Getter at block 22896954
MAXIMUM_DEPOSIT_FEE_RATE() view returns (uint16)
1000
MAXIMUM_HARVEST_INTERVAL() view returns (uint256)
1209600
devAddress() view returns (address)
0x25fd48e004b1f0148d7f562763db6706c00db7f7
feeAddress() view returns (address)
0x25fd48e004b1f0148d7f562763db6706c00db7f7
metaTxnsEnabled() view returns (bool)
false
operator() view returns (address)
0x7c2b04d63faef69668e30d911eb48a78140ab2eb
owner() view returns (address)
0x7c2b04d63faef69668e30d911eb48a78140ab2eb
poolLength() view returns (uint256)
3
solar() view returns (address)
0x6653dd4b92a0e5bf8ae570a98906d9d6fd2eec09
solarPerBlock() view returns (uint256)
14062500000000000
startBlock() view returns (uint256)
2633371
totalAllocPoint() view returns (uint256)
10000
totalLockedUpRewards() view returns (uint256)
0
totalSolarInPools() view returns (uint256)
0
Read-only
canHarvest(uint256 _pid, address _user) view returns (bool)
getMultiplier(uint256 _from, uint256 _to) pure returns (uint256)
isTrustedForwarder(address forwarder) view returns (bool)
pendingSolar(uint256 _pid, address _user) view returns (uint256)
poolInfo(uint256) view returns (address lpToken, uint256 allocPoint, uint256 lastRewardBlock, uint256 accSolarPerShare, uint16 depositFeeBP, uint256 harvestInterval, uint256 totalLp)
userInfo(uint256, address) view returns (uint256 amount, uint256 rewardDebt, uint256 rewardLockedUp, uint256 nextHarvestUntil)
State-modifying
Events add(uint256 _allocPoint, address _lpToken, uint16 _depositFeeBP, uint256 _harvestInterval, bool _withUpdate)
deposit(uint256 _pid, uint256 _amount)
disableMetaTxns()
emergencyWithdraw(uint256 _pid)
enableMetaTxns()
massUpdatePools()
renounceOwnership()
set(uint256 _pid, uint256 _allocPoint, uint16 _depositFeeBP, uint256 _harvestInterval, bool _withUpdate)
setDevAddress(address _devAddress)
setFeeAddress(address _feeAddress)
setRcktPerBlock(uint256 _token)
startFarming()
transferOperator(address newOperator)
transferOwnership(address newOwner)
updateAllocPoint(uint256 _pid, uint256 _allocPoint, bool _withUpdate)
updateEmissionRate(uint256 _solarPerBlock)
updatePool(uint256 _pid)
withdraw(uint256 _pid, uint256 _amount)
AllocPointsUpdated(address indexed caller, uint256 previousAmount, uint256 newAmount)
Deposit(address indexed user, uint256 indexed pid, uint256 amount)
DevAddressChanged(address indexed caller, address oldAddress, address newAddress)
EmergencyWithdraw(address indexed user, uint256 indexed pid, uint256 amount)
EmissionRateUpdated(address indexed caller, uint256 previousAmount, uint256 newAmount)
FeeAddressChanged(address indexed caller, address oldAddress, address newAddress)
MetaTxnsDisabled(address indexed caller)
MetaTxnsEnabled(address indexed caller)
OperatorTransferred(address indexed previousOperator, address indexed newOperator)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RewardLockedUp(address indexed user, uint256 indexed pid, uint256 amountLockedUp)
Withdraw(address indexed user, uint256 indexed pid, uint256 amount)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.