Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "Look"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20201516 | 5 months ago | | | 0 | 0.00015843353 | |
| 20201510 | 5 months ago | | | 0 | 0.00014718517 | |
| 20201506 | 5 months ago | | | 0 | 0.00014965055 | |
| 20201502 | 5 months ago | | | 0 | 0.00015404377 | |
| 20201497 | 5 months ago | | | 0 | 0.00016210833 | |
| 19354709 | 9 months ago | | | 0 | 0.0021150875 | |
| 17966445 | a year ago | | | 0 | 0.00082082886 | |
| 17164340 | 2 years ago | | | 0 | 0.0018991039 | |
| 16590104 | 2 years ago | | | 0 | 0.00098175110 | |
| 15522130 | 2 years ago | | | 0 | 0.00084301958 |
ABI
ABI objects
Getter at block 21248093
name() view returns (string)
Look
owner() view returns (address)
0x3cc6bc27c36d23ed95289baf5b0bcb8538d1467c
randomMultiplier() view returns (uint256)
9090349
symbol() view returns (string)
LOOK
totalSupply() view returns (uint256)
1542
uriSwap() view returns (uint256)
1
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getBackgroundColour(uint256 tokenId) view returns (string)
getColour(uint256 tokenId) view returns (string)
getElement(uint256 tokenId) view returns (string)
getFlare(uint256 tokenId) view returns (string)
getForm(uint256 tokenId) view returns (string)
getLine(uint256 tokenId) view returns (string)
getPattern(uint256 tokenId) view returns (string)
getShape(uint256 tokenId) view returns (string)
getTexture(uint256 tokenId) view returns (string)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
whitelistAddress(address) view returns (bool)
State-modifying
Events addWhitelisted(address[] whitelisted)
approve(address to, uint256 tokenId)
claim(uint256 tokenId)
removeWhitelisted(address[] whitelisted)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setRandomMultiplier(uint256 _random)
setUriSwap(uint256 _uriSwap)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.