Dogface2ndStaking
Verified contract
Active on
Ethereum with 363 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 |
---|---|---|---|---|---|
$AMMO | ERC-20 | 9.345793M | -- | -- | |
DF 2 | ERC-721 | 1 | -- | -- | |
DF 2 | ERC-721 | 1 | -- | -- | |
DF 2 | ERC-721 | 1 | -- | -- | |
DF 2 | ERC-721 | 1 | -- | -- | |
DF 2 | ERC-721 | 1 | -- | -- | |
DF 2 | ERC-721 | 1 | -- | -- | |
DF 2 | ERC-721 | 1 | -- | -- | |
DF 2 | ERC-721 | 1 | -- | -- | |
DF 2 | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21219193 | 14 days ago | | | 0 | 0.0017075810 | |
| 21138830 | 25 days ago | | | 0 | 0.0082827070 | |
| 20984110 | 2 months ago | | | 0 | 0.0081998962 | |
| 20701006 | 3 months ago | | | 0 | 0.00059828272 | |
| 20687595 | 3 months ago | | | 0 | 0.00062311663 | |
| 20687198 | 3 months ago | | | 0 | 0.00099558090 | |
| 20687151 | 3 months ago | | | 0 | 0.00034131685 | |
| 20684969 | 3 months ago | | | 0 | 0.0012244824 | |
| 20684462 | 3 months ago | | | 0 | 0.00049145213 | |
| 20684462 | 3 months ago | | | 0 | 0.00090815711 |
ABI
ABI objects
Getter at block 21318422
expiration() view returns (uint256)
0
owner() view returns (address)
0xe78dab9780ad0136581ca4a81775d7e5258da036
paused() view returns (bool)
false
rate() view returns (uint256)
1735000000000000
rewardToken() view returns (address)
0x689d6ec061a3ea9733c6ae349ee931d332645263
stakingToken() view returns (address)
0x480de54f42b17d459314f9d76caa1a531b43c240
Read-only
_depositBlocks(address, uint256) view returns (uint256)
_isMintbonus(address) view returns (bool)
_stakeData(address) view returns (address owner, uint256 lastStakeTime, uint256 firstStakingTime, uint256 stakedCounts, uint256 totalRewards)
calculateRewards(address account) view returns (uint256 rewards)
depositsOf(address account) view returns (uint256[])
getStakeData(address account) view returns (struct Dogface2ndStakingStakingData)
onERC721Received(address, address, uint256, bytes) pure returns (bytes4)
State-modifying
Events claimRewards()
pause()
renounceOwnership()
setExpiration(uint256 _expiration)
setRate(uint256 _rate)
setRewardToken(address _rewardToken)
setStakingToken(address _stakingToken)
stake(uint256[] tokenIds)
transferOwnership(address newOwner)
unpause()
unstake(uint256[] tokenIds)
unstakeAll()
withdrawTokens()
Claim(address owner, uint256 amount, uint256 time)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
Stake(address owner, uint256[] tokenIds, uint256 time)
UnStake(address owner, uint256[] tokenIds, uint256 time)
Unpaused(address account)
constructor(address _stakingToken, address _rewardToken)
This contract contains no fallback and receive objects.
This contract contains no error objects.