Schrodinger Circuits
Verified contract
Active on
Ethereum with 886 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "Schrodinger Circuits"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21101884 | a month ago | | | 0 | 0.00033270662 | |
| 21101873 | a month ago | | | 0 | 0.00033744747 | |
| 21082326 | a month ago | | | 0 | 0.00036078708 | |
| 20634296 | 3 months ago | | | 0 | 0.00013437260 | |
| 20523987 | 4 months ago | | | 0 | 0.000087543535 | |
| 20345007 | 5 months ago | | | 0 | 0.00011735509 | |
| 19804527 | 7 months ago | | | 0 | 0.00038274589 | |
| 19636394 | 8 months ago | | | 0 | 0.00074238765 | |
| 19106080 | 10 months ago | | | 0 | 0.00067366503 | |
| 19106078 | 10 months ago | | | 0 | 0.00064980376 |
ABI
ABI objects
Getter at block 21391313
_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 owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 token) view returns (string)
State-modifying
Events approve(address operator, uint256 tokenId) payable
batchSafeTransferFrom(address[] from, address[] to, uint64[] tokens)
burn(uint256 token)
mint(address to, uint256 quantity)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId) payable
safeTransferFrom(address from, address to, uint256 tokenId, bytes data) payable
setApprovalForAll(address operator, bool approved)
setBurnContract(address addr)
setMetadataContract(address c)
setMintContract(address addr)
transferFrom(address from, address to, uint256 tokenId) payable
transferOwnership(address newOwner)
updateOperatorFilterRegistryAddress(address newRegistry)
updateTokenInfo(string name_, string symbol_, string metadataRoot_, string contractMetadataRoot_)
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)
MetadataContractUpdated(address contractAddress)
OperatorFilterRegistryAddressUpdated(address newRegistry)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string name_, string symbol_, string metadataRoot_, string contractMetadataRoot_, uint256 maxSupply_)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OnlyOwner()
OperatorNotAllowed(address operator)
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()