Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($937.94)
Native
Value
$937.94
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
Eth | Native | 0.2803 | $3,346.19 |
$937.94 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22723129 | 11 hours ago | | | 0.0013 | 0.0000077286385 | |
| 22723125 | 11 hours ago | | | 0.0013 | 0.0000077286385 | |
| 22723110 | 11 hours ago | | | 0.0013 | 0.0000077286385 | |
| 22723100 | 11 hours ago | | | 0.0013 | 0.0000077286385 | |
| 22723041 | 11 hours ago | | | 0.0013 | 0.0000077286385 | |
| 22409518 | 8 days ago | | | 0 | 6.4725520e-7 | |
| 22407082 | 8 days ago | | | 0 | 7.5447384e-7 | |
| 22406395 | 8 days ago | | | 0 | 6.4768582e-7 | |
| 22339567 | 9 days ago | | | 0 | 0.0000016566928 | |
| 22334263 | 9 days ago | | | 0 | 0.0000014121555 |
ABI
ABI objects
Getter at block 22743733
archivistSupremeId() view returns (uint256)
666
archivistSupremePrice() view returns (uint256)
30000000000000000
collectionURI() view returns (string)
ipfs://QmbbViMaqgAVSFLpXRWvbDShR2i4czzzGish2BZtBpwWgu
contractURI() view returns (string)
ipfs://QmbbViMaqgAVSFLpXRWvbDShR2i4czzzGish2BZtBpwWgu
lastChapterId() view returns (uint256)
5
name() view returns (string)
Fig
owner() view returns (address)
0x7797f3e980ab66566b43c66886f7f959410a76a8
price() view returns (uint256)
1300000000000000
saleActive() view returns (bool)
true
symbol() view returns (string)
FIG
totalSupply() view returns (uint256)
84
Read-only
archivistSupremeClaims(address, uint256) view returns (bool)
balanceOf(address account, uint256 id) view returns (uint256)
balanceOfBatch(address[] accounts, uint256[] ids) view returns (uint256[])
chapterURIs(uint256) view returns (string)
exists(uint256 id) view returns (bool)
getArchivedChapterCount(address recipient) view returns (uint256)
getArchivistSupremeClaimCount(address recipient) view returns (uint256)
isApprovedForAll(address account, address operator) view returns (bool)
isArchivistSupreme(address recipient) view returns (bool)
isExistingChapter(uint256 chapterId) view returns (bool)
royaltyInfo(uint256 chapterId, uint256 salePrice) view returns (address receiver, uint256 royaltyAmount)
supportsInterface(bytes4 interfaceId) view returns (bool)
totalSupply(uint256 id) view returns (uint256)
uri(uint256 chapterId) view returns (string)
State-modifying
Events addChapter(string chapterURI)
claimArchivistSupreme(address recipient)
gift(uint256 chapterId, address[] recipients, bytes data)
lock()
mint(address recipient, uint256 chapterId, uint256 quantity, bytes data) payable
renounceOwnership()
safeBatchTransferFrom(address from, address to, uint256[] chapterIds, uint256[] amounts, bytes data)
safeTransferFrom(address from, address to, uint256 chapterId, uint256 amount, bytes data)
setApprovalForAll(address operator, bool approved)
transferOwnership(address newOwner)
updateArchivistSupremePrice(uint256 newPrice)
updateChapterURI(uint256 chapterId, string chapterURI)
updateCollectionURI(string newCollectionURI)
updatePrice(uint256 newPrice)
withdraw()
withdrawToken(address token)
ApprovalForAll(address indexed account, address indexed operator, bool approved)
ArchivistSupremePriceUpdated(uint256 newPrice)
ChapterAdded(uint256 chapterId, string uri)
ChapterURIUpdated(uint256 chapterId, string newURI)
ContractURIUpdated(string newURI)
FundsWithdrawn(address indexed to, uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
PriceUpdated(uint256 newPrice)
TokensGifted(address[] recipients, uint256 chapterId)
TokensMinted(address indexed to, uint256 chapterId, uint256 amount)
TokensWithdrawn(address indexed token, address indexed to, uint256 amount)
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(string _collectionURI, uint256 _initialPrice, string _initialArchivistSupremeURI, uint256 _initialArchivistSupremePrice)
This contract contains no fallback and receive objects.
ArchivistSupremeNontransferable()
ERC1155InsufficientBalance(address sender, uint256 balance, uint256 needed, uint256 tokenId)
ERC1155InvalidApprover(address approver)
ERC1155InvalidArrayLength(uint256 idsLength, uint256 valuesLength)
ERC1155InvalidOperator(address operator)
ERC1155InvalidReceiver(address receiver)
ERC1155InvalidSender(address sender)
ERC1155MissingApprovalForAll(address operator, address owner)
EmptyURI()
FundsWithdrawalFailed(bytes result)
IncorrectPaymentReceived()
MaxChaptersAdded()
NonexistentChapter()
NotArchivistSupreme()
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)
PaymentBalanceZero()
ReentrancyGuardReentrantCall()
SaleIsClosed()
TokenWithdrawalFailed()
ZeroAddressReceiver()
ZeroQuantity()