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 |
---|---|---|---|---|---|
| ERC-20 | 2.4K | -- | -- | |
| ERC-20 | 2.4K | -- | -- | |
LZPZ | ERC-20 | 3 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20662434 | 2 months ago | | | 0 | 3.4566649e-7 | |
| 20618894 | 2 months ago | | | 0 | 1.3113191e-7 | |
| 20610712 | 2 months ago | | | 0 | 2.7719965e-7 | |
| 20032286 | 2 months ago | | | 0 | 0.0000012690067 | |
| 19817902 | 2 months ago | | | 0 | 0.000000104513346401 | |
| 18324021 | 4 months ago | | | 0 | 2.6513530e-7 | |
| 17772092 | 4 months ago | | | 0 | 6.2867316e-7 | |
| 17219880 | 4 months ago | | | 0 | 0.0000011888324 | |
| 17206745 | 4 months ago | | | 0 | 8.1300267e-7 | |
| 17206731 | 4 months ago | | | 0 | 8.1315291e-7 |
ABI
ABI objects
Getter at block 23086150
decimals() view returns (uint8)
18
name() view returns (string)
Meball
owner() view returns (address)
0x2b14565c08e33e40c1918a5bde8e427abe2f54c0
symbol() view returns (string)
MEBALL
totalSupply() view returns (uint256)
100000000000000000000000000000000
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)
renounceOwnership()
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(string name, string symbol, uint256 _totalSupply, address treasury)
This contract contains no fallback and receive objects.
This contract contains no error objects.