SamuraiSagaStakeVault
Verified contract
Active on
Ethereum with 7,857 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x345c…ca47
0x24c4…6518
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
SSAGA | ERC-721 | 1 | -- | -- | |
SSAGA | ERC-721 | 1 | -- | -- | |
SSAGA | ERC-721 | 1 | -- | -- | |
SSAGA | ERC-721 | 1 | -- | -- | |
SSAGA | ERC-721 | 1 | -- | -- | |
SSAGA | ERC-721 | 1 | -- | -- | |
SSAGA | ERC-721 | 1 | -- | -- | |
SSAGA | ERC-721 | 1 | -- | -- | |
SSAGA | ERC-721 | 1 | -- | -- | |
SSAGA | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20642141 | 2 months ago | | | 0 | 0.00081899134 | |
| 20561551 | 3 months ago | | | 0 | 0.00022434636 | |
| 20137188 | 5 months ago | | | 0 | 0.00054721257 | |
| 20039041 | 5 months ago | | | 0 | 0.0020803508 | |
| 19813797 | 6 months ago | | | 0 | 0.00062948475 | |
| 19813792 | 6 months ago | | | 0 | 0.00076165556 | |
| 19782297 | 6 months ago | | | 0 | 0.0011451381 | |
| 19782295 | 6 months ago | | | 0 | 0.0011686770 | |
| 19782293 | 6 months ago | | | 0 | 0.0012909484 | |
| 19782291 | 6 months ago | | | 0 | 0.0016661688 |
ABI
ABI objects
Getter at block 21167392
nftCollection() view returns (address)
0x345c2fa23160c63218dfaa25d37269f26c85ca47
owner() view returns (address)
0xe1917c2ae334640589d7593502a3a9b3615358c3
poolsLength() view returns (uint256)
6
rewardToken() view returns (address)
0x24c487fc99f31181ffdc3b7664b7471ee0506518
Read-only
getPool(uint256 poolIndex) view returns (struct PoolablePool)
getStakeInfo(uint256 tokenId) view returns (address, uint256, uint256, uint256)
getUserStakedTokens(address account, uint256 size, uint256 cursor) view returns (uint256[], uint256)
getUserStakedTokensCount(address account) view returns (uint256)
getUserTotalRewards(address account) view returns (uint256)
isPoolOpened(uint256 poolIndex) view returns (bool)
isTokenUnlocked(uint256 tokenId) view returns (bool)
State-modifying
Events addPool(struct PoolablePool pool)
onERC721Received(address, address, uint256, bytes) returns (bytes4)
recoverEth(address _to)
recoverNonFungibleToken(address _token, uint256 _tokenId)
recoverToken(address _token)
renounceOwnership()
restake(uint256 newPoolId, uint256 tokenId)
stake(uint256 poolId, uint256 tokenId)
transferOwnership(address newOwner)
unstake(uint256 tokenId)
updatePool(uint256 poolIndex, struct PoolablePool pool)
EthRecovery(uint256 amount)
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, uint256 tokenId)
TokenRecovery(address indexed token, uint256 amount)
Unstake(address indexed account, uint256 poolId, uint256 tokenId)
constructor(address _nftCollection, address _rewardToken)
This contract contains no fallback and receive objects.
This contract contains no error objects.