World War 3

Verified contract

Active on Ethereum with 569 txns
Deployed by via 0xbfcddc6b at 16185952
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "World War 3"

0x54c7616dd78f5e398af3f6f42724343bd921605b62eb2127bb21d3c082167bd2
0xadd2b004e6310a406ee511e71dce52c873a57b828f6d33e6b575dcf90c39b2f9
0x0bd736e341be841c4c204f40f4b960920d02df9e4a3dd6807806e748c020c93d
0x22fe90aee41c51d86eed193d091ca37e2d80170fd385344b03d686f281e5cb7b
0xb07b23f8fba9fa684b54611a7527c0c109f93dfc4ecad651fe25801541a3d7fb
0x5d48cc4dfd6ab43f9eeaa0fd704baf34e53370d235a41af9038046808ed260ba
0xf83c49e34ecdba6bb25f4cd6b9639d7447f96a2ec71645f2eb7c146ad9a89f1b
0x4188e38e559ad639c12976ae3e55b6fd0b92af77127aad4106276f4845fcb51b
0x69a86ed21f996cd238e19ac10dc52a5902a80e8524435f126a3027e2c1629b3e
0x7d08bb8be2806f11d79d1b8d6f1b23b4c77a9f45643975dae024a7ee37ed7334

Functions
Getter at block 20961055
cost(view returns (uint256)
0
hiddenURL(view returns (string)
maxFreeMintAmountPerWallet(view returns (uint8)
1
maxMintAmountPerTx(view returns (uint8)
1
maxSupply(view returns (uint16)
400
name(view returns (string)
World War 3
owner(view returns (address)
0x0289a15b0dc011e55d5cf6f4f9bc898b917bd913
paused(view returns (bool)
false
reveal(view returns (bool)
true
symbol(view returns (string)
WW3
totalSupply(view returns (uint256)
400
Read-only
NFTPerPublicAddress(addressview returns (uint8)
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 _tokenIdview returns (string)
State-modifying
Airdrop(uint8 _amountPerAddressaddress[] addresses
Reserve(uint16 _mintAmountaddress _receiver
approve(address touint256 tokenId
mint(uint8 _mintAmountpayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes data
setApprovalForAll(address operatorbool approved
setCost(uint256 _cost
setFreeMaxLimitPerAddress(uint8 _limit
setHiddenUri(string _uriPrefix
setMaxMintAmountPerTx(uint8 _maxtx
setMaxSupply(uint16 _maxSupply
setPaused(
setRevealed(
setUriPrefix(string _uriPrefix
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
withdraw(
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApprovalToCurrentOwner(
ApproveToCaller(
BalanceQueryForZeroAddress(
MintToZeroAddress(
MintZeroQuantity(
OperatorNotAllowed(address operator
OwnerQueryForNonexistentToken(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(