Impostors Staker
Verified contract
Active on
Ethereum with 28,225 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($15,209.95)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
BLOOD | ERC-20 | 1.167514M | $0.013028 |
$15,209.95 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15364896 | 2 years ago | | | 0 | 0.0021351630 | |
| 15260040 | 2 years ago | | | 0 | 0.00046833870 | |
| 15182504 | 2 years ago | | | 0 | 0.00050309600 | |
| 15182504 | 2 years ago | | | 0 | 0.00050309600 | |
| 15182159 | 2 years ago | | | 0 | 0.00067139072 | |
| 15182158 | 2 years ago | | | 0 | 0.00072872306 | |
| 15182156 | 2 years ago | | | 0 | 0.00076159500 | |
| 15182156 | 2 years ago | | | 0 | 0.00067100596 | |
| 15182050 | 2 years ago | | | 0 | 0.0024580367 | |
| 15182050 | 2 years ago | | | 0 | 0.0029459406 |
ABI
ABI objects
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 _id, address _addr) view returns (uint256[])
getPosition(uint256 _id, address _addr) view returns (uint256[], uint256)
itemStatuses(address, uint256) view returns (uint256 stakedPool, uint256 stakedAt, uint256 tokenClaimed)
pendingClaims(uint256[] _poolIds, address _user) view returns (uint256 totalClaimAmount)
pools(uint256) view returns (address item, uint256 lockedTokensPerSecond, uint256 unlockedTokensPerSecond, uint256 lockDuration, uint256 deadline)
positions(uint256, address) view returns (uint256 tokenPaid)
State-modifying
Events claim(uint256[] _poolIds)
renounceOwnership()
setPool(uint256 _id, address _item, uint256 _lockedTokensPerSecond, uint256 _unlockedTokensPerSecond, uint256 _lockDuration, uint256 _deadline)
stake(uint256 _poolId, uint256[] _tokenIds)
sweep(address _token, address _destination, uint256 _amount)
transferOwnership(address newOwner)
withdraw(uint256 _poolId, uint256[] _tokenIds)
Claim(uint256 timestamp, address indexed caller, uint256[] poolIds, uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Stake(uint256 timestamp, address indexed caller, uint256 poolId, address indexed item, uint256[] tokenIds)
Withdraw(uint256 timestamp, address indexed caller, uint256 poolId, address indexed item, uint256[] tokenIds)
constructor(string _name, address _token)
This contract contains no fallback and receive objects.
CannotAddPoolWithInvalidId()
CannotStakeAfterDeadline()
CannotStakeInactivePool()
CannotStakeTimeLockedItem()
CannotStakeUnownedItem()
CannotWithdrawTimeLockedItem()
CannotWithdrawUnownedItem()
CannotWithdrawUnstakedItem()
EmptyTokenIdsArray()
SweepingTransferFailed()