Impostors Staker

Verified contract

Active on Ethereum with 28,225 txns
Deployed by via 0x0f6035f6 at 14580396
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
ERC-20
Value $15,209.95
0x4b305a283ffcf6d650764e3a044cf2258cdfe863174c416352861ba2b9c57a24
0x6c2cb5b3dc02da2bf88e41938b5d0b5045d112d13f187be2a35731969cdf187e
0x95c6b5bbfa0f5df44cf99a57583aa293a5ee018325c0c0e360387e030e0744da
0xb2309f4dc13a4505f988c0fd1b81b051b0b85a3791ffd1f0e64f4e1673b67b7e
0x6514d2d83221b95d1653e76823a38e6ef89ec0d377cf7876eb256c20ba694f15
0x3ff3572221e7561bc9341e05bfbcd9d217b8819a1d28c770e43fc37bcf19fbf5
0xa73b866f29057306d3d610836d2856ff127314d2ec4a65b0fd4e05a6dcfa558e
0x84f21087b8191a4520736816b06a4e0a10f9fa61f968153150adf1ba3f250dac
0xa626dbd4a1b9617b83d04fcf1fb2e226934104cf816670e6464357b790ea4b7a
0x26c8c938f68720dd64e1eb9d2d8570ba62517bd0b684afd426c087f3f8081b51

Functions
Getter at block 21160097
name(view returns (string)
Impostors Staker
owner(view returns (address)
0x888864f61a74bfe0f98a6403fdfb494fe0dc075b
token(view returns (address)
0x95392f142af1c12f6e39897ff9b09c599666b50c
totalTokenDisbursed(view returns (uint256)
81595236012388477208726900
Read-only
getItemsPosition(uint256 _idaddress _addrview returns (uint256[])
getPosition(uint256 _idaddress _addrview returns (uint256[]uint256)
itemStatuses(addressuint256view returns (uint256 stakedPooluint256 stakedAtuint256 tokenClaimed)
pendingClaims(uint256[] _poolIdsaddress _userview returns (uint256 totalClaimAmount)
pools(uint256view returns (address itemuint256 lockedTokensPerSeconduint256 unlockedTokensPerSeconduint256 lockDurationuint256 deadline)
positions(uint256addressview returns (uint256 tokenPaid)
State-modifying
claim(uint256[] _poolIds
renounceOwnership(
setPool(uint256 _idaddress _itemuint256 _lockedTokensPerSeconduint256 _unlockedTokensPerSeconduint256 _lockDurationuint256 _deadline
stake(uint256 _poolIduint256[] _tokenIds
sweep(address _tokenaddress _destinationuint256 _amount
transferOwnership(address newOwner
withdraw(uint256 _poolIduint256[] _tokenIds
Events
Claim(uint256 timestampaddress indexed calleruint256[] poolIdsuint256 amount
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Stake(uint256 timestampaddress indexed calleruint256 poolIdaddress indexed itemuint256[] tokenIds
Withdraw(uint256 timestampaddress indexed calleruint256 poolIdaddress indexed itemuint256[] tokenIds
Constructor
constructor(string _nameaddress _token
Fallback and receive

This contract contains no fallback and receive objects.

Errors
CannotAddPoolWithInvalidId(
CannotStakeAfterDeadline(
CannotStakeInactivePool(
CannotStakeTimeLockedItem(
CannotStakeUnownedItem(
CannotWithdrawTimeLockedItem(
CannotWithdrawUnownedItem(
CannotWithdrawUnstakedItem(
EmptyTokenIdsArray(
SweepingTransferFailed(