Lumia Token
Verified contract
Active on
Ethereum with 696 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 "Lumia Token"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21161304 | 23 minutes ago | | | 0 | 0.00032578080 | |
| 21161072 | an hour ago | | | 0 | 0.00064815646 | |
| 21161010 | an hour ago | | | 0 | 0.00058514142 | |
| 21160967 | 2 hours ago | | | 0 | 0.00077949961 | |
| 21160965 | 2 hours ago | | | 0 | 0.00076843240 | |
| 21160962 | 2 hours ago | | | 0 | 0.00075281921 | |
| 21160362 | 4 hours ago | | | 0 | 0.00066095509 | |
| 21159813 | 5 hours ago | | | 0 | 0.00071144611 | |
| 21159791 | 5 hours ago | | | 0 | 0.0012201892 | |
| 21159614 | 6 hours ago | | | 0 | 0.0015069622 |
ABI
ABI objects
Getter at block 21161417
cap() view returns (uint256)
238888888000000000000000000
decimals() view returns (uint8)
18
name() view returns (string)
Lumia Token
owner() view returns (address)
0xb10b260fbf5f33cc5ff81761e090aecdffcb1fd5
symbol() view returns (string)
LUMIA
totalSupply() view returns (uint256)
238888888000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
minters(address) view returns (bool)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
burn(uint256 amount)
burnFrom(address account, uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(address to, uint256 amount)
renounceOwnership()
toggleMinter(address minter)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
Mint(address to, uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
ToggleMinter(address account, bool isMinter)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address _owner)
This contract contains no fallback and receive objects.
NotAMinter()