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

No Prise For Sun

Verified contract

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

No balances found for "No Prise For Sun"

0x9e85836dbb0b6af4d0c054bd5f6b9df8d28428c094afce821e93cb743be9b787
0x504478460d3c3d6ce30f9332dbba7bee3784aa139713ffc359239de8b3d94d35
0x614b1177f29192388836c2955a28e8297f7f7bf69ccd7fc8d530f32bd0626403
0x9696105c779eab20b34887ca9927d62c1eecd1e63995d4a6632f4d0916016c2b
0x9d40964604b819b0dc8961fc84d67c3a8f7110e69d2d98eb5da1d93848573982
From
0x25e512ed711ca6313595c00bd6dca5c34833e80b60f7c6497153e03e9c5f867a
0x7b32b2a73f0e8d90c12392310d5e34339207987c663d032fa6c9f58d53c3bd98
From
0x36917fe799ec9b2865871c5fb82d43d67012438d048335dff5f2fa1eeb3b80d3
0xd1f6bb71633026f402d56ef351ebc0cdae69ebb1283d1893dbf7c1cecf3f2a8c
From
0x9b672e651c8bec35b26f01ee0f7ade37ee56af4714810362d37f9b7b77fbda75

Functions
Getter at block 20796891
OPERATOR_FILTER_REGISTRY(view returns (address)
0x000000000000aaeb6d7670e522a718067333cd4e
maxFreeMintAmountPerTx(view returns (uint256)
1
maxMintAmountPerWallet(view returns (uint256)
20
maxSupply(view returns (uint256)
500
mintPrice(view returns (uint256)
2000000000000000
name(view returns (string)
No Prise For Sun
owner(view returns (address)
0xc0b84a868be0f14dcf95cac441e7ef1c4513b0b5
symbol(view returns (string)
Sun
totalSupply(view returns (uint256)
500
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview 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 operatoruint256 tokenIdpayable 
privateMint(address addruint256 amount
publicMint(uint256 amountpayable 
safeTransferFrom(address fromaddress to
safeTransferFrom(address fromaddress touint256 tokenIdpayable 
safeTransferFrom(address fromaddress touint256 tokenIdbytes datapayable 
setApprovalForAll(address operatorbool approved
setFreePerAddr(uint256 maxTxuint256 maxS
setURi(string u
transferFrom(address fromaddress touint256 tokenIdpayable 
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(
BalanceQueryForZeroAddress(
MintERC2309QuantityExceedsLimit(
MintToZeroAddress(
MintZeroQuantity(
OperatorNotAllowed(address operator
OwnerQueryForNonexistentToken(
OwnershipNotInitializedForExtraData(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(