staked ALD Token
Verified contract
Active on
Ethereum with 82 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "staked ALD Token"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19459933 | 9 months ago | | | 0 | 0.0010367739 | |
| 19302339 | 9 months ago | | | 0 | 0.00089902400 | |
| 18932674 | a year ago | | | 0 | 0.00067231950 | |
| 18819383 | a year ago | | | 0 | 0.0020788666 | |
| 18803243 | a year ago | | | 0 | 0.0016546830 | |
| 18751119 | a year ago | | | 0 | 0.00098065364 | |
| 18351620 | a year ago | | | 0 | 0.00032097202 | |
| 18307159 | a year ago | | | 0 | 0.00041398600 | |
| 17656577 | a year ago | | | 0 | 0.00060482863 | |
| 17270105 | 2 years ago | | | 0 | 0.0017676035 |
ABI
ABI objects
Getter at block 21321927
decimals() pure returns (uint8)
18
name() pure returns (string)
staked ALD Token
staking() view returns (address)
0x71072bd71cc4f83154f1f77b4bd5e2d71bd6aa2c
symbol() pure returns (string)
xALD
totalShares() view returns (uint256)
68459069982962813380546177
totalSupply() view returns (uint256)
88844993341483072861593627
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _account) view returns (uint256)
getALDByShares(uint256 _sharesAmount) view returns (uint256)
getSharesByALD(uint256 _aldAmount) view returns (uint256)
sharesOf(address _account) view returns (uint256)
State-modifying
Events approve(address _spender, uint256 _amount) returns (bool)
decreaseAllowance(address _spender, uint256 _subtractedValue) returns (bool)
increaseAllowance(address _spender, uint256 _addedValue) returns (bool)
initialize(address _staking)
rebase(uint256 epoch, uint256 profit)
stake(address _recipient, uint256 _aldAmount)
transfer(address _recipient, uint256 _amount) returns (bool)
transferFrom(address _sender, address _recipient, uint256 _amount) returns (bool)
unstake(address _account, uint256 _xALDAmount)
Approval(address indexed owner, address indexed spender, uint256 value)
BurnShare(address account, uint256 share)
MintShare(address recipient, uint256 share)
Rebase(uint256 epoch, uint256 profit)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.