TokenStakingPool
Verified contract
Active on
Ethereum with 3,132 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
AIT | ERC-20 | 0.039903 | $0.117434 |
$0 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20586590 | 3 months ago | | | 0 | 0.000093364224 | |
| 20583609 | 3 months ago | | | 0 | 0.00010836173 | |
| 20356162 | 4 months ago | | | 0 | 0.00014461506 | |
| 20355656 | 4 months ago | | | 0 | 0.00037544635 | |
| 20355356 | 4 months ago | | | 0 | 0.00022816149 | |
| 20351528 | 4 months ago | | | 0 | 0.00015142294 | |
| 20350627 | 4 months ago | | | 0 | 0.00019900909 | |
| 20340872 | 4 months ago | | | 0 | 0.00042297006 | |
| 20340315 | 4 months ago | | | 0 | 0.00042975794 | |
| 20340273 | 4 months ago | | | 0 | 0.00034411585 |
ABI
ABI objects
Getter at block 21317705
fixedAPR() view returns (uint256)
0
mainPool() view returns (address)
0x14c43dac1d4268779279679210f24294d7b15ed2
owner() view returns (address)
0x222d81f2c66574509abcf40a16abd53b1937ebb5
token() view returns (address)
0x89d584a1edb3a70b3b07963f9a3ea5399e38b136
totalDeposited() view returns (uint256)
6222702768711348487199922
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)
withdrawEther()
withdrawResidualBalance()
withdrawToken(address _token)
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.