PoliceChief
Verified contract
Active on
Ethereum with 9,970 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x53f6…fc88
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
UNI-V2 | ERC-20 | 61.202531K | -- | -- | |
UNI-V2 | ERC-20 | 3.337373K | -- | -- | |
UNI-V2 | ERC-20 | 132.4475 | -- | -- | |
NICE | ERC-20 | 126.409697 | -- | -- | |
UNI-V2 | ERC-20 | 62.111643 | -- | -- | |
UNI-V2 | ERC-20 | 15.55669 | -- | -- | |
UNI-V2 | ERC-20 | 6.382297 | -- | -- | |
UNI-V2 | ERC-20 | 6.174184 | -- | -- | |
UNI-V2 | ERC-20 | 4.7319 | -- | -- | |
UNI-V2 | ERC-20 | 3.555398 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20843399 | 2 months ago | | | 0 | 0.0027356825 | |
| 20423185 | 4 months ago | | | 0 | 0.00075274463 | |
| 20136970 | 5 months ago | | | 0 | 0.00043630252 | |
| 19999304 | 6 months ago | | | 0 | 0.00083254481 | |
| 19898664 | 6 months ago | | | 0 | 0.00054395844 | |
| 19429788 | 8 months ago | | | 0 | 0.0082906386 | |
| 19145817 | 10 months ago | | | 0 | 0.0020895865 | |
| 19001122 | 10 months ago | | | 0 | 0.0030711377 | |
| 18908861 | a year ago | | | 0 | 0.0019652490 | |
| 18866685 | a year ago | | | 0 | 0.0020004737 |
ABI
ABI objects
Getter at block 21249272
BONUS_MULTIPLIER() view returns (uint256)
10
bonusEndBlock() view returns (uint256)
0
deflationBurnDivisor() view returns (uint256)
10
deflationMintDivisor() view returns (uint256)
100
devaddr() view returns (address)
0x0a5e5077ecfd098afbfa45e9743330f0a63756cc
inflationBurnDivisor() view returns (uint256)
100
isInflating() view returns (bool)
false
owner() view returns (address)
0x0a5e5077ecfd098afbfa45e9743330f0a63756cc
poolLength() view returns (uint256)
18
startBlock() view returns (uint256)
11009193
sushi() view returns (address)
0x53f64be99da00fec224eaf9f8ce2012149d2fc88
sushiPerBlock() view returns (uint256)
5000000000000000
totalAllocPoint() view returns (uint256)
5465
Read-only
getMultiplier(uint256 _from, uint256 _to) view returns (uint256)
niceBalanceAll(address _user) view returns (uint256)
niceBalancePendingHarvest(address _user) view returns (uint256)
niceBalanceStaked(address _user) view returns (uint256)
pendingSushi(uint256 _pid, address _user) view returns (uint256)
poolInfo(uint256) view returns (address lpToken, uint256 allocPoint, uint256 lastRewardBlock, uint256 accSushiPerShare)
userInfo(uint256, address) view returns (uint256 amount, uint256 rewardDebt)
State-modifying
Events add(uint256 _allocPoint, address _lpToken, bool _withUpdate)
deposit(uint256 _pid, uint256 _amount)
dev(address _devaddr)
emergencyWithdraw(uint256 _pid)
massUpdatePools()
renounceOwnership()
set(uint256 _pid, uint256 _allocPoint, bool _withUpdate)
setDivisors(uint256 _deflationMintDivisor, uint256 _deflationBurnDivisor, uint256 _inflationBurnDivisor)
transferOwnership(address newOwner)
updateIsInflating()
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 _sushi, address _devaddr, uint256 _sushiPerBlock, uint256 _startBlock, uint256 _bonusEndBlock)
This contract contains no fallback and receive objects.
This contract contains no error objects.