Luna Inu
Unverified contract
Proxy
Active on
Base with 203 txns
Unified storage
Map
Table
Raw
Constants and immutables
0
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 |
---|---|---|---|---|---|
LZPZ | ERC-20 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21721143 | 2 days ago | | | 0 | 4.8735235e-7 | |
| 21677017 | 3 days ago | | | 0 | 4.8875025e-7 | |
| 21421511 | 9 days ago | | | 0 | 1.5367065e-7 | |
| 21117115 | 16 days ago | | | 0 | 4.8973631e-7 | |
| 21064781 | 17 days ago | | | 0 | 4.8456343e-7 | |
| 20800958 | 23 days ago | | | 0 | 2.4147925e-7 | |
| 20667003 | a month ago | | | 0 | 3.4315354e-7 | |
| 20652068 | a month ago | | | 0 | 1.8646599e-7 | |
| 20650436 | a month ago | | | 0 | 1.5246791e-7 | |
| 20436465 | a month ago | | | 0 | 4.5499786e-7 |
ABI
ABI objects
Getter at block 21801199
DOMAIN_SEPARATOR() view returns (bytes32)
0x46bc9c2c4ea621af0f968fe99ca761de168b0df940dd620bc019fdd68b5fdb54
decimals() view returns (uint8)
18
interchainTokenId() view returns (bytes32)
0xc782d94448ea8810ab17d32c354f84e8adc70a88c9bb1dfd8ccf8a3ca5a44acb
interchainTokenService() view returns (address)
0xb5fb4be02232b1bba4dc8f81dc24c26980de9e3c
name() view returns (string)
Luna Inu
nameHash() view returns (bytes32)
0x69654c190e1d8fe37e67455e6de1d04313a7562bcd79937ad504d2f3dabc01bc
symbol() view returns (string)
LINU
totalSupply() view returns (uint256)
2028736055417380608874535947043
Read-only
allowance(address, address) view returns (uint256)
balanceOf(address) view returns (uint256)
hasRole(address account, uint8 role) view returns (bool)
isMinter(address addr) view returns (bool)
nonces(address) view returns (uint256)
State-modifying
Events acceptMintership(address fromMinter)
approve(address spender, uint256 amount) returns (bool)
burn(address account, uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
init(bytes32 tokenId_, address minter, string tokenName, string tokenSymbol, uint8 tokenDecimals)
interchainTransfer(string destinationChain, bytes recipient, uint256 amount, bytes metadata) payable
interchainTransferFrom(address sender, string destinationChain, bytes recipient, uint256 amount, bytes metadata) payable
mint(address account, uint256 amount)
permit(address issuer, address spender, uint256 value, uint256 deadline, uint8 v, bytes32 r, bytes32 s)
proposeMintership(address minter_)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferMintership(address minter_)
Approval(address indexed owner, address indexed spender, uint256 value)
RolesAdded(address indexed account, uint256 accountRoles)
RolesProposed(address indexed fromAccount, address indexed toAccount, uint256 accountRoles)
RolesRemoved(address indexed account, uint256 accountRoles)
Transfer(address indexed from, address indexed to, uint256 value)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
AlreadyInitialized()
InterchainTokenServiceAddressZero()
InvalidAccount()
InvalidProposedRoles(address fromAccount, address toAccount, uint256 accountRoles)
InvalidS()
InvalidSignature()
InvalidV()
MissingAllRoles(address account, uint256 accountRoles)
MissingAnyOfRoles(address account, uint256 accountRoles)
MissingRole(address account, uint8 role)
PermitExpired()
TokenIdZero()
TokenNameEmpty()
TokenSymbolEmpty()