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

Stacy

Verified contract

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

No balances found for "Stacy"

0x5dc7efe9276d671e8f9713c667d5a33b0f5869e6fcdfd694e174f985755ff007
0x5dde4a8dab8277d26b89985fc1dd2c3c1f52d8889ee2d11a89ab23ff9d4ba8db
0xec25ef36a2ee6279f4c34598379d4cdf7cb89fb9619c1427b25ce36c6ef8dc28
0x4165439e0b0a01026f4bbff4ef14e7d27da95c0ae62daab429cef5f8c0815855
0x2d41a030b85f9d4269786beb76ab244c8f84552e457eb136d9532d14b04cbcd5
0x2f6b4b4ff7f5e653e40bdad8bbe64986140fc19df8dabe08f976785520b2a31d
0xb9b881a391726ba4bb90e2ca5919ce59eb85835dc79493c100f7fbb3308eb3e7
0xae2ed1d375caeadebdda808ddf1ccebc073529f413ce590896d6ca23024474f8
0xfc3831953f2f1570cb0d4304b5ced6bd671078649737b8b8b53e384a3ce40189
0xd0a718471b6186bcf65658c56ba6baf72b16ff5fd32df5dbf9920b9dbc5f92a8

Functions
Getter at block 20796877
chad(view returns (address)
0x9cf63efbe189091b7e3d364c7f6cfbe06997872b
contractURI(view returns (string)
https://gateway.pinata.cloud/ipfs/QmcyXocAREeoKrwz5M6y2oqY7JEbWzoHqxWv6je7FXWArW
maxAmountPerMint(view returns (uint256)
20
maxSupply(view returns (uint256)
10000
name(view returns (string)
Stacy
owner(view returns (address)
0x1f2dd894d06f584f2aa4590f2434b7748153e36d
price(view returns (uint256)
50000000000000000
saleStartTimestamp(view returns (uint256)
1633708800
symbol(view returns (string)
STACY
totalSupply(view returns (uint256)
1152
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
isChadUsed(uint256view returns (bool)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
approve(address touint256 tokenId
mint(uint256 amountpayable 
mintPreSale(uint256[] chadIdspayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setBaseURI(string newBaseURI
setContractURI(string newContractURI
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
withdrawEther(
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(string contractURI_string baseURI_
Fallback and receive

This contract contains no fallback and receive objects.

Errors
AmountExceedsMax(uint256 amountuint256 maxAmount
AmountExceedsMaxPerMint(uint256 amountuint256 maxAmountPerMint
ChadUsed(uint256 chadId
NotChadOwner(address msgSenderuint256 chadId
NotEnoughEther(uint256 valueuint256 requiredEther
SaleEnded(uint256 timestampuint256 endTime
SaleNotStarted(uint256 timestampuint256 startTime