Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($17,423.77)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USDT | ERC-20 | 11.232007K | $0.999356 |
$11,224.77 | |
LOOKS | ERC-20 | 81.620389K | $0.04976 |
$4,061.43 | |
USDC | ERC-20 | 1.707433K | $0.998756 |
$1,705.31 | |
CRV | ERC-20 | 992.7832 | $0.435395 |
$432.25 | |
GMT | ERC-20 | 290.258352M | -- | -- | |
Genie | ERC-20 | 5.824846M | -- | -- | |
COMMON | ERC-20 | 62.508349K | -- | -- | |
$AAI | ERC-20 | 420.69 | -- | -- | |
| ERC-20 | 195.061328 | -- | -- | |
LEMON | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21243804 | 4 minutes ago | | | 0 | 0.00075023737 | |
| 21243786 | 8 minutes ago | | | 0 | 0.00088288709 | |
| 21243497 | an hour ago | | | 0 | 0.00042726834 | |
| 21243375 | 2 hours ago | | | 0 | 0.00052212034 | |
| 21243372 | 2 hours ago | | | 0 | 0.00053250405 | |
| 21243353 | 2 hours ago | | | 0 | 0.00052761598 | |
| 21243333 | 2 hours ago | | | 0 | 0.00076194514 | |
| 21243199 | 2 hours ago | | | 0 | 0.00060384098 | |
| 21243135 | 2 hours ago | | | 0 | 0.00044452278 | |
| 21242964 | 3 hours ago | | | 0 | 0.00042908989 |
ABI
ABI objects
Getter at block 21243823
SUPPLY_CAP() view returns (uint256)
1000000000000000000000000000
decimals() view returns (uint8)
18
name() view returns (string)
LooksRare Token
owner() view returns (address)
0x465a790b428268196865a3ae2648481ad7e0d3b1
symbol() view returns (string)
LOOKS
totalSupply() view returns (uint256)
1000000000000000000000000000
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)
mint(address account, uint256 amount) returns (bool status)
renounceOwnership()
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, 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(address _premintReceiver, uint256 _premintAmount, uint256 _cap)
This contract contains no fallback and receive objects.
This contract contains no error objects.