StackStaking
Verified contract
Active on
Ethereum with 1,710 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 |
---|---|---|---|---|---|
STACK | ERC-721 | 1 | -- | -- | |
STACK | ERC-721 | 1 | -- | -- | |
STACK | ERC-721 | 1 | -- | -- | |
STACK | ERC-721 | 1 | -- | -- | |
STACK | ERC-721 | 1 | -- | -- | |
STACK | ERC-721 | 1 | -- | -- | |
STACK | ERC-721 | 1 | -- | -- | |
STACK | ERC-721 | 1 | -- | -- | |
STACK | ERC-721 | 1 | -- | -- | |
STACK | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16137861 | 2 years ago | | | 0 | 0.0012588500 | |
| 16026980 | 2 years ago | | | 0 | 0.0016841589 | |
| 15856556 | 2 years ago | | | 0 | 0.00062885700 | |
| 15700755 | 2 years ago | | | 0 | 0.00082743447 | |
| 15653290 | 2 years ago | | | 0 | 0.0016394554 | |
| 15555514 | 2 years ago | | | 0 | 0.0013861689 | |
| 15555509 | 2 years ago | | | 0 | 0.0011273805 | |
| 15555499 | 2 years ago | | | 0 | 0.00058406546 | |
| 15490849 | 2 years ago | | | 0 | 0.0026245920 | |
| 15437194 | 2 years ago | | | 0 | 0.0011676721 |
ABI
ABI objects
Getter at block 21213888
erc20Address() view returns (address)
0x1bbb57def2f6192f0b9b8565f49034bf1fcdb604
expiration() view returns (uint256)
14538372
owner() view returns (address)
0x9202d380502788ee82ae5a13cceae6d6b6515e77
paused() view returns (bool)
false
rate() view returns (uint256)
0
stakingDestinationAddress() view returns (address)
0x2d3f39663d43c0862589a8a24bf05ccd44b0ac4d
Read-only
_depositBlocks(address, uint256) view returns (uint256)
calculateReward(address account, uint256 tokenId) view returns (uint256)
calculateRewards(address account, uint256[] tokenIds) view returns (uint256[] rewards)
depositsOf(address account) view returns (uint256[])
onERC721Received(address, address, uint256, bytes) pure returns (bytes4)
State-modifying
Events claimRewards(uint256[] tokenIds)
deposit(uint256[] tokenIds)
pause()
renounceOwnership()
setExpiration(uint256 _expiration)
setRate(uint256 _rate)
transferOwnership(address newOwner)
unpause()
withdraw(uint256[] tokenIds)
withdrawTokens()
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
Unpaused(address account)
constructor(address _stakingDestinationAddress, uint256 _rate, uint256 _expiration, address _erc20Address)
This contract contains no fallback and receive objects.
This contract contains no error objects.