DogPadStake
Verified contract
Active on
Ethereum with 2,604 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($4,911.07)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
DOGPAD | ERC-20 | 33.408642B | $0.00 |
$4,911.07 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20760356 | 3 months ago | | | 0 | 0.00016122269 | |
| 19801544 | 7 months ago | | | 0 | 0.00054257025 | |
| 19702842 | 8 months ago | | | 0 | 0.00088890089 | |
| 19693025 | 8 months ago | | | 0 | 0.00050386000 | |
| 19693025 | 8 months ago | | | 0 | 0.00043188000 | |
| 19409058 | 9 months ago | | | 0 | 0.0050574944 | |
| 19345430 | 9 months ago | | | 0 | 0.0056089858 | |
| 19315274 | 10 months ago | | | 0 | 0.0040502741 | |
| 19312356 | 10 months ago | | | 0 | 0.0084410615 | |
| 19311601 | 10 months ago | | | 0 | 0.0021915072 |
ABI
ABI objects
Getter at block 21386749
amountPerBoost() view returns (uint256)
50
apr() view returns (uint256)
50
calculateNewRewards() view returns (uint256)
10128825353017749619482496195
canCompoundOrStakeMore() view returns (bool)
true
exitPenaltyPerc() view returns (uint256)
0
lockDuration() view returns (uint256)
0
maxBoostAmount() view returns (uint256)
6
owner() view returns (address)
0x425730575729aabc64baa440d869ae5f00f2a62f
rewardToken() view returns (address)
0x6f3277ad0782a7da3eb676b85a8346a100bf9c1c
rewardsRemaining() view returns (uint256)
7943951863343232741676113
stakingToken() view returns (address)
0x6f3277ad0782a7da3eb676b85a8346a100bf9c1c
totalBoostedStaked() view returns (uint256)
33400698451000000000000000001
totalStaked() view returns (uint256)
33400698451000000000000000001
Read-only
_isAuthorized(address) view returns (bool)
getWalletAPR(address wallet) view returns (uint256)
getWalletBoostedAmount(address wallet) view returns (uint256)
holderUnlockTime(address) view returns (uint256)
lastWalletBoostTs(address) view returns (uint256)
pendingReward(address _user) view returns (uint256)
poolInfo(uint256) view returns (address lpToken, uint256 allocPoint, uint256 lastRewardTimestamp, uint256 accTokensPerShare)
userInfo(address) view returns (uint256 amount, uint256 boostedAmount, uint256 boosts, uint256 rewardDebt, uint256 pendingPayout)
State-modifying
Events addBoost(address wallet)
compound()
deposit(uint256 _amount)
emergencyRewardWithdraw(uint256 _amount)
emergencyWithdraw()
massUpdatePools()
removeBoost(address wallet)
renounceOwnership()
setAuthorization(address account, bool authorized)
startReward()
stopReward()
transferOwnership(address newOwner)
updateApr(uint256 newApr)
updateBoosters(uint256 newMaxBoostAmount, uint256 newAmountPerBoost)
updateCanCompoundOrStakeMore(bool compoundEnabled)
updateExitPenalty(uint256 newPenaltyPerc)
updateLockDuration(uint256 daysForLock)
withdraw()
Compound(address indexed user)
Deposit(address indexed user, uint256 amount)
EmergencyWithdraw(address indexed user, uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Withdraw(address indexed user, uint256 amount)
constructor(address _tokenAddress, uint256 _apr, uint256 _lockDurationInDays, uint256 _exitPenaltyPerc, bool _canCompoundOrStakeMore)
This contract contains no fallback and receive objects.
This contract contains no error objects.