WW3 Pioneers By BonishBil

Verified contract

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

No balances found for "WW3 Pioneers By BonishBil"

0x9b4d5c91002b27d3c36cc33c38a5234afcf5676923976846e5bed20480531758
0xeb88f39e5c784726a2df13944af18921ec5ef40241dc7a7ce4478a64b68bb416
0x5e8c7d6de8eb584b3459766675971714cc6868e5e4f05988a9f8a9fe1abfcabe
0x9d9a89b930a50f644852811ff72199ec0bae0d799ca42c16f5e425daf23ec870
0x1d5804d7c1e280955def60af511c913e4190091893a799d277aee9ac8002ec48
0xba1348ccc4a5f48411e69ef034b82085e3152c35b184fc49a93cced102d4d08d
0x0a8a1c78495470c736f48a257dbd8e7921520fc28534c1c8483f175a5820a5f7
0x871115f13ac9b757289655018ce4a0a4cd71dbc74d3fd01c3044955d2f20e244
0x7c3815f057cebd6b25db89be4769c886ceee2a49ad8d3134d4bf63f23331a701
0x8f92acda2b4f21588976c3b0ab8eb89d2b1065a610e3da51eee8e7a3cac70daf

Functions
Getter at block 21437160
cost(view returns (uint256)
6000000000000000
hiddenURL(view returns (string)
maxFreeMintAmountPerWallet(view returns (uint8)
0
maxMintAmountPerTx(view returns (uint8)
3
maxSupply(view returns (uint16)
1666
name(view returns (string)
WW3 Pioneers By BonishBil
owner(view returns (address)
0x92c39077bf09cb8149b0222a27785f724ec3d27f
paused(view returns (bool)
false
reveal(view returns (bool)
true
symbol(view returns (string)
WW3BB
totalSupply(view returns (uint256)
401
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(