Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.33)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
BENTO | ERC-20 | 36.5M | $0.00 |
$0.33 | |
USA | ERC-20 | 1 | $0.000717 |
$0 | |
OHNO | ERC-20 | 3 | -- | -- | |
LZPZ | ERC-20 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22891115 | 3 hours ago | | | 0 | 7.4719620e-7 | |
| 22887559 | 5 hours ago | | | 0 | 5.7695078e-7 | |
| 22885505 | 7 hours ago | | | 0 | 5.7925185e-7 | |
| 22881063 | 9 hours ago | | | 0 | 5.7650826e-7 | |
| 22878884 | 10 hours ago | | | 0 | 5.7562324e-7 | |
| 22875479 | 12 hours ago | | | 0 | 0.000000306280386925 | |
| 22869224 | 16 hours ago | | | 0 | 5.7562324e-7 | |
| 22867381 | 17 hours ago | | | 0 | 5.7945835e-7 | |
| 22867076 | 17 hours ago | | | 0 | 0.0000010047494 | |
| 22848821 | a day ago | | | 0 | 5.8491597e-7 |
ABI
ABI objects
Getter at block 22897398
decimals() view returns (uint8)
18
deployDate() view returns (uint256)
1711945885
maxTokenPerWallet() view returns (uint256)
0
name() view returns (string)
Luneko
owner() view returns (address)
0x0000000000000000000000000000000000000000
symbol() view returns (string)
LUNE
totalSupply() view returns (uint256)
21000000000000000000000000
whaleGuardActive() view returns (bool)
false
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isExcludedFromAntiWhale(address account) view returns (bool)
State-modifying
Events abolishWalletLimit()
approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
renounceOwnership()
setIsExcludedFromAntiWhale(address account, bool excluded)
setMaxTokenPerWallet(uint256 amount)
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)
ExcludedFromAntiWhale(address indexed account, bool excluded)
MaxTokenPerWalletUpdated(uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(uint256 initialSupply_)
This contract contains no fallback and receive objects.
This contract contains no error objects.