TAOSHARDSTAKING
Verified contract
Active on
Ethereum with 110 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($375.68)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
TaoShard | ERC-20 | 2.82996M | $0.000133 |
$375.68 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19916481 | 6 months ago | | | 0 | 0.0016005087 | |
| 19846956 | 6 months ago | | | 0 | 0.00081160795 | |
| 19682768 | 7 months ago | | | 0 | 0.0011699618 | |
| 19682739 | 7 months ago | | | 0 | 0.0013974076 | |
| 19640823 | 7 months ago | | | 0 | 0.0026591872 | |
| 19571918 | 7 months ago | | | 0 | 0.0025216424 | |
| 19571907 | 7 months ago | | | 0 | 0.0027601598 | |
| 19570694 | 7 months ago | | | 0 | 0.0034800334 | |
| 19570689 | 7 months ago | | | 0 | 0.0029312545 | |
| 19565741 | 7 months ago | | | 0 | 0.0016036439 |
ABI
ABI objects
Getter at block 21186329
devWallet() view returns (address)
0x0000000000000000000000000000000000000000
owner() view returns (address)
0x09e802bb55cd409af7d2e0c0acc23eae5a55a201
periodicTime() view returns (uint256)
31536000
planLimit() view returns (uint256)
1
stakingToken() view returns (address)
0x693170bd3c37dcd46168d8b399aa7551a32de2af
Read-only
canWithdrawAmount(uint256 _stakingId, address account) view returns (uint256, uint256)
earnedToken(uint256 _stakingId, address account) view returns (uint256)
getStakedPlans(address _account) view returns (bool[])
plans(uint256) view returns (uint256 overallStaked, uint256 stakesCount, uint256 apr, uint256 stakeDuration, uint256 depositDeduction, uint256 withdrawDeduction, uint256 earlyPenalty, bool initialPool, bool conclude)
stakes(uint256, address, uint256) view returns (uint256 amount, uint256 stakeAt, uint256 endstakeAt)
totalRewardsPerWalletPerPlan(uint256, address) view returns (uint256)
State-modifying
Events claimEarned(uint256 _stakingId)
removeStuckEther()
renounceOwnership()
setAPR(uint256 _stakingId, uint256 _percent)
setDepositDeduction(uint256 _stakingId, uint256 _deduction)
setEarlyPenalty(uint256 _stakingId, uint256 _penalty)
setStakeConclude(uint256 _stakingId, bool _conclude)
setWithdrawDeduction(uint256 _stakingId, uint256 _deduction)
stake(uint256 _stakingId, uint256 _amount)
transferOwnership(address newOwner)
unstake(uint256 _stakingId, uint256 _amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
constructor(address _stakingToken)
This contract contains no fallback and receive objects.
This contract contains no error objects.