Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
BT | ERC-20 | 10M | -- | -- | |
RCKT | ERC-20 | 182.891858K | -- | -- | |
OHNO | ERC-20 | 1 | -- | -- | |
LZPZ | ERC-20 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22903306 | 8 hours ago | | | 0 | 0.0000035819280 | |
| 22876281 | a day ago | | | 0 | 0.0000038198127 | |
| 22876273 | a day ago | | | 0 | 0.0000040198014 | |
| 22824610 | 2 days ago | | | 0 | 0.0000011688590 | |
| 22775764 | 3 days ago | | | 0 | 0.000018985012 | |
| 22775750 | 3 days ago | | | 0 | 0.000015676819 | |
| 22753015 | 4 days ago | | | 0 | 0.000020652397 | |
| 22752979 | 4 days ago | | | 0 | 0.000017062659 | |
| 22613294 | 7 days ago | | | 0 | 0.0000038284803 | |
| 22590121 | 8 days ago | | | 0 | 0.0000038243491 |
ABI
ABI objects
Getter at block 22917184
MAXIMUM_DEPOSIT_FEE_RATE() view returns (uint16)
1000
MAXIMUM_HARVEST_INTERVAL() view returns (uint256)
1209600
_trustedForwarder() view returns (address)
0x7c2b04d63faef69668e30d911eb48a78140ab2eb
metaTxnsEnabled() view returns (bool)
false
operator() view returns (address)
0x7c2b04d63faef69668e30d911eb48a78140ab2eb
owner() view returns (address)
0x7c2b04d63faef69668e30d911eb48a78140ab2eb
poolLength() view returns (uint256)
1
solar() view returns (address)
0x6653dd4b92a0e5bf8ae570a98906d9d6fd2eec09
solarPerBlock() view returns (uint256)
4687500000000000
startBlock() view returns (uint256)
2633706
totalAllocPoint() view returns (uint256)
10000
totalLockedUpRewards() view returns (uint256)
0
totalSolarInPools() view returns (uint256)
144948030793729107757787
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, uint256 lockupDuration)
userInfo(uint256, address) view returns (uint256 amount, uint256 rewardDebt, uint256 rewardLockedUp, uint256 nextHarvestUntil, uint256 lastInteraction)
userLockedUntil(uint256 _pid, address _user) view returns (uint256)
State-modifying
Events add(uint256 _allocPoint, address _lpToken, uint16 _depositFeeBP, uint256 _harvestInterval, uint256 _lockupDuration, bool _withUpdate)
deposit(uint256 _pid, uint256 _amount)
disableMetaTxns()
enableMetaTxns()
massUpdatePools()
renounceOwnership()
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 _rcktPerBlock)
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.