UnifiedStaking
Verified contract
Active on
Ethereum with 10,374 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x24c4…6518
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
FALLEN | ERC-721 | 1 | -- | -- | |
FALLEN | ERC-721 | 1 | -- | -- | |
FALLEN | ERC-721 | 1 | -- | -- | |
FALLEN | ERC-721 | 1 | -- | -- | |
FALLEN | ERC-721 | 1 | -- | -- | |
FALLEN | ERC-721 | 1 | -- | -- | |
FALLEN | ERC-721 | 1 | -- | -- | |
FALLEN | ERC-721 | 1 | -- | -- | |
FALLEN | ERC-721 | 1 | -- | -- | |
FALLEN | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21313438 | a day ago | | | 0 | 0.0017043730 | |
| 21307438 | 2 days ago | | | 0 | 0.0010987867 | |
| 21286778 | 5 days ago | | | 0 | 0.0032345986 | |
| 21285100 | 5 days ago | | | 0 | 0.0020989413 | |
| 21285096 | 5 days ago | | | 0 | 0.0021092588 | |
| 21257726 | 9 days ago | | | 0 | 0.0041324486 | |
| 21255694 | 9 days ago | | | 0 | 0.00093502782 | |
| 21255393 | 9 days ago | | | 0 | 0.0015580541 | |
| 21253954 | 9 days ago | | | 0 | 0.0022327906 | |
| 21244380 | 11 days ago | | | 0 | 0.0047460507 |
ABI
ABI objects
Getter at block 21320432
owner() view returns (address)
0xe1917c2ae334640589d7593502a3a9b3615358c3
poolsLength() view returns (uint256)
23
rewardToken() view returns (address)
0x24c487fc99f31181ffdc3b7664b7471ee0506518
Read-only
collectionForPool(uint256 poolIndex) view returns (address)
getPool(uint256 poolIndex) view returns (struct PoolablePool)
getStakeInfo(address collection, uint256 tokenId) view returns (address owner, uint256 poolId, uint256 depositDate, uint256 unlockDate, uint256 rewardDate, uint256 totalClaimed)
getUserTotalRewards(address account) view returns (uint256)
isMinter(address account) view returns (bool)
isPoolOpened(uint256 poolIndex) view returns (bool)
isTokenUnlocked(address collection, uint256 tokenId) view returns (bool)
State-modifying
Events addMinter(address minter)
addPool(struct PoolablePool pool)
batchRestake(uint256 poolId, address collection, uint256[] tokenIds)
batchStake(uint256 poolId, uint256[] tokenIds)
batchStakeFrom(address from, uint256 poolId, uint256[] tokenIds)
batchUnstake(address collection, uint256[] tokenIds)
claim(address collection, uint256 tokenId)
claimMulti(struct NftStakingPoolMultiStakeParam[] groups)
closePool(uint256 poolIndex)
onERC721Received(address, address, uint256, bytes) returns (bytes4)
recoverEth(address _to)
recoverNonFungibleToken(address _token, uint256 _tokenId)
recoverToken(address _token)
removeMinter(address minter)
renounceOwnership()
restake(uint256 newPoolId, address collection, uint256 tokenId)
restakeMulti(struct NftStakingPoolMultiStakeParam[] groups)
stake(uint256 poolId, uint256 tokenId)
stakeFrom(address from, uint256 poolId, uint256 tokenId)
stakeMulti(struct NftStakingPoolMultiStakeParam[] groups)
transferOwnership(address newOwner)
unstake(address collection, uint256 tokenId)
unstakeMulti(struct NftStakingPoolMultiStakeParam[] groups)
updatePool(uint256 poolIndex, struct PoolablePool pool)
BatchStake(address indexed account, uint256 poolId, address indexed collection, uint256[] tokenIds)
BatchUnstake(address indexed account, address indexed collection, uint256[] tokenIds)
Claimed(address indexed account, address indexed collection, uint256 tokenId, uint256 rewards, uint256 pool)
ClaimedMulti(address indexed account, struct NftStakingPoolMultiStakeParam[] groups, uint256 rewards)
EthRecovery(uint256 amount)
MinterAdded(address indexed minter)
MinterRemoved(address indexed minter)
NonFungibleTokenRecovery(address indexed token, uint256 tokenId)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
PoolAdded(uint256 poolIndex, struct PoolablePool pool)
PoolUpdated(uint256 poolIndex, struct PoolablePool pool)
Stake(address indexed account, uint256 poolId, address indexed collection, uint256 tokenId)
TokenRecovery(address indexed token, uint256 amount)
Unstake(address indexed account, address indexed collection, uint256 tokenId)
constructor(address _rewardToken)
This contract contains no fallback and receive objects.
This contract contains no error objects.