Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x40e7…daae
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
yPLT | ERC-20 | 3.62849M | -- | -- | |
UNI-V2 | ERC-20 | 1.495916K | -- | -- | |
UNI-V2 | ERC-20 | 0.011064 | -- | -- | |
UNI-V2 | ERC-20 | 0.007885 | -- | -- | |
UNI-V2 | ERC-20 | 0 | -- | -- | |
UNI-V2 | ERC-20 | 0 | -- | -- | |
UNI-V2 | ERC-20 | 0 | -- | -- | |
UNI-V2 | ERC-20 | 0 | -- | -- | |
UNI-V2 | ERC-20 | 0 | -- | -- | |
UNI-V2 | ERC-20 | 0 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15682180 | 2 years ago | | | 0 | 0.0026739634 | |
| 13995466 | 3 years ago | | | 0 | 0.016592829 | |
| 13389408 | 3 years ago | | | 0 | 0.012570058 | |
| 13277658 | 3 years ago | | | 0 | 0.0052279194 | |
| 13207366 | 3 years ago | | | 0 | 0.0019571740 | |
| 13207346 | 3 years ago | | | 0 | 0.0068980898 | |
| 13153683 | 3 years ago | | | 0 | 0.017986230 | |
| 13153645 | 3 years ago | | | 0 | 0.0074931003 | |
| 13153593 | 3 years ago | | | 0 | 0.019925519 | |
| 13101623 | 3 years ago | | | 0 | 0.0099253734 |
ABI
ABI objects
Getter at block 21207019
BONUS_MULTIPLIER() view returns (uint256)
80
FIVE_MILLION_BLOCKS() view returns (uint256)
5000000
bonusEndBlock() view returns (uint256)
11059000
devaddr() view returns (address)
0x15b1019e03cda55b2f143ac17d65e552e8824e9f
owner() view returns (address)
0xd0ea86f14e35984cc51cc470079039d00582a935
plutus() view returns (address)
0x40e7705254494a7e61d5b7c86da50225ddc3daae
plutusPerBlock() view returns (uint256)
1250000000000000000
poolLength() view returns (uint256)
10
startBlock() view returns (uint256)
11009000
totalAllocPoint() view returns (uint256)
2000
Read-only
getMultiplier(uint256 _from, uint256 _to) view returns (uint256)
pendingPlutus(uint256 _pid, address _user) view returns (uint256)
poolInfo(uint256) view returns (address lpToken, uint256 allocPoint, uint256 lastRewardBlock, uint256 accPlutusPerShare)
userInfo(uint256, address) view returns (uint256 amount, uint256 rewardDebt)
State-modifying
Events add(uint256 _allocPoint, address _lpToken, bool _withUpdate)
burn(uint256 amount)
deposit(uint256 _pid, uint256 _amount)
dev(address _devaddr)
emergencyWithdraw(uint256 _pid)
massUpdatePools()
renounceOwnership()
set(uint256 _pid, uint256 _allocPoint, bool _withUpdate)
transferOwnership(address newOwner)
updatePool(uint256 _pid)
withdraw(uint256 _pid, uint256 _amount)
Deposit(address indexed user, uint256 indexed pid, uint256 amount)
EmergencyWithdraw(address indexed user, uint256 indexed pid, uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Withdraw(address indexed user, uint256 indexed pid, uint256 amount)
constructor(address _plutus, address _devaddr, uint256 _plutusPerBlock, uint256 _startBlock, uint256 _bonusEndBlock)
This contract contains no fallback and receive objects.
This contract contains no error objects.