Chronicles
Verified contract
Active on
Ethereum with 1,331 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
14 additional
variables
Balances ($21,271.80)
Native
Value
$21,271.8
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 8.55 | $2,487.93 |
$21,271.8 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21023753 | 11 days ago | | | 0 | 0.00054519531 | |
| 21023614 | 11 days ago | | | 0 | 0.00064813124 | |
| 20713160 | 2 months ago | | | 0 | 0.00018303234 | |
| 20290953 | 4 months ago | | | 0 | 0.00036860822 | |
| 20055911 | 5 months ago | | | 0 | 0.00048755008 | |
| 20028693 | 5 months ago | | | 0 | 0.0015074478 | |
| 19997500 | 5 months ago | | | 0 | 0.00065688654 | |
| 19922863 | 5 months ago | | | 0 | 0.00059092248 | |
| 19888470 | 6 months ago | | | 0 | 0.00081527291 | |
| 19879192 | 6 months ago | | | 0 | 0.00022705345 |
ABI
ABI objects
Getter at block 21102062 getSettings() view returns (struct ChroniclesSettings)
FILTER_REGISTRANT() view returns (address)
0x3cc6cdda760b79bafa08df41ecfa224f810dceb6
OPERATOR_FILTER_REGISTRY() view returns (address)
0x000000000000aaeb6d7670e522a718067333cd4e
OPERATOR_FILTER_REGISTRY_ADDRESS() view returns (address)
0x000000000000aaeb6d7670e522a718067333cd4e
clbAddr() view returns (address)
0x392fca64c0995fb27bb419b4898ed3004fa6f169
clbPrice() view returns (uint256)
50000000000000000
getNumReservedForClbs() view returns (uint256)
85
maxSupply() view returns (uint256)
2000
maxWhitelistMintPerWallet1() view returns (uint256)
10
maxWhitelistMintPerWallet2() view returns (uint256)
10
name() view returns (string)
Chronicles
numAllowedForWhitelist1() view returns (uint256)
70
numAllowedForWhitelist2() view returns (uint256)
1729
numReservedForClbs() view returns (uint256)
85
numReservedForGiveAways() view returns (uint256)
580
owner() view returns (address)
0xdb275fac4239aa53e3c56b7e999dfc2b2406b671
ownerAddr() view returns (address)
0xdb275fac4239aa53e3c56b7e999dfc2b2406b671
pausedAll() view returns (bool)
true
pausedClbMint() view returns (bool)
true
pausedPublicMint() view returns (bool)
false
pausedWhitelistMint1() view returns (bool)
false
pausedWhitelistMint2() view returns (bool)
false
publicPrice() view returns (uint256)
100000000000000000
symbol() view returns (string)
COTIW
totalSupply() view returns (uint256)
1493
whitelistMerkleRoot1() view returns (bytes32)
0x7bfe077ace45e3df494336effd3e5b47d7e0576e7910388b71644672cdbd42a9
whitelistMerkleRoot2() view returns (bytes32)
0xab6130afb07d56323c8e9ef2f28997da8b206f6a5e11b48348ddd98a18ade960
whitelistPrice1() view returns (uint256)
100000000000000000
whitelistPrice2() view returns (uint256)
100000000000000000
Read-only
balanceOf(address owner) view returns (uint256)
explicitOwnershipOf(uint256 tokenId) view returns (struct IERC721ATokenOwnership)
explicitOwnershipsOf(uint256[] tokenIds) view returns (struct IERC721ATokenOwnership[])
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
royaltyInfo(uint256 _tokenId, uint256 _salePrice) view returns (address, uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenIdToClbBurnPreferences(uint256) view returns (uint16 department, bool isRare, uint256 clbTokenId)
tokenURI(uint256 tokenId) view returns (string)
tokensOfOwner(address owner) view returns (uint256[])
tokensOfOwnerIn(address owner, uint256 start, uint256 stop) view returns (uint256[])
whitelistClaimCount1(address) view returns (uint256)
whitelistClaimCount2(address) view returns (uint256)
State-modifying
Events approve(address operator, uint256 tokenId) payable
giveAway(address recipient, uint256 num)
mintFromBurn(address recipient, uint256 clbTokenId, bool isRare, uint16 department) payable returns (uint256)
mintFromBurnBatch(address recipient, uint256[] clbTokenIds, bool[] isRares, uint16[] departments) payable returns (uint256[])
mintFromWhitelist1(uint256 num, bytes32[] _merkleProof) payable
mintFromWhitelist2(uint256 num, bytes32[] _merkleProof) payable
mintPublic(uint256 num) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId) payable
safeTransferFrom(address from, address to, uint256 tokenId, bytes data) payable
setApprovalForAll(address operator, bool approved)
setBaseURI(string uri)
setClbContractAddr(address addr)
setClbPrice(uint256 priceInWei)
setDefaultRoyalty(address receiver, uint96 feeNumerator)
setFilterRegistrant(address newRegistrant)
setMaxSupply(uint256 val)
setMaxWhitelistMintPerWallet1(uint256 count)
setMaxWhitelistMintPerWallet2(uint256 count)
setNumAllowedForWhitelis1(uint256 count)
setNumAllowedForWhitelist2(uint256 count)
setNumReservedForClbs(uint256 count)
setNumReservedForGiveAways(uint256 val)
setOperatorFilterRegistry(address registryAddress)
setPausedAll(bool val)
setPausedClbMint(bool val)
setPausedPublicMint(bool val)
setPausedWhitelistMint1(bool val)
setPausedWhitelistMint2(bool val)
setPublicPrice(uint256 priceInWei)
setWhitelistMerkleRoot1(bytes32 root)
setWhitelistMerkleRoot2(bytes32 root)
setWhitelistPrice1(uint256 priceInWei)
setWhitelistPrice2(uint256 priceInWei)
transferFrom(address from, address to, uint256 tokenId) payable
transferOwnership(address newOwner)
withdrawAll() payable
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ConsecutiveTransfer(uint256 indexed fromTokenId, uint256 toTokenId, address indexed from, address indexed to)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string name, string symbol, string initBaseURI, address operatorFilterRegistryAddress, address operatorFilterRegistrant)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
InvalidQueryRange()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OperatorNotAllowed(address operator)
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()