THORWallet_Staking_V2
Verified contract
Active on
Ethereum with 14,550 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x108a…0325
Balances ($417,174.38)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
TGT | ERC-20 | 23.214568M | $0.01797 |
$417,174.38 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21245050 | 2 days ago | | | 0 | 0.0012574259 | |
| 21235782 | 3 days ago | | | 0 | 0.00093382239 | |
| 21235758 | 3 days ago | | | 0 | 0.0016438660 | |
| 21177450 | 11 days ago | | | 0 | 0.0014987148 | |
| 21177357 | 11 days ago | | | 0 | 0.0019585177 | |
| 21177246 | 11 days ago | | | 0 | 0.0017126476 | |
| 21170353 | 12 days ago | | | 0 | 0.0024674498 | |
| 21166697 | 13 days ago | | | 0 | 0.0041551705 | |
| 21165669 | 13 days ago | | | 0 | 0.0044863917 | |
| 21158648 | 14 days ago | | | 0 | 0.0022015984 |
ABI
ABI objects
Getter at block 21257658
owner() view returns (address)
0xcf23e5020497ce7129c02041fccef9a0ba5e6554
poolLength() view returns (uint256 pools)
1
rewardOwner() view returns (address)
0x69102b434be1d245961e7a1114b6e49a2d1283f2
rewardPerBlock() view returns (uint256)
0
rewardToken() view returns (address)
0x108a850856db3f85d0269a2693d896b394c80325
totalAllocPoint() view returns (uint256)
100
Read-only
pendingRewards(uint256 _pid, address _user) view returns (uint256)
poolExistence(address) view returns (bool)
poolInfo(uint256) view returns (address lpToken, uint256 accRewardPerShare, uint256 lastRewardBlock, uint256 allocPoint)
userInfo(uint256, address) view returns (uint256 amount, uint256 rewardOffset)
State-modifying
Events addPool(uint256 _allocPoint, address _lpToken, bool _withUpdate)
deposit(uint256 pid, uint256 amount, address to)
emergencyWithdraw(uint256 pid, address to)
harvest(uint256 pid, address to)
massUpdatePools()
massUpdatePoolsByIds(uint256[] pids)
multicall(bytes[] data) returns (bytes[] results)
renounceOwnership()
set(uint256 _pid, uint256 _allocPoint, bool _withUpdate)
setRewardOwner(address _rewardOwner)
setRewardToken(address _rewardToken)
setRewardsPerBlock(uint256 _rewardPerBlock)
transferOwnership(address newOwner)
updatePool(uint256 pid)
withdraw(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, uint256 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.