I DON'T FEEL SO GOOD

Verified contract

Proxy

Active on Ethereum with 3,683 txns
Deployed by via 0x6276ed19 at 16403099
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 42 additional slots
-
variable spans 48 additional slots
-
variable spans 1 additional slot

No balances found for "I DON'T FEEL SO GOOD"

0x433f89d8f0bbe55d7479f89a1d01c9f999a9742b8b24a1aae4c01aa49dbcd17a
0x30f4256d71d6595e6648eaf8bac1b40166ee39648759287a1bfeb22036ece251
0x54cacdafb8a5279f3d3098fa6158a4ffb4327581de7d18dad4e65518888fe8c7
0xaa419648ad474f374d71b47ad611dc77ef191095083b187fe0dd4b2c97fe3b8b
0x36d0f507f68d7eb7ac1d06df42d375fafd3d45ae3d623811da3b5940c2834dfb
0x5be62ba9478e745ab78a9877616ef6173bea3245aa4613c1c7fdd02d02d30283
0x91ca0ea8ca9a77c08ef84d316f44993a3184e36db72d633c4daeeaef779e0198
0xf30452cbbdf33f7ac7ad92a8d0f5992e51075e9852fabb38f215c7b2dadcff35
0x9381183085297bbff07fd98efe0d4ca6f383ca60678836db076da6ff8da256a2
0xd1bb9279b1f122a27fb0d9c806af687e0a7c2f120426f70e0ccbfd4690e3ba9a

Functions
Getter at block 21400043
implementation(pure returns (address)
0xe880d8577a001e1bf3b60a709875788fe9e60a7f
config(view returns (address signeruint32 maxSupplyuint32 reserveAmountuint16 maxPerAddressuint8 statusbool revealedbool offsetEnabledbool operatorFilterEnableduint120 privatePriceuint120 publicPrice)
(signer=0xa098c73fa20313b34eaf87ff18c07955a11dc951, maxSupply=3333, reserveAmount=1, maxPerAddress=1, status=1, revealed=false, offsetEnabled=true, operatorFilterEnabled=false, privatePrice=0, publicPrice=0)
name(view returns (string)
I DON'T FEEL SO GOOD
owner(view returns (address)
0x7ad9cbc5bf4b53c92684ae5a7543157035318831
provenanceHash(view returns (string)
0x13f8411f663f2b777adf0f5083cd4de3a8497e56515f9e729802c49ffa6756e9
symbol(view returns (string)
IDF
 
tokenOffset(view returns (uint256)
totalReleased(view returns (uint256)
0
totalShares(view returns (uint256)
100000
totalSupply(view returns (uint256)
3333
uri(view returns (string)
https://augminted.myfilebase.com/ipfs/Qmch8GcB8L7hiqdhnoTfgtyqrasE1gUXmYAjSNC8C3BQAY
Read-only
balanceOf(address ownerview returns (uint256)
explicitOwnershipOf(uint256 tokenIdview returns (struct IERC721AUpgradeableTokenOwnership)
explicitOwnershipsOf(uint256[] tokenIdsview returns (struct IERC721AUpgradeableTokenOwnership[])
functionLocked(bytes4view returns (bool)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
numberMinted(address accountview returns (uint256)
ownerOf(uint256 tokenIdview returns (address)
payee(uint256 indexview returns (address)
releasable(address accountview returns (uint256)
releasable(address tokenaddress accountview returns (uint256)
released(address accountview returns (uint256)
released(address tokenaddress accountview returns (uint256)
shares(address accountview returns (uint256)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
tokensOfOwner(address ownerview returns (uint256[])
tokensOfOwnerIn(address owneruint256 startuint256 stopview returns (uint256[])
totalReleased(address tokenview returns (uint256)
State-modifying
approve(address operatoruint256 tokenId
commitMetadata(
initialize(uint256 _noncebytes _signatureaddress[] _payeesuint256[] _sharesstring _namestring _symbolstring _uristring _provenanceHashstruct StructERC721_V1Config _config
privateMint(uint256 amountbytes signaturepayable 
publicMint(uint256 amountpayable 
release(address account
release(address tokenaddress account
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes data
setApprovalForAll(address operatorbool approved
setConfig(struct StructERC721_V1Config _configpayable 
setOffset(bool useVRFpayable 
setProvenanceHash(string _provenanceHashpayable 
setRevealed(bool _revealedstring _uripayable 
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
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
ERC20PaymentReleased(address indexed tokenaddress touint256 amount
Initialized(uint8 version
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
PayeeAdded(address accountuint256 shares
PaymentReceived(address fromuint256 amount
PaymentReleased(address touint256 amount
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(bytes data
Fallback and receive
fallback(
receive(
receive(
Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApproveToCaller(
BalanceQueryForZeroAddress(
InvalidQueryRange(
MintERC2309QuantityExceedsLimit(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
OwnershipNotInitializedForExtraData(
StructERC721_CollectionNotRevealed(
StructERC721_ExceedsMaxPerAddress(
StructERC721_FunctionLocked(
StructERC721_InsufficientSupply(
StructERC721_InvalidMintStatus(
StructERC721_InvalidSignature(
StructERC721_InvalidTransactionValue(
StructERC721_NoContractMinting(
StructERC721_ProvenanceHashNotSet(
StructERC721_TokenOffsetAlreadySet(
StructERC721_TokenOffsetDisabled(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(