Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xbf9f…08c0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
PIC | ERC-20 | 22.295555K | -- | -- | |
PicFee | ERC-20 | 294.417221 | -- | -- | |
UNI-V2 | ERC-20 | 103.031957 | -- | -- | |
UNI-V2 | ERC-20 | 0.000051 | -- | -- | |
UNI-V2 | ERC-20 | 0 | -- | -- | |
UNI-V2 | ERC-20 | 0 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 11391807 | 4 years ago | | | 0 | 0.0039425287 | |
| 11379014 | 4 years ago | | | 0 | 0.0073982293 | |
| 11305526 | 4 years ago | | | 0 | 0.0066079720 | |
| 11295475 | 4 years ago | | | 0 | 0.0055063250 | |
| 11280931 | 4 years ago | | | 0 | 0.0074734500 | |
| 11269816 | 4 years ago | | | 0 | 0.0080000000 | |
| 11269778 | 4 years ago | | | 0 | 0.0031408020 | |
| 11269769 | 4 years ago | | | 0 | 0.0017500000 | |
| 11268960 | 4 years ago | | | 0 | 0.0052257238 | |
| 11261373 | 4 years ago | | | 0 | 0.0037150793 |
ABI
ABI objects
Getter at block 21158292
BONUS_MULTIPLIER() view returns (uint256)
1
bonusEndBlock() view returns (uint256)
10988333
burnaddr() view returns (address)
0xf5786c6cf0116f4886d8229f377536932d6b64f9
devaddr() view returns (address)
0xf880e513357ed1465c73b0eedb798536a235d8ce
migrator() view returns (address)
0x0000000000000000000000000000000000000000
mkaddr() view returns (address)
0xc5740300c7119058808a67414a998216e9053dc9
owner() view returns (address)
0xf880e513357ed1465c73b0eedb798536a235d8ce
pic() view returns (address)
0xbf9fc1181b65542a552da563ae87a797eae208c0
picPerBlock() view returns (uint256)
250000000000000000
poolLength() view returns (uint256)
4
punishrateA() view returns (uint256)
2
punishrateB() view returns (uint256)
3
punishrateC() view returns (uint256)
4
punishrateD() view returns (uint256)
5
punishrateE() view returns (uint256)
10
punishtimeA() view returns (uint256)
86400
punishtimeB() view returns (uint256)
172800
punishtimeC() view returns (uint256)
259200
punishtimeD() view returns (uint256)
345600
punishtimeE() view returns (uint256)
604800
startBlock() view returns (uint256)
10983333
totalAllocPoint() view returns (uint256)
2700
vaultfee() view returns (uint256)
200
Read-only
getMultiplier(uint256 _from, uint256 _to) view returns (uint256)
pendingPic(uint256 _pid, address _user) view returns (uint256)
poolInfo(uint256) view returns (address lpToken, uint256 allocPoint, uint256 lastRewardBlock, uint256 accPICPerShare, uint256 isFreezone)
userInfo(uint256, address) view returns (uint256 amount, uint256 rewardDebt, uint256 lastDepositTime)
State-modifying
Events add(uint256 _allocPoint, address _lpToken, uint256 _isFreezone, bool _withUpdate)
burnto(address _burnaddr)
changeBonusEndBlock(uint256 _bonusEndBlock)
changeBonusMultiplier(uint256 _bonusMultiplier)
changePunishRules(uint256 _punishtimeA, uint256 _punishrateA, uint256 _punishtimeB, uint256 _punishrateB, uint256 _punishtimeC, uint256 _punishrateC, uint256 _punishtimeD, uint256 _punishrateD, uint256 _punishtimeE, uint256 _punishrateE)
changeReward(uint256 _picPerBlock)
changeStartBlock(uint256 _startBlock)
changeVaultfee(uint256 _vaultfee)
deposit(uint256 _pid, uint256 _amount)
dev(address _devaddr)
emergencyWithdraw(uint256 _pid)
massUpdatePools()
mk(address _mkaddr)
renounceOwnership()
set(uint256 _pid, uint256 _allocPoint, address _lpToken, 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 _pic, address _devaddr, address _mkaddr, address _burnaddr, uint256 _startBlock, uint256 _bonusEndBlock)
This contract contains no fallback and receive objects.
This contract contains no error objects.