0x2d8920634cc6a153e3260cc6d09118cf9d7fbe56
Unverified contract
Proxy
Active on
Base with 1,035 txns
Unified storage
Map
Table
Raw
Constants and immutables
0
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x1234…0927
Balances ($58,022.62)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
DPAD | ERC-20 | 8.694285M | $0.006674 |
$58,022.62 | |
USA | ERC-20 | 1 | $0.00058 |
$0 | |
LZPZ | ERC-20 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 23152499 | 12 hours ago | | | 0 | 0.0000076358889 | |
| 23110103 | a day ago | | | 0 | 0.0000048782032 | |
| 23110087 | a day ago | | | 0 | 0.0000048776097 | |
| 23053339 | 3 days ago | | | 0 | 0.0000043139964 | |
| 23048104 | 3 days ago | | | 0 | 0.0000057328033 | |
| 22935748 | 6 days ago | | | 0 | 0.0000041047412 | |
| 22935468 | 6 days ago | | | 0 | 0.0000041047412 | |
| 22935293 | 6 days ago | | | 0 | 0.0000046565510 | |
| 22935173 | 6 days ago | | | 0 | 0.0000042240032 | |
| 22935145 | 6 days ago | | | 0 | 0.0000078228875 |
ABI
ABI objects
Getter at block 23174458
lastSeasonId() view returns (uint256)
3
minAmount() view returns (uint256)
10069000000000000000000
owner() view returns (address)
0xd611be9a6ec0aa4a4566a736b96caf5160d2dd6e
Read-only
getAllUsers(uint256 seasonId) view returns (address[])
getRangeUsers(uint256 seasonId, uint256 startIndex, uint256 endIndex) view returns (address[])
getSeasonInfos(uint256[] seasonIds) view returns (struct IDpadStakingSeasonInfo[])
getUserStakeInfos(uint256 seasonId, address[] _users) view returns (struct IDpadStakingStakeInfo[])
seasons(uint256) view returns (uint256 startTime, uint256 snapshotTime, uint256 totalAmount, uint256 totalPoint, string title)
userStakes(uint256, address) view returns (uint256 amount, uint256 currentPointStored, uint256 expectedPointStored, uint256 lastUpdateTime)
State-modifying
Events createSeason(uint256 startTime, string title)
initialize(uint256 _minAmount, address _owner, address _dpad)
migrate(uint256 beforeSeasonId, address[] _users)
renounceOwnership()
setMinAmount(uint256 _newMinAmount)
snapshotSeason(uint256 seasonId, uint256 snapshotTime)
stake(uint256 amount)
transferOwnership(address newOwner)
unstake(uint256 seasonId, uint256 amount)
CreateSeason(uint256 seasonId, uint256 startTime, string title)
Initialized(uint64 version)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SetMinAmount(uint256 oldAmount, uint256 newAmount)
SnapsnotSeason(uint256 seasonId, uint256 snapshotTime)
Stake(address user, uint256 stakedAmount, uint256 newPoint)
Unstake(address user, uint256 unstakedAmount, uint256 newPoint)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
InvalidInitialization()
NotInitializing()
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)