Calamity: Artifacts
Verified contract
Proxy
Active on
Base with 4,573 txns
Unified storage
Map
Table
Raw
Constants and immutables
0
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 48 additional slots
-
variable spans 49 additional slots
-
variable spans 47 additional slots
-
variable spans 47 additional slots
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USA | ERC-20 | 1 | $0.001611 |
$0 | |
| ERC-20 | 2.4K | -- | -- | |
| ERC-20 | 2.4K | -- | -- | |
OHNO | ERC-20 | 1 | -- | -- | |
LZPZ | ERC-20 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21839162 | 3 hours ago | | | 0 | 2.9205247e-7 | |
| 21839004 | 3 hours ago | | | 0 | 2.5123850e-7 | |
| 21805321 | a day ago | | | 0 | 0.0000017118688 | |
| 21799165 | a day ago | | | 0 | 6.9197228e-7 | |
| 21787925 | a day ago | | | 0 | 2.7759160e-7 | |
| 21786508 | a day ago | | | 0 | 4.4396690e-7 | |
| 21784405 | a day ago | | | 0 | 0.000000702054278840 | |
| 21779614 | 2 days ago | | | 0 | 6.3747080e-7 | |
| 21776665 | 2 days ago | | | 0 | 3.4110942e-7 | |
| 21772382 | 2 days ago | | | 0 | 4.9432439e-7 |
ABI
ABI objects
Getter at block 21844887
eip712Domain() view returns (bytes1 fields, string name, string version, uint256 chainId, address verifyingContract, bytes32 salt, uint256[] extensions)
(fields=0x0f, name=CalamityArtifactsNFT, version=1.0, chainId=8453, verifyingContract=0x56e245db19a77175008d780509fa991f785c1366, salt=0x0000000000000000000000000000000000000000000000000000000000000000, extensions=[])
isStarted() view returns (bool)
true
name() view returns (string)
Calamity: Artifacts
owner() view returns (address)
0xe43ca851127eac897ac4e766976e3a7a7ad7339d
signer() view returns (address)
0xc98365eb523a012424aca6e778d75f1b1e519292
symbol() view returns (string)
ARTIFACTS
totalSupply() view returns (uint256 result)
1972
wlEndTime() view returns (uint256)
1713988819
wlLimit() view returns (uint256)
2222
wlMintDuration() view returns (uint256)
21600
wlStartTime() view returns (uint256)
1713967219
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)
wlMinted(address) view returns (bool)
State-modifying
Events approve(address to, uint256 tokenId) payable
initialize()
mint(uint256 amount)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId) payable
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data) payable
setApprovalForAll(address operator, bool approved)
setDefaultRoyalty(address receiver, uint96 feeNumerator)
setSigner(address _signer)
setUri(string _url)
start()
transferFrom(address from, address to, uint256 tokenId) payable
transferOwnership(address newOwner)
wlMint(bytes signature)
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)
EIP712DomainChanged()
Initialized(uint8 version)
Mint(address indexed user, uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SetRoyalty(address indexed receiver, uint256 royalty)
SetSigner(address indexed signer)
SetUri(string _url)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
NotCompatibleWithSpotMints()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
SequentialMintExceedsLimit()
SequentialUpToTooSmall()
SpotMintTokenIdTooSmall()
TokenAlreadyExists()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()