TimeAllyPET
Verified contract
Active on
Ethereum with 481 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xef13…f574
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ES | ERC-20 | 19.86309M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20453088 | 4 months ago | | | 0 | 0.000088885000 | |
| 20453012 | 4 months ago | | | 0 | 0.000088885000 | |
| 10567266 | 4 years ago | | | 0 | 0.0090000120 | |
| 10549851 | 4 years ago | | | 0 | 0.0045247500 | |
| 10549588 | 4 years ago | | | 0 | 0.0041919500 | |
| 10543282 | 4 years ago | | | 0 | 0.028211166 | |
| 10542951 | 4 years ago | | | 0 | 0.012076125 | |
| 10542157 | 4 years ago | | | 0 | 0.014620452 | |
| 10541931 | 4 years ago | | | 0 | 0.0091123050 | |
| 10541309 | 4 years ago | | | 0 | 0.0070332400 |
ABI
ABI objects
Getter at block 21282104
deployer() view returns (address)
0x2b765725f12bbd98991f06abe65486bc841e6ba3
fundsBucket() view returns (address)
0x56bce3b81e04497a154cfbf5a2c3fdfbd5c1bd63
token() view returns (address)
0xef1344bdf80bef3ff4428d8becec3eea4a2cf574
Read-only
calculatePowerBoosterAmount(address _stakerAddress, uint256 _petId) view returns (uint256)
getDepositMonth(address _stakerAddress, uint256 _petId) view returns (uint256)
getMonthlyDepositedAmount(address _stakerAddress, uint256 _petId, uint256 _monthId) view returns (uint256)
getNomineeAllowedTimestamp(address _stakerAddress, uint256 _petId, uint256 _annuityMonthId) view returns (uint256)
getSumOfMonthlyAnnuity(address _stakerAddress, uint256 _petId, uint256 _startAnnuityMonthId, uint256 _endAnnuityMonthId) view returns (uint256)
petPlans(uint256) view returns (bool isPlanActive, uint256 minimumMonthlyCommitmentAmount, uint256 monthlyBenefitFactorPerThousand)
pets(address, uint256) view returns (uint256 planId, uint256 monthlyCommitmentAmount, uint256 initTimestamp, uint256 lastAnnuityWithdrawlMonthId, uint256 appointeeVotes, uint256 numberOfAppointees)
prepaidES(address) view returns (uint256)
viewAppointation(address _stakerAddress, uint256 _petId, address _appointeeAddress) view returns (bool)
viewNomination(address _stakerAddress, uint256 _petId, address _nomineeAddress) view returns (bool)
State-modifying
Events addToPrepaid(uint256 _amount)
appointeeVote(address _stakerAddress, uint256 _petId)
createPETPlan(uint256 _minimumMonthlyCommitmentAmount, uint256 _monthlyBenefitFactorPerThousand)
makeDeposit(address _stakerAddress, uint256 _petId, uint256 _depositAmount, bool _usePrepaidES)
makeFrequencyModeDeposit(address _stakerAddress, uint256 _petId, uint256 _totalDepositAmount, uint256 _frequencyMode, bool _usePrepaidES)
newPET(uint256 _planId, uint256 _monthlyCommitmentAmount)
sendPrepaidESDifferent(address[] _addresses, uint256[] _amounts)
toogleAppointee(uint256 _petId, address _appointeeAddress, bool _newAppointeeStatus)
toogleNominee(uint256 _petId, address _nomineeAddress, bool _newNomineeStatus)
updatePlanStatus(uint256 _planId, bool _newStatus)
withdrawAnnuity(address _stakerAddress, uint256 _petId, uint256 _endAnnuityMonthId)
withdrawPowerBooster(address _stakerAddress, uint256 _petId, uint256 _powerBoosterId)
AnnuityWithdrawl(address indexed _staker, uint256 indexed _petId, uint256 _fromMonthId, uint256 _toMonthId, uint256 _withdrawlAmount, address _withdrawnBy)
AppointeeUpdated(address indexed _staker, uint256 indexed _petId, address indexed _appointeeAddress, bool _appointeeStatus)
AppointeeVoted(address indexed _staker, uint256 indexed _petId, address indexed _appointeeAddress)
BoosterBurn(address _staker, uint256 _petId, uint256 _burningAmount)
NewDeposit(address indexed _staker, uint256 indexed _petId, uint256 _monthId, uint256 _depositAmount, address _depositedBy, bool _usingPrepaidES)
NewPET(address indexed _staker, uint256 _petId, uint256 _monthlyCommitmentAmount)
NewPETPlan(uint256 _minimumMonthlyCommitmentAmount, uint256 _monthlyBenefitFactorPerThousand, uint256 _petPlanId)
NomineeUpdated(address indexed _staker, uint256 indexed _petId, address indexed _nomineeAddress, bool _nomineeStatus)
PowerBoosterWithdrawl(address indexed _staker, uint256 indexed _petId, uint256 _powerBoosterId, uint256 _withdrawlAmount, address _withdrawnBy)
constructor(address _token)
This contract contains no fallback and receive objects.
This contract contains no error objects.