This contract is being backfilled. You may encounter incomplete storage history.

Powersnft

Verified contract

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

No balances found for "Powersnft"

0x1c4a3b3f0ab0d14ea0f48909d8d0f3ac49678723584c3c000d78ec1a7a45d686
0x7e99569a705867b998efb41ce9a13d18b9bf15dc449a694b7c093b53fb4eea74
0x3d021dafe408e5d72870717bf8fe903d6ef4644b3109909a4396aeda2c6b1296
0xc8e33b62d3b56e558cfa2c16bd8541a2763895506ff7e869bde62b3c36032074
0x834d18e9dc5053955a2babda51e04fa78943d5313bab51999cfac49174b0792b
0x031d68c6e99b3bfddb21607720a215aa9091dd82ae6f756468de90a19698880f
0xddde6b0f2f922d43fa4959be30b4afeb161318113a109bbdc773024c30f12d88
0xd306df318c30193ee49b8fb74ee71d6c96d0a1db0cc16a8efbc1c9ba4ee0decb
0x99a07ae6234e6468279f455965babc37e3e13710e1011fb206092b04d075acd7
0x62ca040863a67299f590261b717d959136f7ad5aaac5914f5174c68198a72e07

Functions
Getter at block 21214806
COST(view returns (uint256)
2500000000000000
MAX_FREE(view returns (uint256)
2100
MAX_FREE_PER_WALLET(view returns (uint256)
1
MAX_SUPPLY(view returns (uint256)
2500
contractURI(view returns (string)
ipfs://QmS1GEFjtm4WAPKRrYErnPBfehhGYvxEuZdgrtz7sjSpSw
name(view returns (string)
Powersnft
symbol(view returns (string)
POWERS
totalSupply(view returns (uint256)
2210
Read-only
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
approve(address touint256 tokenId
freeMint(
mint(uint256 amountpayable 
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setData(string _contractstring _base
transferFrom(address fromaddress touint256 tokenId
withdraw(
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
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(