TransparentUpgradeableProxy
Verified contract
Proxy
Active on
Ethereum with 19,359 txns
Unified storage
Map
Table
Raw
Constants and immutables
3
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xb048…432c
-
variable spans 49 additional slots
Balances ($2,598,473.60)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
DOP | ERC-20 | 1.539344B | $0.001688 |
$2,598,473.6 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21269579 | 42 minutes ago | | | 0 | 0.00087811403 | |
| 21269196 | 2 hours ago | | | 0 | 0.0012874857 | |
| 21269073 | 2 hours ago | | | 0 | 0.00098416257 | |
| 21268472 | 4 hours ago | | | 0 | 0.0025640897 | |
| 21268442 | 5 hours ago | | | 0 | 0.00087529404 | |
| 21267373 | 8 hours ago | | | 0 | 0.0011264714 | |
| 21267361 | 8 hours ago | | | 0 | 0.0010221971 | |
| 21267353 | 8 hours ago | | | 0 | 0.0010338636 | |
| 21265824 | 13 hours ago | | | 0 | 0.0035058998 | |
| 21265201 | 15 hours ago | | | 0 | 0.0017927360 |
ABI
ABI objects
Getter at block 21269784
DOP_TOKEN() view returns (address)
0x97a9a15168c22b3c137e6381037e1499c8ad0978
END_TIME() view returns (uint256)
1748546940
REWARD_RATE() view returns (uint256)
6659056316590563165
claiming() view returns (address)
0xb0486420ceb01fde5d0b874740dca38940aa432c
lastTimeRewardApplicable() view returns (uint256)
1732598291
lastUpdateTime() view returns (uint256)
1732595807
owner() view returns (address)
0x919a77d0442155dedd546cbc933101fccfbdf6af
paused() view returns (bool)
false
rewardPerToken() view returns (uint256)
3407674771215301067
rewardPerTokenStored() view returns (uint256)
3407664025116513586
rewardWallet() view returns (address)
0x10ac42537ba4ab9ff6a99dbf32dacf6bac2e950a
totalStaked() view returns (uint256)
1539265199169770755596152606
Read-only
getReward(address staker) view returns (uint256)
rewards(address staker) view returns (uint256 rewards)
stakerRewardPerTokenPaid(address staker) view returns (uint256 rewardPerTokenPaid)
stakes(address staker) view returns (uint256 amount, uint256 restakedAmount, uint256 claimTime)
State-modifying
Events claim()
claimAndRestake()
initialize(address initOwner, address initRewardWallet, uint256 initStartTime)
pause()
renounceOwnership()
requestUnstake(uint256 amount)
stake(uint256 amount)
transferOwnership(address newOwner)
unpause()
updateClaiming(address newClaiming)
updateRewardWallet(address newRewardWallet)
AdminChanged(address previousAdmin, address newAdmin)
Upgraded(address indexed implementation)
Claimed(address indexed staker, uint256 reward)
ClaimingUpdated(address indexed oldClaiming, address indexed newClaiming)
Initialized(uint64 version)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
Restaked(address indexed staker, uint256 amount, uint256 claimTime)
RewardWalletUpdated(address indexed oldRewardWallet, address indexed newRewardWallet)
Staked(address indexed staker, uint256 amount, uint256 claimTime)
Unpaused(address account)
UnstakeRequested(address indexed staker, uint256 amount)
constructor(address _logic, address initialOwner, bytes _data)
fallback()
AddressEmptyCode(address target)
ERC1967InvalidAdmin(address admin)
ERC1967InvalidImplementation(address implementation)
ERC1967NonPayable()
FailedInnerCall()
ProxyDeniedAdminAccess()
AddressEmptyCode(address target)
AddressInsufficientBalance(address account)
ClaimTimeNotReached()
EnforcedPause()
ExpectedPause()
FailedInnerCall()
IdenticalVariableAssignment()
InvalidAddress()
InvalidAmount()
InvalidInitialization()
InvalidRequestUnstake(address staker, uint256 amount)
NoRewardToClaim()
NotInitializing()
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)
ReentrancyGuardReentrantCall()
SafeERC20FailedOperation(address token)