CursedWarriors
Verified contract
Active on
Ethereum with 5,196 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($7.62)
Native
Value
$7.62
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.002 | $3,812.03 |
$7.62 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20054876 | 6 months ago | | | 0 | 0.00040315782 | |
| 19083283 | 10 months ago | | | 0 | 0.00075859042 | |
| 18633398 | a year ago | | | 0 | 0.0016243619 | |
| 18633398 | a year ago | | | 0 | 0.0027683974 | |
| 18633397 | a year ago | | | 0 | 0.0012121204 | |
| 18503501 | a year ago | | | 0 | 0.00057364867 | |
| 18503500 | a year ago | | | 0 | 0.00059301092 | |
| 18403722 | a year ago | | | 0 | 0.00031222348 | |
| 18403719 | a year ago | | | 0 | 0.00028090996 | |
| 18403718 | a year ago | | | 0 | 0.00029006259 |
ABI
ABI objects
Getter at block 21330259
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 owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
numberMinted(address owner) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
tokensOfOwner(address owner) view returns (uint256[])
State-modifying
Events airdrop(uint256 _mintAmount, address destination)
approve(address to, uint256 tokenId)
freemint(uint256 tokens)
mint(uint256 tokens) payable
pause(bool _state)
renounceOwnership()
reveal(bool _state)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool 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 from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw() 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 _initBaseURI, string _notRevealedUri)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()