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 "POW"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21102683 | a month ago | | | 0 | 0.00010871080 | |
| 20488374 | 4 months ago | | | 0 | 0.000087449383 | |
| 20394681 | 4 months ago | | | 0 | 0.000030939893 | |
| 19976503 | 6 months ago | | | 0 | 0.0012196555 | |
| 19834980 | 7 months ago | | | 0 | 0.00020668191 | |
| 19599295 | 8 months ago | | | 0 | 0.00025305315 | |
| 19536560 | 8 months ago | | | 0 | 0.00064220658 | |
| 19195464 | 10 months ago | | | 0 | 0.00079977630 | |
| 19195463 | 10 months ago | | | 0 | 0.00079152731 | |
| 19137345 | 10 months ago | | | 0 | 0.00044787070 |
ABI
ABI objects
Getter at block 21292029
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 owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getTotalMinted(address addr) view returns (uint256)
isApprovedForAll(address owner, address operator) view returns (bool)
isWhitelisted(bytes32[] merkleProof) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
royaltyInfo(uint256 _tokenId, uint256 _salePrice) view returns (address, uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
internalMint(address buyerAddress, uint256 quantity)
publicMint(uint256 quantity) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string newURI)
setStatus(uint8 status)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
whitelistMint(uint256 quantity, bytes32[] merkleProof) payable
withdraw(uint256 balance)
withdrawAll()
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()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()