Wrapped LUNA Token
Verified contract
Active on
Ethereum with 326,877 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($26,199.60)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
LUNA | ERC-20 | 403.751111M | $0.000052 |
$21,015.25 | |
SHIB | ERC-20 | 50.017259M | $0.000025 |
$1,256.93 | |
USDT | ERC-20 | 1.083212K | $1.00 |
$1,083.21 | |
AGIX | ERC-20 | 856 | $0.682254 |
$584.01 | |
UST | ERC-20 | 20K | $0.024252 |
$485.03 | |
UST | ERC-20 | 15.896205K | $0.024581 |
$390.75 | |
0x9f8f…79a2 | ERC-20 | 0.20029 | $1,832.16 |
$366.96 | |
WETH | ERC-20 | 0.1 | $3,444.29 |
$344.43 | |
USDC | ERC-20 | 218.692893 | $0.999974 |
$218.69 | |
LUNA | ERC-20 | 1.528865M | $0.00012 |
$183.05 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21269055 | 26 minutes ago | | | 0 | 0.00042558341 | |
| 21268932 | an hour ago | | | 0 | 0.00031431198 | |
| 21268895 | an hour ago | | | 0 | 0.00030262734 | |
| 21268274 | 3 hours ago | | | 0 | 0.00039265865 | |
| 21268093 | 4 hours ago | | | 0 | 0.00022295050 | |
| 21268091 | 4 hours ago | | | 0 | 0.00042685446 | |
| 21268066 | 4 hours ago | | | 0 | 0.00039552961 | |
| 21267989 | 4 hours ago | | | 0 | 0.00048605064 | |
| 21267905 | 4 hours ago | | | 0 | 0.00068756066 | |
| 21267720 | 5 hours ago | | | 0 | 0.00043710496 |
ABI
ABI objects
Getter at block 21269179
decimals() view returns (uint8)
18
name() view returns (string)
Wrapped LUNA Token
owner() view returns (address)
0x9123077acafb3d743c68418304b2a11566cc1175
symbol() view returns (string)
LUNA
totalSupply() view returns (uint256)
251968489183921314833155193160
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
burn(uint256 amount, bytes32 to)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(address account, uint256 amount)
renounceOwnership()
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
Burn(address indexed _sender, bytes32 indexed _to, uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.