WEBAISTAKING
Verified contract
Active on
Ethereum with 1,852 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 |
---|---|---|---|---|---|
WEBAI | ERC-20 | 20.966599K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20432924 | 4 months ago | | | 0 | 0.00064913836 | |
| 20339807 | 4 months ago | | | 0 | 0.0014867648 | |
| 20339798 | 4 months ago | | | 0 | 0.0013827137 | |
| 20314671 | 4 months ago | | | 0 | 0.0012252805 | |
| 20278004 | 5 months ago | | | 0 | 0.00096775711 | |
| 20242553 | 5 months ago | | | 0 | 0.00070509309 | |
| 20212110 | 5 months ago | | | 0 | 0.0011444713 | |
| 20212106 | 5 months ago | | | 0 | 0.0012655970 | |
| 20212040 | 5 months ago | | | 0 | 0.0014762371 | |
| 20212035 | 5 months ago | | | 0 | 0.0013732901 |
ABI
ABI objects
Getter at block 21271240
owner() view returns (address)
0x448d694e92d1813a759b28f5be62cd99ac699dce
periodicTime() view returns (uint256)
31536000
planLimit() view returns (uint256)
1
stakingToken() view returns (address)
0xc73abe8d7a0da644743fe2ad24f4e16bb7ed43f8
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)
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.