ASIStaking
Verified contract
Active on
Ethereum with 1,183 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ASI | ERC-20 | 1.610638M | $0.001616 |
$2,602.95 |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20851550 | 2 months ago | | | 0 | 0.00050821788 | |
| 20827580 | 2 months ago | | | 0 | 0.0017833569 | |
| 20754305 | 3 months ago | | | 0 | 0.00012221532 | |
| 20697420 | 3 months ago | | | 0 | 0.00022593476 | |
| 20613879 | 3 months ago | | | 0 | 0.00020976253 | |
| 20606813 | 3 months ago | | | 0 | 0.000039708763 | |
| 20591395 | 3 months ago | | | 0 | 0.000083435000 | |
| 20587114 | 3 months ago | | | 0 | 0.000065210781 | |
| 20573977 | 3 months ago | | | 0 | 0.000059723990 | |
| 20568416 | 3 months ago | | | 0 | 0.00011449405 |
ABI
ABI objects
Getter at block 21332879
stakingEnd() view returns (uint256)
1706536800
stakingPool() view returns (uint256)
28989117000000000000000000
stakingPoolLimit() view returns (uint256)
30000000000000000000000000
stakingStart() view returns (uint256)
1706277600
token() view returns (address)
0x5d942f9872863645bcb181aba66c7d9646a91378
withdrawalDelay() view returns (uint256)
604800
withdrawalPercentPerPeriod() view returns (uint256)
2500
withdrawalStart() view returns (uint256)
1714140000
Read-only
getAvailableForWithdraw(address _user) view returns (uint256)
userStakes(address) view returns (uint256 staked, uint256 claimed)
State-modifying
Events stake(uint256 _amount)
withdraw()
Staked(address indexed user, uint256 indexed amount, uint256 timestamp)
Withdrawn(address indexed user, uint256 indexed amount, uint256 timestamp)
constructor(address _token, uint256 _stakingStart, uint256 _stakingEnd, uint256 _withdrawalStart, uint256 _stakingPoolLimit)
This contract contains no fallback and receive objects.
AddressEmptyCode(address target)
AddressInsufficientBalance(address account)
ExceedsStakingLimit(uint256 remainingLimit)
FailedInnerCall()
InvalidTimePeriod()
NothingToWithdraw()
SafeERC20FailedOperation(address token)