The Leslie Collection
Verified contract
Active on
Ethereum with 2,673 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
LESLIE | ERC-721 | 1 | -- | -- | |
LESLIE | ERC-721 | 1 | -- | -- | |
LESLIE | ERC-721 | 1 | -- | -- | |
LESLIE | ERC-721 | 1 | -- | -- | |
LESLIE | ERC-721 | 1 | -- | -- | |
LESLIE | ERC-721 | 1 | -- | -- | |
LESLIE | ERC-721 | 1 | -- | -- | |
LESLIE | ERC-721 | 1 | -- | -- | |
LESLIE | ERC-721 | 1 | -- | -- | |
LESLIE | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21117378 | 24 days ago | | | 0 | 0.00086873515 | |
| 20646310 | 3 months ago | | | 0 | 0.000028909388 | |
| 20431662 | 4 months ago | | | 0 | 0.00015426949 | |
| 20431654 | 4 months ago | | | 0 | 0.00023928961 | |
| 20021364 | 6 months ago | | | 0 | 0.00023015531 | |
| 19887955 | 6 months ago | | | 0 | 0.00015457713 | |
| 19727938 | 7 months ago | | | 0 | 0.00023285919 | |
| 19666462 | 7 months ago | | | 0 | 0.00020053403 | |
| 19611747 | 8 months ago | | | 0 | 0.0012109890 | |
| 19525002 | 8 months ago | | | 0 | 0.0011374923 |
ABI
ABI objects
Getter at block 21292619 soldTokens() view returns (uint256[])
name() view returns (string)
The Leslie Collection
owner() view returns (address)
0x8a5263c1e20db3d0dfb8710f113e7fa7db9b1ece
symbol() view returns (string)
LESLIE
totalTokensSold() view returns (uint256)
1924
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)
tokenSold(uint256) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
giftNFT(address _recipient, uint256 _tokenId) payable returns (uint256)
purchaseNFT(uint256 _tokenId) payable returns (uint256)
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)
withdraw()
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.