TokenStakingPool
Verified contract
Active on
Ethereum with 45,815 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($118,193.60)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
$PAAL | ERC-20 | 412.005281K | $0.286874 |
$118,193.6 | |
UPLOAD | ERC-20 | 7 | $0.000105 |
$0 | |
CX | ERC-20 | 100 | -- | -- | |
CX | ERC-20 | 100 | -- | -- | |
ETX | ERC-20 | 0.01 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21157356 | 3 minutes ago | | | 0 | 0.0016416840 | |
| 21157139 | an hour ago | | | 0 | 0.0012863361 | |
| 21157132 | an hour ago | | | 0 | 0.0017163060 | |
| 21157130 | an hour ago | | | 0 | 0.0012579401 | |
| 21156971 | an hour ago | | | 0 | 0.00091799278 | |
| 21156947 | an hour ago | | | 0 | 0.0010526746 | |
| 21156909 | 2 hours ago | | | 0 | 0.0014924400 | |
| 21156837 | 2 hours ago | | | 0 | 0.00097671724 | |
| 21156795 | 2 hours ago | | | 0 | 0.00090996556 | |
| 21156754 | 2 hours ago | | | 0 | 0.00090897311 |
ABI
ABI objects
Getter at block 21157370
fixedAPR() view returns (uint256)
15
mainPool() view returns (address)
0x8431060c8e72793afada261e9dd0ab950e80894f
owner() view returns (address)
0x281a0c39195ba5fe720d142274e25c23384a5f06
token() view returns (address)
0x14fee680690900ba0cccfc76ad70fd1b95d10e16
totalDeposited() view returns (uint256)
279382629663936774
Read-only
_userStartTime(address) view returns (uint256)
amountStaked(address stakeHolder) view returns (uint256)
rewardOf(address stakeHolder) view returns (uint256)
staked(address) view returns (uint256)
State-modifying
Events claimRewards()
renounceOwnership()
setAPR(uint8 _newAPR)
setShare(address wallet, uint256 balanceChange, bool isRemoving)
transferOwnership(address newOwner)
withdrawResidualBalance()
Claim(address indexed stakeHolder, uint256 amount)
Deposit(address indexed owner, uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
StartStaking(uint256 startPeriod, uint256 endingPeriod)
Withdraw(address indexed owner, uint256 amount)
constructor(address _mainPool, address _token, uint256 _fixedAPR)
This contract contains no fallback and receive objects.
This contract contains no error objects.