LostStaking
Verified contract
Active on
Ethereum with 1,075 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 |
---|---|---|---|---|---|
LOSTBOY | ERC-721 | 1 | -- | -- | |
LOSTBOY | ERC-721 | 1 | -- | -- | |
LOSTBOY | ERC-721 | 1 | -- | -- | |
LOSTBOY | ERC-721 | 1 | -- | -- | |
LOSTBOY | ERC-721 | 1 | -- | -- | |
LOSTBOY | ERC-721 | 1 | -- | -- | |
LOSTBOY | ERC-721 | 1 | -- | -- | |
LOSTBOY | ERC-721 | 1 | -- | -- | |
LOSTBOY | ERC-721 | 1 | -- | -- | |
LOSTBOY | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21138914 | a month ago | | | 0 | 0.0032079464 | |
| 20708366 | 3 months ago | | | 0 | 0.00051350867 | |
| 20619377 | 3 months ago | | | 0 | 0.00066223705 | |
| 20619205 | 3 months ago | | | 0 | 0.00023923557 | |
| 20492957 | 4 months ago | | | 0 | 0.0021102340 | |
| 20492953 | 4 months ago | | | 0 | 0.00065838355 | |
| 20453619 | 4 months ago | | | 0 | 0.00019832253 | |
| 20432343 | 4 months ago | | | 0 | 0.0010424212 | |
| 19813617 | 7 months ago | | | 0 | 0.0015799406 | |
| 19813612 | 7 months ago | | | 0 | 0.00086183928 |
ABI
ABI objects
Getter at block 21380090
erc20Address() view returns (address)
0xd95897e53ba7fa442aac0d94414adeacddd5bd98
expiration() view returns (uint256)
1768906713
owner() view returns (address)
0xe4d35cabcbf45b7c99d917f179b98a1e6e37a52f
ownerAddr() view returns (address)
0xe4d35cabcbf45b7c99d917f179b98a1e6e37a52f
paused() view returns (bool)
false
stakingDestinationAddress() view returns (address)
0xc1a1e381389cb927f1d57511e144b644ef0c6385
stakingLostGirlAddr() view returns (address)
0x43a16061986d2bcee1fc5e7ed132d5058eb25d68
Read-only
balanceOfLostGirl(address account, uint256 tokens) view returns (uint256 balance)
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(struct LostStakingmarkelData[] _markelData)
pause()
renounceOwnership()
setExpiration(uint256 _expiration)
transferOwnership(address newOwner)
unpause()
updateMarkelTree(bytes32 _merkleRoot1, bytes32 _merkleRoot2, bytes32 _merkleRoot3, bytes32 _merkleRoot4)
updateRarity(uint256[] _updateRarity)
updateReward(uint256[] _updateReward)
withdraw(uint256[] tokenIds)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
Unpaused(address account)
constructor(address _stakingDestinationAddress, address _stakingLostGirlAddress, uint256 _expiration, address _erc20Address, uint256[] rewardArray, uint256[] rewardRarity)
This contract contains no fallback and receive objects.
This contract contains no error objects.