PYEChefV3
Verified contract
Active on
Ethereum with 272 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x6f43…ad1f
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
APPLEPYE | ERC-20 | 55.231437K | -- | -- | |
PYE-LP | ERC-20 | 24.304025 | -- | -- | |
PYE-LP | ERC-20 | 0.605546 | -- | -- | |
PYE-LP | ERC-20 | 0.00001 | -- | -- | |
PYE-LP | ERC-20 | 0.000001 | -- | -- | |
PYE-LP | ERC-20 | 0 | -- | -- | |
PYE-LP | ERC-20 | 0 | -- | -- | |
PYE-LP | ERC-20 | 0 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15548235 | 2 years ago | | | 0 | 0.0044894355 | |
| 15548232 | 2 years ago | | | 0 | 0.0047242055 | |
| 15473795 | 2 years ago | | | 0 | 0.0023579853 | |
| 15473790 | 2 years ago | | | 0 | 0.0025088212 | |
| 15473773 | 2 years ago | | | 0 | 0.0043094301 | |
| 15473770 | 2 years ago | | | 0 | 0.0035867271 | |
| 15473764 | 2 years ago | | | 0 | 0.0033087541 | |
| 15420240 | 2 years ago | | | 0 | 0.0031462060 | |
| 15419658 | 2 years ago | | | 0 | 0.0022168026 | |
| 15419653 | 2 years ago | | | 0 | 0.00096687109 |
ABI
ABI objects
Getter at block 21184744
BONUS_MULTIPLIER() view returns (uint256)
1
apple() view returns (address)
0x6f43a672d8024ba624651a5c2e63d129783dad1f
applePerBlock() view returns (uint256)
6000000000000000000
devaddr() view returns (address)
0x719800e247b9eda1c7f9c6226655036558ae2909
devfee() view returns (uint256)
1000
feeAddress() view returns (address)
0xc71b2b3dd4a0a72f8857e4f5fbac53b401f27355
migrator() view returns (address)
0x0000000000000000000000000000000000000000
owner() view returns (address)
0x719800e247b9eda1c7f9c6226655036558ae2909
poolLength() view returns (uint256)
9
startBlock() view returns (uint256)
14854810
totalAllocPoint() view returns (uint256)
1
Read-only
getMultiplier(uint256 _from, uint256 _to) view returns (uint256)
pendingApple(uint256 _pid, address _user) view returns (uint256)
poolInfo(uint256) view returns (address lpToken, uint256 allocPoint, uint256 lastRewardBlock, uint256 accApplePerShare, uint16 depositFeeBP, uint16 withdrawFeeBP, uint256 lockTime)
userInfo(uint256, address) view returns (uint256 amount, uint256 rewardDebt, uint256 depositTime)
State-modifying
Events add(uint256 _allocPoint, address _lpToken, uint16 _depositFeeBP, uint16 _withdrawFeeBP, uint256 _lockTime, bool _withUpdate)
deposit(uint256 _pid, uint256 _amount)
dev(address _devaddr, uint256 _devfee)
emergencyWithdraw(uint256 _pid)
enterStaking(uint256 _amount)
leaveStaking(uint256 _amount)
massUpdatePools()
migrate(uint256 _pid)
renounceOwnership()
set(uint256 _pid, uint256 _allocPoint, uint16 _depositFeeBP, uint16 _withdrawFeeBP, uint256 _lockTime, bool _withUpdate)
setFeeAddress(address _feeAddress)
setMigrator(address _migrator)
transferOwnership(address newOwner)
updateApplePerBlock(uint256 _applePerBlock)
updateMultiplier(uint256 multiplierNumber)
updatePool(uint256 _pid)
updateStartBlock(uint256 _startBlock)
withdraw(uint256 _pid, uint256 _amount)
Deposit(address indexed user, uint256 indexed pid, uint256 amount)
EmergencyWithdraw(address indexed user, uint256 indexed pid, uint256 amount)
NewStartBlock(uint256 startBlock)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SetFeeAddress(address indexed user, address indexed newAddress)
Withdraw(address indexed user, uint256 indexed pid, uint256 amount)
setLockTime(address indexed user, uint256 lockTime)
constructor(address _apple, address _devaddr, address _feeAddress, uint256 _applePerBlock, uint256 _startBlock)
This contract contains no fallback and receive objects.
This contract contains no error objects.