LMAO Token
Verified contract
Active on
Ethereum with 649 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 1 additional slot
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
LMAO | ERC-20 | 3.756803K | -- | -- |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20782188 | 2 months ago | | | 0 | 0.00039480134 | |
| 19645156 | 7 months ago | | | 0 | 0.00026689999 | |
| 19084312 | 10 months ago | | | 0 | 0.0016884790 | |
| 19030543 | 10 months ago | | | 0 | 0.0013953382 | |
| 19022202 | 10 months ago | | | 0 | 0.0018508190 | |
| 19016415 | 10 months ago | | | 0 | 0.00070128852 | |
| 19016414 | 10 months ago | | | 0 | 0.0011638817 | |
| 19015327 | 10 months ago | | | 0 | 0.00096164017 | |
| 19015326 | 10 months ago | | | 0 | 0.0032382451 | |
| 19015315 | 10 months ago | | | 0 | 0.0011487886 |
ABI
ABI objects
Getter at block 21181067
decimals() view returns (uint8)
18
name() view returns (string)
LMAO Token
stakingAddress() view returns (address)
0xa77515b1e44fdb3a9ff2980658aa473e9c8c2970
symbol() view returns (string)
LMAO
totalSupply() pure returns (uint256)
10000000000000000000000000
Read-only
allInfoFor(address _user) view returns (uint256 totalTokens, uint256 userTOKENS, uint256 userBalance)
allowance(address _user, address _spender) view returns (uint256)
balanceOf(address _user) view returns (uint256)
State-modifying
Events approve(address _spender, uint256 _tokens) returns (bool)
transfer(address _to, uint256 _tokens) returns (bool)
transferAndCall(address _to, uint256 _tokens, bytes _data) returns (bool)
transferFrom(address _from, address _to, uint256 _tokens) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 tokens)
Transfer(address indexed from, address indexed to, uint256 tokens)
constructor(address _owner)
This contract contains no fallback and receive objects.
This contract contains no error objects.