DaoStakeContract
Verified contract
Active on
Ethereum with 903 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($466.24)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
PHNX | ERC-20 | 2.604098M | $0.000179 |
$466.24 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16906360 | 2 years ago | | | 0 | 0.0014654726 | |
| 16846024 | 2 years ago | | | 0 | 0.0011674511 | |
| 16171415 | 2 years ago | | | 0 | 0.0010433351 | |
| 16166745 | 2 years ago | | | 0 | 0.00096079085 | |
| 16005411 | 2 years ago | | | 0 | 0.00073449786 | |
| 15982383 | 2 years ago | | | 0 | 0.0011713412 | |
| 15742828 | 2 years ago | | | 0 | 0.0012131053 | |
| 15666023 | 2 years ago | | | 0 | 0.00067654688 | |
| 15640796 | 2 years ago | | | 0 | 0.0016916304 | |
| 15609407 | 2 years ago | | | 0 | 0.00032061728 |
ABI
ABI objects
Getter at block 21091272
getTotalrewardTokens() view returns (uint256)
193103188357585447576065
maxStakedQuantity() view returns (uint256)
20000000000000000000000
owner() view returns (address)
0x57514dbf040afcf5573ca7fbb8cc6874cd5bb30c
paused() view returns (bool)
false
phnxContractAddress() view returns (address)
0x38a2fdc11f526ddd5a607c1f251c065f40fbf2f7
ratio() view returns (uint256)
547945205479452
stakeDays() view returns (uint256)
365
totalStakedTokens() view returns (uint256)
2410994798810414708284779
Read-only
stakerBalance(address) view returns (uint256)
stakerData(uint256) view returns (uint256 altQuantity, uint256 initiationTimestamp, uint256 durationTimestamp, uint256 rewardAmount, address staker)
State-modifying
Events pause()
renounceOwnership()
setPheonixContractAddress(address _address)
stakeALT(uint256 _altQuantity, uint256 _days) returns (uint256 rewardAmount)
transferOwnership(address newOwner)
unPause()
unstakeALT(uint256[] _expiredTimestamps, uint256 _amount) returns (uint256)
updateQuantity(uint256 _quantity)
updateRatio(uint256 _rate)
updateTime(uint256 _time)
updatestakeDays(uint256 _stakeDays)
withdrawTokens()
BaseInterestUpdated(uint256 _newRate, uint256 _oldRate)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
StakeCompleted(uint256 altQuantity, uint256 initiationTimestamp, uint256 durationTimestamp, uint256 rewardAmount, address staker, address phnxContractAddress, address portalAddress)
Unpaused(address account)
Unstake(address staker, address stakedToken, address portalAddress, uint256 altQuantity, uint256 durationTimestamp)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.