Staking
Verified contract
Active on
Ethereum with 5,241 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x69fa…e71c
Balances ($34,976.10)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
XRUNE | ERC-20 | 3.05339M | $0.011455 |
$34,976.1 | |
QUEEN | ERC-20 | 68.3K | -- | -- | |
SLP | ERC-20 | 1.553283K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20407815 | 4 months ago | | | 0 | 0.00075260000 | |
| 20224967 | 5 months ago | | | 0 | 0.00017209879 | |
| 20224965 | 5 months ago | | | 0 | 0.00027882858 | |
| 19966940 | 6 months ago | | | 0 | 0.00085915949 | |
| 19593604 | 8 months ago | | | 0 | 0.0010652291 | |
| 19593575 | 8 months ago | | | 0 | 0.0011839359 | |
| 19593570 | 8 months ago | | | 0 | 0.00053149827 | |
| 19513447 | 8 months ago | | | 0 | 0.0017639290 | |
| 19201408 | 9 months ago | | | 0 | 0.0011693554 | |
| 19113363 | 10 months ago | | | 0 | 0.0014449406 |
ABI
ABI objects
Getter at block 21268037
owner() view returns (address)
0x7d53b506acf7c3986199a3a43f819e005b984b54
poolLength() view returns (uint256 pools)
2
rewardOwner() view returns (address)
0x7d53b506acf7c3986199a3a43f819e005b984b54
rewardPerBlock() view returns (uint256)
64226909090000000
rewardToken() view returns (address)
0x69fa0fee221ad11012bab0fdb45d444d3d2ce71c
totalAllocPoint() view returns (uint256)
50
Read-only
lpToken(uint256) view returns (address)
pendingRewards(uint256 _pid, address _user) view returns (uint256 pending)
poolInfo(uint256) view returns (uint128 accRewardPerShare, uint64 lastRewardBlock, uint64 allocPoint)
userInfo(uint256, address) view returns (uint256 amount, int256 rewardDebt)
State-modifying
Events add(uint256 allocPoint, address _lpToken)
deposit(uint256 pid, uint256 amount, address to)
emergencyWithdraw(uint256 pid, address to)
harvest(uint256 pid, address to)
massUpdatePools(uint256[] pids)
multicall(bytes[] data) returns (bytes[] results)
onTokenTransfer(address to, uint256 amount, bytes _data)
renounceOwnership()
set(uint256 _pid, uint256 _allocPoint)
setRewardOwner(address _rewardOwner)
setRewardToken(address _rewardToken)
setRewardsPerBlock(uint256 _rewardPerBlock)
transferOwnership(address newOwner)
updatePool(uint256 pid) returns (struct StakingPoolInfo pool)
withdraw(uint256 pid, uint256 amount, address to)
withdrawAndHarvest(uint256 pid, uint256 amount, address to)
Deposit(address indexed user, uint256 indexed pid, uint256 amount, address indexed to)
EmergencyWithdraw(address indexed user, uint256 indexed pid, uint256 amount, address indexed to)
Harvest(address indexed user, uint256 indexed pid, uint256 amount)
LogPoolAddition(uint256 indexed pid, uint256 allocPoint, address indexed lpToken)
LogSetPool(uint256 indexed pid, uint256 allocPoint)
LogUpdatePool(uint256 indexed pid, uint64 lastRewardBlock, uint256 lpSupply, uint256 accRewardPerShare)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Withdraw(address indexed user, uint256 indexed pid, uint256 amount, address indexed to)
constructor(address _rewardToken, address _rewardOwner, uint256 _rewardPerBlock)
This contract contains no fallback and receive objects.
This contract contains no error objects.