UStackStaking
Verified contract
Active on
Ethereum with 70 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 |
---|---|---|---|---|---|
USTACK | ERC-721 | 1 | -- | -- | |
USTACK | ERC-721 | 1 | -- | -- | |
USTACK | ERC-721 | 1 | -- | -- | |
USTACK | ERC-721 | 1 | -- | -- | |
USTACK | ERC-721 | 1 | -- | -- | |
USTACK | ERC-721 | 1 | -- | -- | |
USTACK | ERC-721 | 1 | -- | -- | |
USTACK | ERC-721 | 1 | -- | -- | |
USTACK | ERC-721 | 1 | -- | -- | |
USTACK | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 14531251 | 3 years ago | | | 0 | 0.0011321590 | |
| 14528330 | 3 years ago | | | 0 | 0.0040663046 | |
| 14525441 | 3 years ago | | | 0 | 0.0044506383 | |
| 14517156 | 3 years ago | | | 0 | 0.0040286470 | |
| 14504195 | 3 years ago | | | 0 | 0.0061473280 | |
| 14504195 | 3 years ago | | | 0 | 0.0061473280 | |
| 14504195 | 3 years ago | | | 0 | 0.0061473280 | |
| 14504195 | 3 years ago | | | 0 | 0.0061473280 | |
| 14223269 | 3 years ago | | | 0 | 0.0033945625 | |
| 14151707 | 3 years ago | | | 0 | 0.0011738874 |
ABI
ABI objects
Getter at block 21389277
erc20Address() view returns (address)
0x1bbb57def2f6192f0b9b8565f49034bf1fcdb604
expiration() view returns (uint256)
14346707
owner() view returns (address)
0x9202d380502788ee82ae5a13cceae6d6b6515e77
paused() view returns (bool)
false
rate() view returns (uint256)
0
stakingDestinationAddress() view returns (address)
0x099a16f0414cb0cc0555d5f1f8140166462d39ff
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.