Conviction Scrolls
Verified contract
Active on
Ethereum with 6,257 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x71d4…ddfb
Balances ($0.00)
No balances found for "Conviction Scrolls"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21103130 | 14 days ago | | | 0 | 0.00016399017 | |
| 21050906 | 21 days ago | | | 0 | 0.00050201513 | |
| 20998032 | a month ago | | | 0 | 0.00035738270 | |
| 20985383 | a month ago | | | 0 | 0.0014792817 | |
| 20752815 | 2 months ago | | | 0 | 0.000064806246 | |
| 20752803 | 2 months ago | | | 0 | 0.000066578063 | |
| 20527653 | 3 months ago | | | 0 | 0.00025443211 | |
| 20475460 | 3 months ago | | | 0 | 0.000091916777 | |
| 20323880 | 4 months ago | | | 0 | 0.00018376059 | |
| 20319503 | 4 months ago | | | 0 | 0.00034042956 |
ABI
ABI objects
Getter at block 21202267
ALLOWLIST_MINTS_PER_WALLET() view returns (uint256)
3
PUBLIC_MINTS_PER_WALLET() view returns (uint256)
3
allowlistPrice() view returns (uint256)
30000000000000000
baseTokenURI() view returns (string)
https://arweave.net/zvTSsRu2bbUzGOjxidbB_wGUq6f2PIlsX9v-YwZ8bkE/scroll/
initialTransferLock() view returns (bool)
false
maxSupply() view returns (uint256)
4000
mintSigner() view returns (address)
0x4258809f470b79e909705178a9e7be276d3a4181
name() view returns (string)
Conviction Scrolls
operatorFilteringEnabled() view returns (bool)
true
owner() view returns (address)
0x63b487a06cbb5a8049f8bdd748ea13e4ba31fdda
publicPrice() view returns (uint256)
50000000000000000
revealOpen() view returns (bool)
true
saleState() view returns (uint8)
0
symbol() view returns (string)
SCROLLS
totalSupply() view returns (uint256)
1628
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)
royaltyInfo(uint256 tokenId, uint256 salePrice) view returns (address, uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events allowlistMint(address to, uint8 qty, bytes signature) payable
approve(address operator, uint256 tokenId) payable
breakTransferLock()
ownerMint(address to, uint256 qty)
publicMint(address to, uint8 qty) payable
renounceOwnership()
reveal(address to, uint256[] tokenIds)
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 baseURI)
setConvictionNFT(address nft)
setDefaultRoyalty(address receiver, uint96 feeNumerator)
setMaxSupply(uint256 _maxSupply)
setMintSigner(address _signer)
setOperatorFilteringEnabled(bool value)
setPrices(uint256 _allowlistPrice, uint256 _publicPrice)
setRevealOpen(bool open)
setSaleState(uint8 _saleState)
transferFrom(address from, address to, uint256 tokenId) payable
transferOwnership(address newOwner)
withdrawFunds(address receiver)
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, address _signer, address _royaltyReceiver)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
ConvictionNFTNotSet()
InsufficientPayment()
InvalidNewSupply()
InvalidSaleState()
InvalidSignature()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
RevealNotOpen()
SupplyExceeded()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
TransfersLocked()
URIQueryForNonexistentToken()
WalletLimitExceeded()
WithdrawFailed()