Wrapped Lunar
Verified contract
Active on
Ethereum with 1,290 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 |
---|---|---|---|---|---|
LUNA | ERC-20 | 18.828573 | $0.000045 |
$0 | |
LUNA | ERC-20 | 279 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21228567 | 3 hours ago | | | 0 | 0.00051597031 | |
| 21132585 | 14 days ago | | | 0 | 0.0010749437 | |
| 21120884 | 15 days ago | | | 0 | 0.00022384252 | |
| 21115850 | 16 days ago | | | 0 | 0.00042831646 | |
| 21027226 | a month ago | | | 0 | 0.00049943373 | |
| 20903713 | a month ago | | | 0 | 0.00036541117 | |
| 20863939 | 2 months ago | | | 0 | 0.00081140281 | |
| 20710058 | 2 months ago | | | 0 | 0.000069683580 | |
| 20564922 | 3 months ago | | | 0 | 0.00011925015 | |
| 20547868 | 3 months ago | | | 0 | 0.00012421662 |
ABI
ABI objects
Getter at block 21229539
lunar() view returns (address)
0x43fb95c7afa1ac1e721f33c695b2a0a94c7ddab2
name() view returns (string)
Wrapped Lunar
owner() view returns (address)
0x070dcb7ba170091f84783b224489aa8b280c1a30
symbol() view returns (string)
WLUNA
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
reservations(uint256) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
mint(uint256 id)
renounceOwnership()
reserveNFT(uint256 id)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string newBaseURI)
transferFrom(address from, address to, uint256 tokenId)
withdraw(uint256 id)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.