AscendStaking
Verified contract
Active on
Ethereum with 607 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($290.12)
Native
Value
$290.12
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.073179 | $3,964.47 |
$290.12 | |
ASC | ERC-20 | 1.09151B | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19499542 | 9 months ago | | | 0 | 0.0019373797 | |
| 19499526 | 9 months ago | | | 0 | 0.0021217075 | |
| 19492485 | 9 months ago | | | 0 | 0.0033026696 | |
| 19433026 | 9 months ago | | | 0 | 0.0041137459 | |
| 19433023 | 9 months ago | | | 0 | 0.0083708138 | |
| 19418389 | 9 months ago | | | 0 | 0.0055439321 | |
| 19417450 | 9 months ago | | | 0 | 0.0061893795 | |
| 19414507 | 9 months ago | | | 0 | 0.0063066770 | |
| 19411154 | 9 months ago | | | 0 | 0.0055458241 | |
| 19411151 | 9 months ago | | | 0 | 0.012279920 |
ABI
ABI objects
Getter at block 21387146
ascendToken() view returns (address)
0x17f8e6694080c07d7414c918dd9b9c32a2981ea1
dexRouter() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
getNumberOfDividends() view returns (uint256)
1091510170614602376856690435
getTotalDividendsDistributed() view returns (uint256)
8475000000000000000
owner() view returns (address)
0x38bc4f0ebd0ec150d74eb710976a0cb0b4dca8d7
stakingOpen() view returns (bool)
true
totalBalance() view returns (uint256)
1091510170614602376856690435
totalDividendsDistributed() view returns (uint256)
8475000000000000000
Read-only
accumulativeDividendOf(address _owner) view returns (uint256)
dividendOf(address _owner) view returns (uint256)
dividendTokenBalanceOf(address account) view returns (uint256)
getAccount(address _account) view returns (address account, uint256 withdrawableDividends, uint256 totalDividends, uint256 balance)
getExpectedCompoundOutputByEthAmount(uint256 rewardAmount) view returns (uint256)
getExpectedCompoundOutputByWallet(address wallet) view returns (uint256)
holderBalance(address) view returns (uint256)
withdrawableDividendOf(address _owner) view returns (uint256)
withdrawnDividendOf(address _owner) view returns (uint256)
State-modifying
Events buyAscendWithRewards(uint256 minOutput, bool compound)
claim()
deposit(uint256 _amount)
distributeDividends() payable
renounceOwnership()
setStakingOpen(bool _stakingOpen)
transferOwnership(address newOwner)
withdraw(uint256 _amount)
withdrawAll()
withdrawDividend()
Claim(address indexed account, uint256 amount, bool indexed automatic)
Deposit(address indexed user, uint256 amount)
DividendWithdrawn(address indexed to, uint256 weiAmount)
DividendsDistributed(address indexed from, uint256 weiAmount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Withdraw(address indexed user, uint256 amount)
constructor(address _ascendToken)
receive()
This contract contains no error objects.