The latest block we've processed for this chain is 20889450, which is 1 minutes old. We're running behind the tip but working to resolve the issue.

CursedWarriors

Verified contract

Active on Ethereum with 5,196 txns
Deployed by via 0x12877a81 at 15184818
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Native
Value $4.73
0x2cd8ca39978aae9dfe00c217375e00cff4b768031a54d154184b4b99ca7e69c6
0x39c7e0a99edbf1e84fb34835101199a09bdb172bc2792ce8d364b522d78f0307
0x349c8c8b9b54a7715bc1b24977fc8a918a9ff7fee3ac241a72a354761248c1dd
0x6759f6bcba2ae04dcf85d1ff13a491efa85f5a88fcbdd7eefe17371c88999dad
0x7071e5b7d08a403a15377cf3744c7367818f1b0dacece99274a25c76292e57f7
0x7526775918477bc6dea5515f8ab2115cb4db1de07dd2568a6d2db4a1336cef6a
0xf5e147bc1ad25ef1436a80c674d3f13563d7dbc6afe39674cb548584ca339c37
0x8f3d4ce03c8f18ba1fa7ca75b6917907bec41ebf1eed357ac42e86dce5df825a
0xc21d3508dc6f19877ed0443cd4b3f585cd071710e4b8c73f57c3687ec8797e3d
0xb2c04ac89918bba9aeffd522d730bf55d7cf3cacf181397eb6dd0a630f1ef9e2

Functions
Getter at block 20889449
FreeSupply(view returns (uint256)
3000
MaxperWallet(view returns (uint256)
2
MaxperWalletFree(view returns (uint256)
3
baseExtension(view returns (string)
.json
baseURI(view returns (string)
ipfs://QmVWympiLaMiz8xsXkrqM4DFK3pGdsiH7gHPR5F9cTPNtV/
cost(view returns (uint256)
0
maxSupply(view returns (uint256)
9999
name(view returns (string)
CursedWarriors
notRevealedUri(view returns (string)
owner(view returns (address)
0xebc9519557e5961e8a3aadbb96f36a36a03ac9ed
paused(view returns (bool)
false
revealed(view returns (bool)
true
symbol(view returns (string)
CWS
totalSupply(view returns (uint256)
9999
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
numberMinted(address ownerview returns (uint256)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
tokensOfOwner(address ownerview returns (uint256[])
State-modifying
airdrop(uint256 _mintAmountaddress destination
approve(address touint256 tokenId
freemint(uint256 tokens
mint(uint256 tokenspayable 
pause(bool _state
renounceOwnership(
reveal(bool _state
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setBaseExtension(string _newBaseExtension
setBaseURI(string _newBaseURI
setCost(uint256 _newCost
setFreeMaxPerWallet(uint256 _limit
setFreesupply(uint256 _newsupply
setMaxPerWallet(uint256 _limit
setMaxsupply(uint256 _newsupply
setNotRevealedURI(string _notRevealedURI
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
withdraw(payable 
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
ConsecutiveTransfer(uint256 indexed fromTokenIduint256 toTokenIdaddress indexed fromaddress indexed to
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(string _initBaseURIstring _notRevealedUri
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApproveToCaller(
BalanceQueryForZeroAddress(
MintERC2309QuantityExceedsLimit(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
OwnershipNotInitializedForExtraData(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(