Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x2308…7694
0x4ac6…2832
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
PLANT | ERC-20 | 439.087533K | -- | -- | |
PLB-LP | ERC-20 | 36.982162 | -- | -- | |
OHNO | ERC-20 | 1 | -- | -- | |
dummy | ERC-20 | 1 | -- | -- | |
PLB-LP | ERC-20 | 0.002228 | -- | -- | |
PLB-LP | ERC-20 | 0.0007 | -- | -- | |
PLB-LP | ERC-20 | 0.000001 | -- | -- | |
PLB-LP | ERC-20 | 0 | -- | -- | |
PLB-LP | ERC-20 | 0 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19290173 | 3 months ago | | | 0 | 2.6969600e-7 | |
| 19290165 | 3 months ago | | | 0 | 2.7529600e-7 | |
| 18962292 | 3 months ago | | | 0 | 4.1286600e-7 | |
| 18962290 | 3 months ago | | | 0 | 4.1286600e-7 | |
| 18827880 | 3 months ago | | | 0 | 0.0000016517760 | |
| 18827877 | 3 months ago | | | 0 | 0.0000018233760 | |
| 18669081 | 3 months ago | | | 0 | 9.6353600e-7 | |
| 18669077 | 3 months ago | | | 0 | 0.0000010832360 | |
| 18652546 | 3 months ago | | | 0 | 0.0000030311284 | |
| 18652440 | 3 months ago | | | 0 | 0.0000029876688 |
ABI
ABI objects
Getter at block 22923844
ACC_PLANT_PRECISION() view returns (uint256)
1000000000000
MAXIMUM_DEPOSIT_FEE_RATE() view returns (uint16)
1000
devAddr() view returns (address)
0xe38297e252f2e5ef52425f6cb382be22a0d76786
devPercent() view returns (uint256)
100
feeAddr() view returns (address)
0xe6658dbb58664e9ac359b6c59b5697741e28bc86
investorAddr() view returns (address)
0xe38297e252f2e5ef52425f6cb382be22a0d76786
investorPercent() view returns (uint256)
0
owner() view returns (address)
0x54c5887ab6d572d6b8726e1b60f15161f3f4d64e
plant() view returns (address)
0x23082dd85355b51bae42248c961e7f83486e7694
plantPerSec() view returns (uint256)
400000000000000000
plantPerSecLimit() view returns (uint256)
400000000000000000
plantRewardContract() view returns (address)
0x4ac6a34d8a2fc0d74a1249a5c6102eacec932832
poolLength() view returns (uint256)
8
startTimestamp() view returns (uint256)
1694332821
totalAllocPoint() view returns (uint256)
495
treasuryAddr() view returns (address)
0xe38297e252f2e5ef52425f6cb382be22a0d76786
treasuryPercent() view returns (uint256)
0
Read-only
isPool(address) view returns (bool)
pendingTokens(uint256 _pid, address _user) view returns (uint256 pendingPlant, address bonusTokenAddress, string bonusTokenSymbol, uint256 pendingBonusToken)
poolInfo(uint256) view returns (address lpToken, uint256 allocPoint, uint256 lastRewardTimestamp, uint256 accPlantPerShare, address rewarder, uint16 depositFeeBP)
userInfo(uint256, address) view returns (uint256 amount, uint256 rewardDebt)
State-modifying
Events add(uint256 _allocPoint, address _lpToken, uint16 _depositFeeBP, address _rewarder, bool _withUpdate)
deposit(uint256 _pid, uint256 _amount)
dev(address _devAddr)
emergencyWithdraw(uint256 _pid)
harvestMany(uint256[] _pids)
massUpdatePools()
renounceOwnership()
set(uint256 _pid, uint256 _allocPoint, uint16 _depositFeeBP, address _rewarder, bool overwrite, bool _withUpdate)
setDevPercent(uint256 _newDevPercent)
setFeeAddr(address _feeAddr)
setInvestorAddr(address _investorAddr)
setInvestorPercent(uint256 _newInvestorPercent)
setTreasuryAddr(address _treasuryAddr)
setTreasuryPercent(uint256 _newTreasuryPercent)
startFarming()
transferOwnership(address newOwner)
updateEmissionRate(uint256 _plantPerSec)
updatePool(uint256 _pid)
withdraw(uint256 _pid, uint256 _amount)
Add(uint256 indexed pid, uint256 allocPoint, address indexed lpToken, uint16 depositFeeBP, address indexed rewarder)
Deposit(address indexed user, uint256 indexed pid, uint256 amount)
EmergencyWithdraw(address indexed user, uint256 indexed pid, uint256 amount)
Harvest(address indexed user, uint256 indexed pid, uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Set(uint256 indexed pid, uint256 allocPoint, uint16 depositFeeBP, address indexed rewarder, bool overwrite)
SetDevAddress(address indexed oldAddress, address indexed newAddress)
UpdateEmissionRate(address indexed user, uint256 plantPerSec)
UpdatePool(uint256 indexed pid, uint256 lastRewardTimestamp, uint256 lpSupply, uint256 accPlantPerShare)
Withdraw(address indexed user, uint256 indexed pid, uint256 amount)
constructor(address _plant, address _plantRewardContract, address _devAddr, address _feeAddr, address _treasuryAddr, address _investorAddr, uint256 _plantPerSec, uint256 _devPercent, uint256 _treasuryPercent, uint256 _investorPercent)
This contract contains no fallback and receive objects.
This contract contains no error objects.