New Wave Warriors
Verified contract
Active on
Ethereum with 7,530 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "New Wave Warriors"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21269004 | 2 days ago | | | 0 | 0.00039548446 | |
| 20689893 | 3 months ago | | | 0 | 0.000048912567 | |
| 20630255 | 3 months ago | | | 0 | 0.000060334876 | |
| 20571941 | 3 months ago | | | 0 | 0.000072618142 | |
| 19760493 | 7 months ago | | | 0 | 0.00066580773 | |
| 19074211 | 10 months ago | | | 0 | 0.00021587559 | |
| 18965404 | a year ago | | | 0 | 0.00079072527 | |
| 17430718 | a year ago | | | 0 | 0.00092671047 | |
| 17071034 | 2 years ago | | | 0 | 0.0019225673 | |
| 17055759 | 2 years ago | | | 0 | 0.0010827762 |
ABI
ABI objects
Getter at block 21280646
baseURI() view returns (string)
ipfs://bafybeiaw2y437rtygnx4ubyerc6efojbj352uxq6m34jmmyznl75sqkenq/
costCheck() view returns (uint256)
8000000000000000
maxFreePerWallet() view returns (uint256)
1
maxPerFree() view returns (uint256)
1
maxPerTx() view returns (uint256)
6
maxSupply() view returns (uint256)
6666
mintEnabled() view returns (bool)
true
name() view returns (string)
New Wave Warriors
owner() view returns (address)
0x0a01ce92a9793242bbbb40009682059ccc520640
price() view returns (uint256)
8000000000000000
publicMintEnabled() view returns (bool)
true
symbol() view returns (string)
NWW
totalSupply() view returns (uint256)
6666
Read-only
_mintedFreeAmount(address) view returns (uint256)
balanceOf(address owner) view returns (uint256)
explicitOwnershipOf(uint256 tokenId) view returns (struct IERC721ATokenOwnership)
explicitOwnershipsOf(uint256[] tokenIds) view returns (struct IERC721ATokenOwnership[])
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
tokensOfOwner(address owner) view returns (uint256[])
tokensOfOwnerIn(address owner, uint256 start, uint256 stop) view returns (uint256[])
State-modifying
Events approve(address to, uint256 tokenId) payable
batchTransfer(uint256[] tokenIds, address[] recipients)
burn(uint256 tokenId)
giveawayReserves()
mint(uint256 count, bytes32[] _merkleProof) payable
renounceOwnership()
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_)
setMaxPerFree(uint256 MaxPerFree_)
setMerkleRoot(bytes32 _newMerkleRoot)
setPrice(uint256 price_)
toggleMinting()
togglePublicMint()
transferFrom(address from, address to, uint256 tokenId) payable
transferOwnership(address newOwner)
withdraw()
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()
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
InvalidQueryRange()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()