Lumina Bot
Verified contract
Active on
Ethereum with 577 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 "Lumina Bot"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20161191 | 5 months ago | | | 0 | 0.00012294424 | |
| 19821683 | 7 months ago | | | 0 | 0.00033016916 | |
| 19350687 | 9 months ago | | | 0 | 0.0017603116 | |
| 19201601 | 10 months ago | | | 0 | 0.0014338896 | |
| 18996629 | a year ago | | | 0 | 0.00070888058 | |
| 18951322 | a year ago | | | 0 | 0.00059783350 | |
| 18789287 | a year ago | | | 0 | 0.0013416800 | |
| 18628227 | a year ago | | | 0 | 0.0024567920 | |
| 18476186 | a year ago | | | 0 | 0.00038914226 | |
| 18458615 | a year ago | | | 0 | 0.00075593600 |
ABI
ABI objects
Getter at block 21297424
burnWalletAddress() view returns (address)
0x667392b79e93e6d1185b6475629b529a9474fe93
decimals() view returns (uint8)
18
distFeeWalletAddress() view returns (address)
0x31cbcecabc13ba9b3aa939899c9391aa7f608f4b
fee() view returns (uint256)
250
initialized() view returns (bool)
true
luminaFeeWalletAddress() view returns (address)
0xcde5f9e5f464d54118d6ddd63db78cb8fce9fe9b
name() view returns (string)
Lumina Bot
owner() view returns (address)
0x0000000000000000000000000000000000000000
pairAddr() view returns (address)
0xa028651530e3b81f74ed023583ffd840d34cec5f
symbol() view returns (string)
LBOT
totalSupply() view returns (uint256)
21726037385991123099752
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isExcludedFromFee(address account) 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)
excludeFromFee(address account)
includeInFee(address account)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
initialize()
renounceOwnership()
setBurnWalletAddress(address _addr)
setDistFeeWalletAddress(address _addr)
setFeePercent(uint256 _fee)
setLuminaFeeWalletAddress(address _addr)
setPair(address _pair)
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)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address _luminaFeeWalletAddress, address _distFeeWalletAddress, address _burnWalletAddress, address _router)
This contract contains no fallback and receive objects.
This contract contains no error objects.