Illuminati
Verified contract
Active on
Ethereum with 22 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 "Illuminati"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20149968 | 5 months ago | | | 0 | 0.00032823426 | |
| 20149960 | 5 months ago | | | 0 | 0.000092363377 | |
| 20149939 | 5 months ago | | | 0 | 0.00034226331 | |
| 20149939 | 5 months ago | | | 0 | 0.00034226331 | |
| 20149939 | 5 months ago | | | 0 | 0.00034226331 | |
| 20149937 | 5 months ago | | | 0 | 0.000050666158 | |
| 20149934 | 5 months ago | | | 0 | 0.00014087249 | |
| 20149934 | 5 months ago | | | 0 | 0.00014087249 | |
| 20149934 | 5 months ago | | | 0 | 0.00014087249 | |
| 20149934 | 5 months ago | | | 0 | 0.00014087249 |
ABI
ABI objects
Getter at block 21321863
decimals() view returns (uint8)
18
launched() view returns (bool)
true
lpPair() view returns (address)
0x7b2b2401ce18ab10c7b968d445a0769c68565b5a
maxWalletPct() view returns (uint256)
3
name() view returns (string)
Illuminati
owner() view returns (address)
0x0000000000000000000000000000000000000000
symbol() view returns (string)
LUMI
totalSupply() view returns (uint256)
100000000000000000000000000
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)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
launch()
renounceOwnership()
setExclusion(address account, bool status)
setLpPair(address _lpPair)
setMaxWalletPct(uint256 _maxWalletPct)
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(bytes32 _hash)
This contract contains no fallback and receive objects.
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)