StakeValentine
Verified contract
Active on
Ethereum with 2,136 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x6c86…421d
Balances ($0.00)
No balances found for "StakeValentine"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20251982 | 5 months ago | | | 0 | 0.00051018545 | |
| 20068293 | 6 months ago | | | 0 | 0.0020555169 | |
| 19625882 | 8 months ago | | | 0 | 0.011704865 | |
| 18218916 | a year ago | | | 0 | 0.0017668648 | |
| 18218785 | a year ago | | | 0 | 0.0066488479 | |
| 18218576 | a year ago | | | 0 | 0.00057157943 | |
| 18218443 | a year ago | | | 0 | 0.0017047396 | |
| 18218319 | a year ago | | | 0 | 0.00063104387 | |
| 18218191 | a year ago | | | 0 | 0.0016840116 | |
| 17568069 | a year ago | | | 0 | 0.0014266603 |
ABI
ABI objects
Getter at block 21322378
getCanHoldersStake() view returns (bool)
true
getMinimumStakeDuration() view returns (uint256)
1800
owner() view returns (address)
0x0214addd3c0995f3e234a983d79a0e61d5564a4a
Read-only
getCanStakeAtAnyTime(address[] _addresses) view returns (bool[])
getStakedTokens(uint256[] _tokenIds) view returns (struct StakeValentineStakeMetadata[])
stakedTokens(uint256) view returns (uint256 tokenId, uint256 startTimestamp, uint256 minimumStakeDurationEndTimestamp, address stakedBy, bool active)
State-modifying
Events renounceOwnership()
setCanHoldersStake(bool _can)
setCanStakeAtAnyTime(address[] _addresses, bool[] _can)
setMinimumStakeDuration(uint256 _durationInSeconds)
stakeToken(uint256[] _tokenIds)
transferOwnership(address newOwner)
withdrawToken(uint256[] _tokenIds)
Claimed(address indexed from, struct StakeValentineStakeMetadata stakedInfo)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Staked(address indexed from, struct StakeValentineStakeMetadata stakedInfo)
constructor(address _valentineAddress)
This contract contains no fallback and receive objects.
This contract contains no error objects.