StakeSeals
Verified contract
Active on
Ethereum with 21,672 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 6 additional slots
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
SAPS | ERC-721 | 1 | -- | -- | |
SAPS | ERC-721 | 1 | -- | -- | |
SAPS | ERC-721 | 1 | -- | -- | |
SAPS | ERC-721 | 1 | -- | -- | |
SAPS | ERC-721 | 1 | -- | -- | |
SAPS | ERC-721 | 1 | -- | -- | |
SAPS | ERC-721 | 1 | -- | -- | |
SAPS | ERC-721 | 1 | -- | -- | |
SAPS | ERC-721 | 1 | -- | -- | |
SAPS | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20778725 | 2 months ago | | | 0 | 0.0011788110 | |
| 20631169 | 2 months ago | | | 0 | 0.00010318878 | |
| 20437387 | 3 months ago | | | 0 | 0.00029388092 | |
| 20437373 | 3 months ago | | | 0 | 0.00030176683 | |
| 20437358 | 3 months ago | | | 0 | 0.00034950574 | |
| 20136700 | 5 months ago | | | 0 | 0.00022346968 | |
| 20130319 | 5 months ago | | | 0 | 0.00045588852 | |
| 20082984 | 5 months ago | | | 0 | 0.0012741695 | |
| 20076418 | 5 months ago | | | 0 | 0.0021416785 | |
| 20076378 | 5 months ago | | | 0 | 0.0026376318 |
ABI
ABI objects
Getter at block 21168176
ERC20_CONTRACT() view returns (address)
0x427a03fb96d9a94a6727fbcfbba143444090dd64
ERC721_CONTRACT() view returns (address)
0x364c828ee171616a39897688a831c2499ad972ec
EXPIRATION() view returns (uint256)
1000000000000013572153
owner() view returns (address)
0x03fede75ac53dad83d9c00a549f10c5b583b3447
Read-only
calculateRewards(address account, uint256[] tokenIds) view returns (uint256[] rewards)
depositBlocks(address, uint256) view returns (uint256)
depositsOf(address account) view returns (uint256[])
findRate(uint256 tokenId) view returns (uint256 rate)
onERC721Received(address, address, uint256, bytes) pure returns (bytes4)
rewardRate(uint256) view returns (uint256)
tokenRarity(uint256) view returns (uint256)
State-modifying
Events admin_deposit(uint256[] tokenIds)
claimRewards(uint256[] tokenIds)
deposit(uint256[] tokenIds)
renounceOwnership()
setBatchRarity(uint256[] _tokenIds, uint256 _rarity)
setExpiration(uint256 _expiration)
setRarity(uint256 _tokenId, uint256 _rarity)
setRate(uint256 _rarity, uint256 _rate)
setTokenAddress(address _tokenAddress)
toggleStart()
transferOwnership(address newOwner)
withdraw(uint256[] tokenIds)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
constructor(address _erc20, address _erc721, uint256 _expiration)
This contract contains no fallback and receive objects.
This contract contains no error objects.