Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($210,881.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
THOR | ERC-20 | 1M | $0.210881 |
$210,881 | |
MockLP Token | ERC-20 | 100 | -- | -- | |
SLP | ERC-20 | 0.995087 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15523714 | 2 years ago | | | 0 | 0.00025077216 | |
| 13627666 | 3 years ago | | | 0 | 0.0066311758 | |
| 13569098 | 3 years ago | | | 0 | 0.012233128 | |
| 13567890 | 3 years ago | | | 0 | 0.0099602290 | |
| 13567881 | 3 years ago | | | 0 | 0.019815900 | |
| 13567877 | 3 years ago | | | 0 | 0.0099947190 | |
| 13567870 | 3 years ago | | | 0 | 0.021277500 | |
| 13567812 | 3 years ago | | | 0 | 0.021281100 | |
| 13567744 | 3 years ago | | | 0 | 0.011579095 | |
| 13567734 | 3 years ago | | | 0 | 0.014109954 |
ABI
ABI objects
Getter at block 21160671
blockReward() view returns (uint256)
0
owner() view returns (address)
0xbd2a3bc42ac8e1b344f9bf4afa58b9ff71f1faae
poolLength() view returns (uint256 pools)
2
rewardToken() view returns (address)
0x3d3f13f2529ec3c84b2940155effbf9b39a8f3ec
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)
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)
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, uint256 _blockReward)
This contract contains no fallback and receive objects.
This contract contains no error objects.