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 "LIBIDO"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20319767 | 4 months ago | | | 0 | 0.00045318746 | |
| 19673630 | 7 months ago | | | 0 | 0.00031950348 | |
| 19426502 | 9 months ago | | | 0 | 0.0032816965 | |
| 18766522 | a year ago | | | 0 | 0.0023160557 | |
| 18766519 | a year ago | | | 0 | 0.0025247029 | |
| 18738537 | a year ago | | | 0 | 0.0013236289 | |
| 18738533 | a year ago | | | 0 | 0.0013076901 | |
| 18702245 | a year ago | | | 0 | 0.00074177557 | |
| 18695736 | a year ago | | | 0 | 0.0026037754 | |
| 18695733 | a year ago | | | 0 | 0.0030141290 |
ABI
ABI objects
Getter at block 21295303
METADATA_PROVENANCE_HASH() view returns (string)
F5E8F9752F537EB428B0DC3A3A0F6B3646417E6FBD79AEC314D19D41AC48AF79
name() view returns (string)
LIBIDO
owner() view returns (address)
0x751d3dbfbf4a1073d06224c3fd63b3fb1f004566
symbol() view returns (string)
LIBIDO
totalSupply() view returns (uint256)
3452
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
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)
tokensOfOwner(address _owner) view returns (uint256[])
State-modifying
Events approve(address to, uint256 tokenId)
burn(uint256 tokenId)
mint()
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string __baseURI)
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.