Catharsis by Dario Lanza
Verified contract
Active on
Ethereum with 4,915 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
-
variable spans 1 additional slot
Balances ($0.00)
No balances found for "Catharsis by Dario Lanza"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21296920 | 3 days ago | | | 0 | 0.00030217108 | |
| 21296919 | 3 days ago | | | 0 | 0.00029381202 | |
| 21296919 | 3 days ago | | | 0 | 0.00050679098 | |
| 21296918 | 3 days ago | | | 0 | 0.00027871452 | |
| 21292148 | 4 days ago | | | 0 | 0.00033165558 | |
| 21247877 | 10 days ago | | | 0 | 0.00049100699 | |
| 21153057 | 23 days ago | | | 0 | 0.00052079355 | |
| 21120560 | a month ago | | | 0 | 0.00035736602 | |
| 21116796 | a month ago | | | 0 | 0.00031339599 | |
| 21106140 | a month ago | | | 0 | 0.00013462559 |
ABI
ABI objects
Getter at block 21319731
MAX_NUM_TOKENS() view returns (uint32)
999
MINT_PRICE() view returns (uint256)
150000000000000000
mintConfig() view returns (uint64 signedMintOpeningTimestamp, uint64 publicMintOpeningTimestamp, uint64 mintClosingTimestamp)
(signedMintOpeningTimestamp=1662800400, publicMintOpeningTimestamp=1662822000, mintClosingTimestamp=1663426800)
name() view returns (string)
Catharsis by Dario Lanza
owner() view returns (address)
0x16485319aa0ad7a4e68176fbaada235c92acae2e
paused() view returns (bool)
false
paymentSplitter() view returns (address)
0x5a85351d8681cf866991fecee04234aefd91e351
paymentSplitterRoyalties() view returns (address)
0x1dd7ebdf491e319e7d8bd295938ca524345e679c
symbol() view returns (string)
CATAR
totalSupply() view returns (uint256)
999
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getSigners(uint8 stage) view returns (address[] signers)
isApprovedForAll(address owner, address operator) view returns (bool)
numEarlyAccessMintsFrom(bytes32) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
royaltyInfo(uint256, uint256 salePrice) view returns (address receiver, uint256 royaltyAmount)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenSeed(uint256 tokenId) view returns (bytes32)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
changeSigners(uint8 stage, address[] delSigners, address[] addSigners)
mintEarlyAccess(address to, uint16 num, uint16 numMax, uint128 nonce, bytes signature) payable
mintPublic(uint16 num, uint16 numMax, uint128 nonce, bytes signature) payable
mintReserve(struct GmStudioCatharsisReserveReceiver[] receivers)
pause()
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseTokenURI(string uri)
setMintConfig(struct GmStudioCatharsisMintConfig config)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
unpause()
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)
Paused(address account)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
Unpaused(address account)
constructor(address newOwner, address signerEarlyAccess, address signerPublic, string baseTokenURI, struct GmStudioCatharsisMintConfig config, address[] payees, uint256[] shares, uint256[] sharesRoyalties)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApproveToCaller()
BalanceQueryForZeroAddress()
InsufficientTokensRemanining()
InvalidPayment()
MintDisabled()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OnlyEOA()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
SignatureAlreadyUsed()
TooManyMintsRequested()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()
WrongMintingStage()
WrongNumberOfReserveMints()