POW

Verified contract

Active on Ethereum with 17,789 txns
Deployed by via 0xa6024bfe at 15435170
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "POW"

0x41ef4799fd641227cd4af9d4b9006308b64bf3ea920c3df6228c40be8efc67a4
0x4901d1f148e29b152e88f915ebec222c8cca73219a972e65d91d51089766b274
0x152306e9d02d54b5449c717361e5fcf1942ed31a80ab2baf2f65291e3ce39ab2
0x1a175572d22c5b45cf725958b474346e3a63c3797e60cda352cee0a319a61e2c
0xabe9e9e328431b0e5ec53468286d430e893d3753912882fad768dcf4ee7afb31
0x18ece3bec752b5d8dd39d3d656139c5d09f19313ff228592f4ae5758b5ce8145
0x065c5ad3e6935b1b7d5a7250b3d346c41e8f35d67cc02d422039a1059aa8aaea
0x08b6b1618c84a9b10d87584e2eaf8399433f579ee43639e9d6317b4d9cfe32ff
0x65920e9946caf10b1bb8fc4140f9ee08d7ed381aeeb61cabd14921399fc3b4bf
0xcdfbe45ce72e70b05149289073d17cd148cbc997c8394d54cb24d6ed94af31c9

Functions
Getter at block 20858980
CONTRACT_STATUS(view returns (uint8)
2
MAX_FREE_PER_WALLET(view returns (uint256)
1
MAX_TX_PER_WALLET(view returns (uint256)
2
PRICE(view returns (uint256)
12000000000000000
ROYALTY_FEE_NUMERATOR(view returns (uint96)
750
TOTAL_SUPPLY(view returns (uint256)
4444
WHITELIST_TOTAL_SUPPLY(view returns (uint256)
4000
getTotalSupplyLeft(view returns (uint256)
0
name(view returns (string)
POW
owner(view returns (address)
0xbf8c139050bec2f163df6c9eed6ec33599e6bce5
rootHash(view returns (bytes32)
0x5ee6bcbdf566c823b125549ea8383ebcb775761540bb54810d958a763865b3cf
symbol(view returns (string)
POW
totalSupply(view returns (uint256)
4444
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
getTotalMinted(address addrview returns (uint256)
isApprovedForAll(address owneraddress operatorview returns (bool)
isWhitelisted(bytes32[] merkleProofview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
royaltyInfo(uint256 _tokenIduint256 _salePriceview returns (addressuint256)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
approve(address touint256 tokenId
internalMint(address buyerAddressuint256 quantity
publicMint(uint256 quantitypayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setBaseURI(string newURI
setStatus(uint8 status
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
whitelistMint(uint256 quantitybytes32[] merkleProofpayable 
withdraw(uint256 balance
withdrawAll(
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(
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(