I DON'T FEEL SO GOOD
Verified contract
Proxy
Active on
Ethereum with 3,683 txns
Unified storage
Map
Table
Raw
Constants and immutables
1
Slot
XX
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
Balances ($0.00)
No balances found for "I DON'T FEEL SO GOOD"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18288933 | a year ago | | | 0 | 0.00031249246 | |
| 16723526 | 2 years ago | | | 0 | 0.0012997908 | |
| 16630490 | 2 years ago | | | 0 | 0.0018813450 | |
| 16630490 | 2 years ago | | | 0 | 0.0018813450 | |
| 16630490 | 2 years ago | | | 0 | 0.0018813450 | |
| 16630490 | 2 years ago | | | 0 | 0.0018813450 | |
| 16630485 | 2 years ago | | | 0 | 0.0019306387 | |
| 16630485 | 2 years ago | | | 0 | 0.0019306387 | |
| 16630485 | 2 years ago | | | 0 | 0.0019306387 | |
| 16630485 | 2 years ago | | | 0 | 0.0019306387 |
ABI
ABI objects
Getter at block 21400043 tokenOffset() view returns (uint256)
implementation() pure returns (address)
0xe880d8577a001e1bf3b60a709875788fe9e60a7f
config() view returns (address signer, uint32 maxSupply, uint32 reserveAmount, uint16 maxPerAddress, uint8 status, bool revealed, bool offsetEnabled, bool operatorFilterEnabled, uint120 privatePrice, uint120 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
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 owner) view returns (uint256)
explicitOwnershipOf(uint256 tokenId) view returns (struct IERC721AUpgradeableTokenOwnership)
explicitOwnershipsOf(uint256[] tokenIds) view returns (struct IERC721AUpgradeableTokenOwnership[])
functionLocked(bytes4) view returns (bool)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
numberMinted(address account) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
payee(uint256 index) view returns (address)
releasable(address account) view returns (uint256)
releasable(address token, address account) view returns (uint256)
released(address account) view returns (uint256)
released(address token, address account) view returns (uint256)
shares(address account) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
tokensOfOwner(address owner) view returns (uint256[])
tokensOfOwnerIn(address owner, uint256 start, uint256 stop) view returns (uint256[])
totalReleased(address token) view returns (uint256)
State-modifying
Events approve(address operator, uint256 tokenId)
commitMetadata()
initialize(uint256 _nonce, bytes _signature, address[] _payees, uint256[] _shares, string _name, string _symbol, string _uri, string _provenanceHash, struct StructERC721_V1Config _config)
privateMint(uint256 amount, bytes signature) payable
publicMint(uint256 amount) payable
release(address account)
release(address token, address account)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setApprovalForAll(address operator, bool approved)
setConfig(struct StructERC721_V1Config _config) payable
setOffset(bool useVRF) payable
setProvenanceHash(string _provenanceHash) payable
setRevealed(bool _revealed, string _uri) payable
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
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)
ERC20PaymentReleased(address indexed token, address to, uint256 amount)
Initialized(uint8 version)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
PayeeAdded(address account, uint256 shares)
PaymentReceived(address from, uint256 amount)
PaymentReleased(address to, uint256 amount)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(bytes data)
fallback()
receive()
receive()
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()