SCHRTDINGER's CAT NFT

Verified contract

Proxy

Active on Ethereum with 2,630 txns
Deployed by via 0x0fa1034d at 15094848
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 49 additional slots
-
variable spans 41 additional slots
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 48 additional slots
12 additional variables

No balances found for "SCHRTDINGER's CAT NFT"

0x472ba4243d3cbe420a766e2f852d4dd12f2a61636280782c61aa0c73238a7894
0x8bae2826b8dd27024f7d7fe25455c8a68ded461a595d26c74138860b861ef1a0
0xbd8fd7ed970e950d6c0b65739924de6b187bf24fab4b9178f634915315f25ff1
0xe239f93a2cb58bb2d746cf8474ff51f2e632deaa6dd1b2b758193696ad8e2b2a
0x5db8e4978f1549e6f4159260bd9d91681a8e4dcd1f3e071d5c87ec19aca517a2
From
0x7c2be3443151aac6c64742b0ec0d26d99635fa8d833827410d5f9840af826323
From
0xd04059caf157686abf5490c3baa0ac75fcb2b5ffcacd270a3659dba5aea6b3e4
0xc229c8a0326c3d2fc5c8a8b1fc16e24cf4507407856af3827308728444df3e0b
0x7c5d7d27d26876c95361f79b20c9249cffaadcdd59d72db5f3948663b6cfba8e
0x58be98a72c7d46d8c687ccd052eaaa32303ec45b562a25d0f800701d8e5b258c

Functions
Getter at block 20936670
implementation(view returns (address)
0xe44a70d5874808b79f9680160923f653a81c9319
cost(view returns (uint256)
0
getWithdrawSplit(view returns (address[]uint256[])
([0x460Fd5059E7301680fA53E63bbBF7272E643e89C, 0x4Df5154126DF20cD83CE5F43e4b27f27a975AD3e], [49, 951])
maxPerMint(view returns (uint32)
5
maxPerWallet(view returns (uint32)
10
name(view returns (string)
SCHRTDINGER's CAT NFT
open(view returns (bool)
false
owner(view returns (address)
0x4df5154126df20cd83ce5f43e4b27f27a975ad3e
presaleOpen(view returns (bool)
true
referralCap(view returns (uint256)
0
referralOpen(view returns (bool)
false
reqToken(view returns (address)
0x0000000000000000000000000000000000000000
revealed(view returns (bool)
true
supply(view returns (uint256)
7990
symbol(view returns (string)
sccat
totalSupply(view returns (uint256)
10000
Read-only
affiliatesOf(address ownerview returns (uint256)
balanceOf(address ownerview returns (uint256)
explicitOwnershipOf(uint256 tokenIdview returns (struct IERC721AUpgradeableTokenOwnership)
explicitOwnershipsOf(uint256[] tokenIdsview returns (struct IERC721AUpgradeableTokenOwnership[])
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
royaltyInfo(uint256 _tokenIduint256 _salePriceview returns (address receiveruint256 royaltyAmount)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 _tokenIdview returns (string)
tokensOfOwner(address ownerview returns (uint256[])
tokensOfOwnerIn(address owneruint256 startuint256 stopview returns (uint256[])
State-modifying
airdrop(address[] _recipientsuint256[] _amount
approve(address touint256 tokenId
burn(uint256 tokenId
initialize(string _namestring _symboluint256 _maxSupply
mint(uint256 countpayable 
mintAll(payable 
presaleMint(uint32 countbytes32[] proofpayable 
referralMint(uint32 countaddress referrerpayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setCommission(uint256 _val1
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
updatePresale(bool _openbytes32 root
updateReferral(bool _openuint256 _val
updateReqToken(address _address
updateReveal(bool _revealedstring _uri
updateRoyalties(address _recipientuint256 _fee
updateSale(bool _openuint256 _costuint32 _maxWuint32 _maxM
updateWithdrawSplit(address[] _addressesuint256[] _fees
withdraw(payable 
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 _namestring _symboluint256 _totalSupply
Fallback and receive
fallback(
receive(
Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApprovalToCurrentOwner(
ApproveToCaller(
BalanceQueryForZeroAddress(
InvalidQueryRange(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(