Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 4 additional slots
Balances ($2,309.86)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
PONZIE | ERC-20 | 1.485931M | $0.001554 |
$2,309.86 | |
UNI-V2 | ERC-20 | 1.295688K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21193603 | 17 days ago | | | 0 | 0.0026146888 | |
| 21193552 | 17 days ago | | | 0 | 0.0031320243 | |
| 21193544 | 17 days ago | | | 0 | 0.0060878154 | |
| 21192873 | 17 days ago | | | 0 | 0.0026826191 | |
| 21188539 | 18 days ago | | | 0 | 0.0086883650 | |
| 21171985 | 20 days ago | | | 0 | 0.0036800163 | |
| 21171980 | 20 days ago | | | 0 | 0.0040561941 | |
| 21159625 | 22 days ago | | | 0 | 0.0026494577 | |
| 21159578 | 22 days ago | | | 0 | 0.0056931443 | |
| 21136257 | 25 days ago | | | 0 | 0.0045288301 |
ABI
ABI objects
Getter at block 21315037
LP() view returns (address)
0xde9a750a41006a8be8fe77d83709f3c648da297c
PONZIE() view returns (address)
0x4166673521e31ed98801e45e8b068b4bc227a110
contractWeight() view returns (uint256 contractWeight_)
3124153492261304508012
currentEpoch() view returns (uint256 totalToDistribute, uint256 totalClaimed, uint256 startTime, uint256 endTime, uint256 weightAtEnd)
(totalToDistribute=231659048198340198763815, totalClaimed=0, startTime=1731618743, endTime=1732050743, weightAtEnd=0)
epochId() view returns (uint256)
6
epochLength() view returns (uint256)
432000
lastInteraction() view returns (uint256)
1731679871
owner() view returns (address)
0x254f26effaf0959f0a19a25db3921a8eae373d3e
pendingRewards() view returns (uint256 pendingRewards_)
349702525144731245462830
percentToDistribute() view returns (uint256)
50
timeToDouble() view returns (uint256)
2592000
totalStaked() view returns (uint256)
1295687631047877293518
unclaimedRewards() view returns (uint256)
1136228109812433990947813
Read-only
claimAmountForEpoch(address _user, uint256 _epochId) view returns (uint256 claimable_)
claimLeftOff(address) view returns (uint256)
contractWeightAtEpoch(uint256 _epochId) view returns (uint256 contractWeight_)
epoch(uint256) view returns (uint256 totalToDistribute, uint256 totalClaimed, uint256 startTime, uint256 endTime, uint256 weightAtEnd)
epochLeftOff(address) view returns (uint256)
stakeDetails(address) view returns (uint256 amountStaked, uint256 lastInteraction, uint256 weightAtLastInteraction)
userClaimedEpoch(address, uint256) view returns (bool)
userTotalWeight(address _user) view returns (uint256 userWeight_)
userWeightAtEpoch(address _user, uint256 _epochId) view returns (uint256 userWeight_)
State-modifying
Events claim(uint256 _epochsToClaim)
distribute()
setPercentToDistribute(uint256 _newPercent)
stake(uint256 _amount)
transferOwnership(address _newOwner)
unstake(uint256 _amount)
update(uint256 _epochsToUpdate)
updateEpochLength(uint256 _epochLength)
withdrawStuckEth(address toAddr)
Claimed(address staker, uint256 claimedTill, uint256 indexed claimed)
DistributionPercentUpdated(uint256 indexed previousDistributionPercent, uint256 indexed newDistributionPercent)
EpochLengthUpdated(uint256 indexed previousEpochLength, uint256 indexed newEpochLength)
Staked(address to, uint256 indexed newStakeAmount, uint256 indexed newWeightAmount)
Unstaked(address staker, uint256 indexed amountUnstaked)
constructor(address _PONZIE)
receive()
ClaimedUpToEpoch()
InvalidAmount()
InvalidDistributionPercent()
InvalidEpoch()
MoreThanBalance()
NotOwner()
ZeroAddress()