Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
10 additional
variables
Balances ($0.00)
No balances found for "Lute"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 14214767 | 3 years ago | | | 0 | 0.0025870859 | |
| 13878196 | 3 years ago | | | 0 | 0.0032062552 | |
| 13749674 | 3 years ago | | | 0 | 0.010876445 | |
| 13678104 | 3 years ago | | | 0 | 0.0096556404 | |
| 13324685 | 3 years ago | | | 0 | 0.0045886482 | |
| 13269564 | 3 years ago | | | 0 | 0.0046679421 | |
| 13269556 | 3 years ago | | | 0 | 0.0046194511 | |
| 13242891 | 3 years ago | | | 0 | 0.0098351118 | |
| 13242876 | 3 years ago | | | 0 | 0.0088540207 | |
| 13231141 | 3 years ago | | | 0 | 0.0077266197 |
ABI
ABI objects
Getter at block 21226740
name() view returns (string)
Lute
owner() view returns (address)
0x73a7b81961bceacf99bb9eca6584dd1f98f84599
symbol() view returns (string)
LUTE
totalSupply() view returns (uint256)
179
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getGenre(uint256 tokenId) view returns (string)
getInfluence(uint256 tokenId) view returns (string)
getInstrument1(uint256 tokenId) view returns (string)
getInstrument2(uint256 tokenId) view returns (string)
getInstrument3(uint256 tokenId) view returns (string)
getRiderRequest(uint256 tokenId) view returns (string)
getVehicle(uint256 tokenId) view returns (string)
getVenue(uint256 tokenId) view returns (string)
isApprovedForAll(address owner, address operator) view returns (bool)
isWhitelisted(address addr) 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)
State-modifying
Events addToWhitelist(address[] addrs)
approve(address to, uint256 tokenId)
claim(uint256 tokenId)
ownerClaim(uint256 tokenId)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
whitelistClaim(uint256 tokenId)
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.