SingleStaking
Verified contract
Active on
Ethereum with 13,378 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($175,606.43)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
THOR | ERC-20 | 972.856457K | $0.180506 |
$175,606.43 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21214693 | 6 days ago | | | 0 | 0.00096433486 | |
| 21214683 | 6 days ago | | | 0 | 0.0013568553 | |
| 21214297 | 6 days ago | | | 0 | 0.0012926703 | |
| 20908659 | 2 months ago | | | 0 | 0.00043404511 | |
| 20908635 | 2 months ago | | | 0 | 0.00063165825 | |
| 20695652 | 3 months ago | | | 0 | 0.00019316684 | |
| 20401478 | 4 months ago | | | 0 | 0.00011771442 | |
| 20401474 | 4 months ago | | | 0 | 0.00012483958 | |
| 20306245 | 4 months ago | | | 0 | 0.00042373381 | |
| 20306242 | 4 months ago | | | 0 | 0.00048790123 |
ABI
ABI objects
Getter at block 21256599
blockReward() view returns (uint256)
0
owner() view returns (address)
0x8f692d7abc6cdf567571276f76112ec9a01de309
poolLength() view returns (uint256 pools)
1
rewardOwner() view returns (address)
0x4073e9f52e53eb5b4103da94436556da2d891560
rewardToken() view returns (address)
0xa5f2211b9b8170f694421f2046281775e8468044
totalAllocPoint() view returns (uint256)
10000
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)
rewarder(uint256) view returns (address)
userInfo(uint256, address) view returns (uint256 amount, int256 rewardDebt)
State-modifying
Events add(uint256 allocPoint, address _lpToken, address _rewarder)
checkPoolDuplicate(address _lpToken)
deposit(uint256 pid, uint256 amount, address to)
emergencyWithdraw(uint256 pid, address to)
harvest(uint256 pid, address to)
massUpdatePools()
multicall(bytes[] data) returns (bytes[] results)
renounceOwnership()
set(uint256 _pid, uint256 _allocPoint, address _rewarder, bool overwrite)
setBlockReward(uint256 _blockReward)
setRewardOwner(address _rewardOwner)
transferOwnership(address newOwner)
updatePool(uint256 pid) returns (struct SingleStakingPoolInfo 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)
LogBlockReward(uint256 blockReward)
LogInit()
LogPoolAddition(uint256 indexed pid, uint256 allocPoint, address indexed lpToken, address indexed rewarder)
LogSetPool(uint256 indexed pid, uint256 allocPoint, address indexed rewarder, bool overwrite)
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 _blockReward)
This contract contains no fallback and receive objects.
This contract contains no error objects.