LostPoetPages
Verified contract
Active on
Ethereum with 46,808 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 ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
COLLECTIVE | ERC-20 | 0.1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21252527 | 9 hours ago | | | 0 | 0.00057675546 | |
| 21251573 | 12 hours ago | | | 0 | 0.0011387126 | |
| 21227050 | 4 days ago | | | 0 | 0.00052345146 | |
| 21210012 | 6 days ago | | | 0 | 0.00046890446 | |
| 21208260 | 7 days ago | | | 0 | 0.00059922753 | |
| 21204653 | 7 days ago | | | 0 | 0.00051380878 | |
| 21172093 | 12 days ago | | | 0 | 0.0015302829 | |
| 21162077 | 13 days ago | | | 0 | 0.00066316745 | |
| 21143645 | 16 days ago | | | 0 | 0.0011423907 | |
| 21119529 | 19 days ago | | | 0 | 0.00019231095 |
ABI
ABI objects
Getter at block 21255232
active() view returns (bool)
true
ashContract() view returns (address)
0x64d91f12ece7362f91a6f8e7940cd55f05060b92
ashThreshold() view returns (uint256)
25000000000000000000
claimedPages() view returns (uint256)
65536
endTimestamp() view returns (uint256)
1630857600
getAdmins() view returns (address[] admins)
[]
maxPages() view returns (uint256)
65536
owner() view returns (address)
0x2ce780d7c743a57791b835a9d6f998b15bbba5a4
pagesPerBonus() view returns (uint256)
19660801
privateActiveTimestamp() view returns (uint256)
1630681200
publicActiveTimestamp() view returns (uint256)
1630684800
Read-only
balanceOf(address account, uint256 id) view returns (uint256)
balanceOfBatch(address[] accounts, uint256[] ids) view returns (uint256[])
calculateBonusPages(uint256 amount) view returns (uint256)
getFeeBps(uint256) view returns (uint256[] bps)
getFeeRecipients(uint256) view returns (address[] recipients)
getRoyalties(uint256) view returns (address[] recipients, uint256[] bps)
isAdmin(address admin) view returns (bool)
isApprovedForAll(address account, address operator) view returns (bool)
royaltyInfo(uint256, uint256 value) view returns (address, uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
uri(uint256) view returns (string)
State-modifying
Events activate(uint256 startTime, uint256 privateSaleInterval, uint256 publicSaleInterval, address ashContract_, uint256 ashThreshold_)
approveAdmin(address admin)
claimPages(uint256 amount) payable
deactivate()
distributeRemainder(struct LostPoetPagesReward[] rewards)
renounceOwnership()
revokeAdmin(address admin)
rewardPages(struct LostPoetPagesReward[] rewards)
safeBatchTransferFrom(address from, address to, uint256[] ids, uint256[] amounts, bytes data)
safeTransferFrom(address from, address to, uint256 id, uint256 amount, bytes data)
setApprovalForAll(address operator, bool approved)
setURI(string newuri)
transferOwnership(address newOwner)
updateRoyalties(address recipient, uint256 bps)
withdraw(uint256 amount)
Activate()
AdminApproved(address indexed account, address indexed sender)
AdminRevoked(address indexed account, address indexed sender)
ApprovalForAll(address indexed account, address indexed operator, bool approved)
Deactivate()
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
TransferBatch(address indexed operator, address indexed from, address indexed to, uint256[] ids, uint256[] values)
TransferSingle(address indexed operator, address indexed from, address indexed to, uint256 id, uint256 value)
URI(string value, uint256 indexed id)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.