Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($1,291.29)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USDT | ERC-20 | 1.29K | $1.001 |
$1,291.29 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19578799 | 8 months ago | | | 0 | 0.0012469521 | |
| 19053409 | 10 months ago | | | 0 | 0.00042968873 | |
| 18535472 | a year ago | | | 0 | 0.0070291622 | |
| 18151698 | a year ago | | | 0 | 0.00037631838 | |
| 17996836 | a year ago | | | 0 | 0.00050256581 | |
| 17978030 | a year ago | | | 0 | 0.0013515738 | |
| 17815790 | a year ago | | | 0 | 0.0013042211 | |
| 17616586 | a year ago | | | 0 | 0.00034440547 | |
| 17053205 | 2 years ago | | | 0 | 0.00071685167 | |
| 17012777 | 2 years ago | | | 0 | 0.00043118934 |
ABI
ABI objects
Getter at block 21223687
_creator() view returns (address)
0x000007ee8698947de73eb94cd4e89086fe481146
decimals() view returns (uint8)
18
geUnlockTime() view returns (uint256)
0
generatedUsingDxMint() view returns (bool)
true
mintingFinishedPermanent() view returns (bool)
true
name() view returns (string)
LULZ
owner() view returns (address)
0x000007ee8698947de73eb94cd4e89086fe481146
symbol() view returns (string)
LULZ
totalSupply() view returns (uint256)
10000000000000000000000
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)
lock(uint256 time)
renounceOwnership()
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
unlock()
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 creator_, string name_, string symbol_, uint8 decimals_, uint256 tokenSupply_)
This contract contains no fallback and receive objects.
This contract contains no error objects.