PalsStaking
Verified contract
Active on
Ethereum with 152 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x5b6a…786f
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
$PALS | ERC-20 | 71.3713M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16102935 | 2 years ago | | | 0 | 0.0023460008 | |
| 16102928 | 2 years ago | | | 0 | 0.0033533761 | |
| 16079548 | 2 years ago | | | 0 | 0.00032906481 | |
| 16079547 | 2 years ago | | | 0 | 0.0011488250 | |
| 16055766 | 2 years ago | | | 0 | 0.0015658514 | |
| 16054160 | 2 years ago | | | 0 | 0.0036747345 | |
| 16049597 | 2 years ago | | | 0 | 0.0015309289 | |
| 16035541 | 2 years ago | | | 0 | 0.0031323642 | |
| 15956991 | 2 years ago | | | 0 | 0.0013087515 | |
| 15956971 | 2 years ago | | | 0 | 0.0012322334 |
ABI
ABI objects
Getter at block 21310912
BONUS_MULTIPLIER() view returns (uint256)
1
MAXIMUM_REFERRAL_COMMISSION_RATE() view returns (uint16)
1000
allocated() view returns (uint256)
863593696856704
blocks() view returns (uint256)
194864
devAddress() view returns (address)
0xd6514feefc5414f26fef3001a7455f0e3e04bd89
endBlock() view returns (uint256)
15517034
feeAddress() view returns (address)
0xd6514feefc5414f26fef3001a7455f0e3e04bd89
getBlock() view returns (uint256)
21310912
owner() view returns (address)
0xd98f39e8b5f05fb68c9eb4e955a98691d36d2020
poolLength() view returns (uint256)
3
referralCommissionRate() view returns (uint16)
100
startBlock() view returns (uint256)
15322170
token() view returns (address)
0x5b6a35c90d7f7d25899ee52f1aa63344a5be786f
tokenPerBlock() view returns (uint256)
4433861564
tokenReferral() view returns (address)
0x0000000000000000000000000000000000000000
totalAllocPoint() view returns (uint256)
165
totalLockedUpRewards() view returns (uint256)
30633952623
treasure() view returns (uint256)
406303143296
Read-only
canHarvest(uint256 _pid, address _user) view returns (bool)
getMultiplier(uint256 _from, uint256 _to) view returns (uint256)
pendingToken(uint256 _pid, address _user) view returns (uint256)
poolInfo(uint256) view returns (address lpToken, uint256 allocPoint, uint256 lastRewardBlock, uint256 accTokenPerShare, uint16 depositFeeBP, uint256 harvestInterval, uint256 withdrawLockPeriod, uint256 balance)
userInfo(uint256, address) view returns (uint256 amount, uint256 rewardDebt, uint256 rewardLockedUp, uint256 nextHarvestUntil, uint256 lastDepositTime)
State-modifying
Events add(uint256 _allocPoint, address _lpToken, uint16 _depositFeeBP, uint256 _harvestInterval, bool _withUpdate, uint256 _withdrawLockPeriod)
addBalance(uint256 _amount, uint256 _endBlock)
deposit(uint256 _pid, uint256 _amount, address _referrer)
emergencyWithdraw(uint256 _pid)
massUpdatePools()
recoverTreasure(address recoverToken, uint256 amount)
renounceOwnership()
set(uint256 _pid, uint256 _allocPoint, uint16 _depositFeeBP, uint256 _harvestInterval, bool _withUpdate, uint256 _withdrawLockPeriod)
setDevAddress(address _devAddress)
setFeeAddress(address _feeAddress)
setReferralCommissionRate(uint16 _referralCommissionRate)
setTokenReferral(address _tokenReferral)
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)
EmissionRateUpdated(address indexed caller, uint256 previousAmount, uint256 newAmount)
Mint(address to, uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
ReferralCommissionPaid(address indexed user, address indexed referrer, uint256 commissionAmount)
RewardLockedUp(address indexed user, uint256 indexed pid, uint256 amountLockedUp)
Withdraw(address indexed user, uint256 indexed pid, uint256 amount)
constructor(address _token, uint256 _startBlock, uint256 _tokenPerBlock)
This contract contains no fallback and receive objects.
This contract contains no error objects.