Lost Poets
Verified contract
Active on
Ethereum with 28,763 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 1 additional slot
0x8e87…3be8
Balances ($21.10)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ASH | ERC-20 | 10 | $2.11 |
$21.1 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21260259 | 10 hours ago | | | 0 | 0.00040445348 | |
| 21251529 | 2 days ago | | | 0 | 0.0011733372 | |
| 21251343 | 2 days ago | | | 0 | 0.00083767673 | |
| 21248989 | 2 days ago | | | 0 | 0.00058247380 | |
| 21248499 | 2 days ago | | | 0 | 0.00045047190 | |
| 21248143 | 2 days ago | | | 0 | 0.00051449507 | |
| 21242938 | 3 days ago | | | 0 | 0.00047731845 | |
| 21241298 | 3 days ago | | | 0 | 0.00039017229 | |
| 21239358 | 3 days ago | | | 0 | 0.00064795747 | |
| 21234392 | 4 days ago | | | 0 | 0.00054892820 |
ABI
ABI objects
Getter at block 21263108
getAdmins() view returns (address[] admins)
[0x1a4801a94003c6A63a48774a8FA52E9835E5FC94]
name() view returns (string)
Lost Poets
owner() view returns (address)
0x2ce780d7c743a57791b835a9d6f998b15bbba5a4
redemptionEnabled() view returns (bool)
true
redemptionEnd() view returns (uint256)
1633784400
symbol() view returns (string)
POETS
wordsLocked() view returns (bool)
true
Read-only
balanceOf(address owner) view returns (uint256)
finalized(uint256) view returns (bool)
getApproved(uint256 tokenId) view returns (address)
getFeeBps(uint256) view returns (uint256[] bps)
getFeeRecipients(uint256) view returns (address[] recipients)
getRoyalties(uint256) view returns (address[] recipients, uint256[] bps)
getWordCount(uint256 tokenId) view returns (uint8)
isAdmin(address admin) view returns (bool)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
royaltyInfo(uint256, uint256 value) view returns (address, uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
approveAdmin(address admin)
disableRedemption()
enableRedemption(uint256 end)
finalizePoets(bool value, uint256[] tokenIds)
lockWords(bool locked)
mintOrigins(address[] recipients, uint256[] tokenIds)
onERC1155BatchReceived(address, address from, uint256[] ids, uint256[] values, bytes data) returns (bytes4)
onERC1155Received(address, address from, uint256 id, uint256 value, bytes data) returns (bytes4)
onERC721Received(address, address from, uint256 receivedTokenId, bytes data) returns (bytes4)
recoverERC721(address tokenAddress, uint256 tokenId, address destination)
renounceOwnership()
revokeAdmin(address admin)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setPrefixURI(string uri)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
updateERC1155BurnAddress(address erc1155BurnAddress)
updateERC721BurnAddress(address erc721BurnAddress)
updateRoyalties(address recipient, uint256 bps)
Activate()
AddWords(uint256 indexed tokenId, uint8 count)
AdminApproved(address indexed account, address indexed sender)
AdminRevoked(address indexed account, address indexed sender)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
Deactivate()
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
ShuffleWords(uint256 indexed tokenId)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
Unveil(uint256 tokenId)
WordsLocked(bool locked)
constructor(address lostPoetPagesAddress)
This contract contains no fallback and receive objects.
This contract contains no error objects.