ASIStaking

Verified contract

Active on Ethereum with 1,183 txns
Deployed by via 0xe2699c3b at 19090022
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
ERC-20
Value $2,602.95
0xce7b79986d2220612711cdf61f21db83189f909c6489f9dd5ab71685dc4a14af
0xdb923efba7fffea9dae00eff9cea974aa4c68203303f925ac4845f2503e61eb8
0x3555a847225fecfcc8cf6249077c3c0848ed6c9c08f90cfa7e04e7e47c03af65
0x9c16fd116d298869be5637881cb65f9e352617d579fcfb89272964331097b31a
0xe4a4e7c5f1dc8baae859ea8e28fe8b43c0426a3d74852861bcc9434e4437ca92
0x0446602a5a64ee2fe624b43a41fdebcd960ceda43f96989e06c8c690f84a3620
0x66acd2446a24ea987245ad5d3c433efe808f4f31f959f2e66c96194da6f1dca4
0x5eed265caf1242bd05577a8739a5987d1368495fa43088010705bfcb9cadc2d2
0x80a975e9ca4eb55304ed146477f1d0639fb7df5000eb947da6d31fe2840a876d
0xd69677461c2e5a336d054373940c63e9c88604f33184ef6cab3c6d1c59bfbc90

Functions
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 _userview returns (uint256)
userStakes(addressview returns (uint256 stakeduint256 claimed)
State-modifying
stake(uint256 _amount
withdraw(
Events
Staked(address indexed useruint256 indexed amountuint256 timestamp
Withdrawn(address indexed useruint256 indexed amountuint256 timestamp
Constructor
constructor(address _tokenuint256 _stakingStartuint256 _stakingEnduint256 _withdrawalStartuint256 _stakingPoolLimit
Fallback and receive

This contract contains no fallback and receive objects.

Errors
AddressEmptyCode(address target
AddressInsufficientBalance(address account
ExceedsStakingLimit(uint256 remainingLimit
FailedInnerCall(
InvalidTimePeriod(
NothingToWithdraw(
SafeERC20FailedOperation(address token