Wrapped Staked ALD Token
Verified contract
Active on
Ethereum with 190 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
xALD | ERC-20 | 78.459388M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21307361 | a day ago | | | 0 | 0.00056153500 | |
| 21298825 | 2 days ago | | | 0 | 0.00039010834 | |
| 21250542 | 9 days ago | | | 0 | 0.00090052044 | |
| 21227476 | 12 days ago | | | 0 | 0.00039825428 | |
| 21205011 | 15 days ago | | | 0 | 0.00054992159 | |
| 21200887 | 16 days ago | | | 0 | 0.00070951395 | |
| 21100761 | a month ago | | | 0 | 0.00026443193 | |
| 21041289 | a month ago | | | 0 | 0.00024883323 | |
| 21006163 | a month ago | | | 0 | 0.00040614601 | |
| 20997403 | a month ago | | | 0 | 0.00020248112 |
ABI
ABI objects
Getter at block 21315462
XALDPerToken() view returns (uint256)
1297782651204488142
decimals() view returns (uint8)
18
name() view returns (string)
Wrapped Staked ALD Token
symbol() view returns (string)
wxALD
tokensPerXALD() view returns (uint256)
770545051647814541
totalSupply() view returns (uint256)
60456493345231131675703439
xALD() view returns (address)
0xb13b85363a25c7361877eebaecced99e353f2af9
Read-only
XALDToWrappedXALD(uint256 _xALDAmount) view returns (uint256)
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
wrappedXALDToXALD(uint256 _wxALDAmount) 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)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
unwrap(uint256 _wxALDAmount) returns (uint256)
wrap(uint256 _xALDAmount) returns (uint256)
Approval(address indexed owner, address indexed spender, uint256 value)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address _xALD)
This contract contains no fallback and receive objects.
This contract contains no error objects.