Schrodinger Circuits

Verified contract

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

No balances found for "Schrodinger Circuits"

0xbfe512afc336c811716e93026bc809e3a2aee433a115b2cdd8c5088736951da6
0x83b7548497e2810276c7e02d2e6306845a1ed5bd6748e65bbf48899d807a4547
0x7ec88ba03e1ee5922a36781d87b4034917310a16259be3bdc19c1b82f57f7614
0x8c838956590a733c1e99bd88a0e9daa02c32dfd7a8af864ef56b191a3024ba7d
0xceeee66f82866a745a054b752c3db0fe3f028c904de73167990d53a75043d938
0x6a58f41eb8cc4b453601572ae28fcd1b23571a1656dc4f7bf01a4761001800eb
0xb40190109d4b55954a88740d961fffc21cd80ad129d01c921196bdbe5eb19609
0x418db39fcd76d99b8a9026344f006f02add88e6f10c743a2871d2a9369ccce74
0x04bbc8b96bdc3bc5b95c444d006c4e3e205130305932bac15acb242e30f62545
0x55a28c5e1cc5309a6e14ff9d2371153eeab213861254ba5a307520016eae1ddf

Functions
Getter at block 20961424
_burnContract(view returns (address)
0x850ed40aabe4d06e4a8c00ba4480a469a92095c6
_metadataContract(view returns (address)
0x0000000000000000000000000000000000000000
_mintContract(view returns (address)
0x663be188707c78656910b8b0e3753286b77737ef
burnContract(view returns (address)
0x850ed40aabe4d06e4a8c00ba4480a469a92095c6
contractURI(view returns (string)
ipfs://QmdBRs8Dt6CCnX6MgHqdRmCkJZz73W6QYMvyf4c7PG6aHt
maxSupply(view returns (uint256)
1200
mintContract(view returns (address)
0x663be188707c78656910b8b0e3753286b77737ef
name(view returns (string)
Schrodinger Circuits
operatorFilterRegistry(view returns (address)
0x000000000000aaeb6d7670e522a718067333cd4e
owner(view returns (address)
0x5f5e2a298fb88e514e8919edfd2a1b7486296f40
symbol(view returns (string)
BOOM
totalMinted(view returns (uint256)
1200
totalSupply(view returns (uint256)
522
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenview returns (string)
State-modifying
approve(address operatoruint256 tokenIdpayable 
batchSafeTransferFrom(address[] fromaddress[] touint64[] tokens
burn(uint256 token
mint(address touint256 quantity
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenIdpayable 
safeTransferFrom(address fromaddress touint256 tokenIdbytes datapayable 
setApprovalForAll(address operatorbool approved
setBurnContract(address addr
setMetadataContract(address c
setMintContract(address addr
transferFrom(address fromaddress touint256 tokenIdpayable 
transferOwnership(address newOwner
updateOperatorFilterRegistryAddress(address newRegistry
updateTokenInfo(string name_string symbol_string metadataRoot_string contractMetadataRoot_
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
MetadataContractUpdated(address contractAddress
OperatorFilterRegistryAddressUpdated(address newRegistry
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(string name_string symbol_string metadataRoot_string contractMetadataRoot_uint256 maxSupply_
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
BalanceQueryForZeroAddress(
MintERC2309QuantityExceedsLimit(
MintToZeroAddress(
MintZeroQuantity(
OnlyOwner(
OperatorNotAllowed(address operator
OwnerQueryForNonexistentToken(
OwnershipNotInitializedForExtraData(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(