Circle Visions
Verified contract
Proxy
Active on
Ethereum with 88 txns
Unified storage
Map
Table
Raw
Constants and immutables
4
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 49 additional slots
-
variable spans 41 additional slots
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 48 additional slots
-
variable spans 48 additional slots
-
variable spans 1 additional slot
-
variable spans 2 additional slots
7 additional
variables
Balances ($0.00)
No balances found for "Circle Visions"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16657498 | 2 years ago | | | 0 | 0.0011485352 | |
| 16657483 | 2 years ago | | | 0 | 0.0011365910 | |
| 16657465 | 2 years ago | | | 0 | 0.0011172537 | |
| 16657452 | 2 years ago | | | 0 | 0.0012327748 | |
| 16657448 | 2 years ago | | | 0 | 0.0012338837 | |
| 16657447 | 2 years ago | | | 0 | 0.0036746554 | |
| 16657446 | 2 years ago | | | 0 | 0.0010517434 | |
| 16657417 | 2 years ago | | | 0 | 0.00065325630 | |
| 16657412 | 2 years ago | | | 0 | 0.0013007792 | |
| 16657412 | 2 years ago | | | 0 | 0.00091377767 |
ABI
ABI objects
Getter at block 21158234 contractURI() view returns (string) proxiableUUID() view returns (bytes32)
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
MINTER_ROLE() view returns (bytes32)
0xf0887ba65ee2024ea881d91b74c2450ef19e1557f03bed3ea9f16b037cbe2dc9
SALES_MANAGER_ROLE() view returns (bytes32)
0x5ebbf78043a2215b522b1366a193ec74dd1f54e441e841a87b9653246a9c49a6
config() view returns (address metadataRenderer, uint64 editionSize, uint16 royaltyBPS, address fundsRecipient)
(metadataRenderer=0x192ce8267cbab9c3c477d61e85d7f0c5fe3b46af, editionSize=999, royaltyBPS=700, fundsRecipient=0x4ee3df78e52776e67896da0986b8da5328e7dbbd)
contractVersion() view returns (uint32)
10
metadataRenderer() view returns (address)
0x192ce8267cbab9c3c477d61e85d7f0c5fe3b46af
name() view returns (string)
Circle Visions
owner() view returns (address)
0x4ee3df78e52776e67896da0986b8da5328e7dbbd
saleDetails() view returns (struct IERC721DropSaleDetails)
(false, false, 0, 1676745154, 1677279600, 0, 0, 0x0000000000000000000000000000000000000000000000000000000000000000, 15, 999, 999)
salesConfig() view returns (uint104 publicSalePrice, uint32 maxSalePurchasePerAddress, uint64 publicSaleStart, uint64 publicSaleEnd, uint64 presaleStart, uint64 presaleEnd, bytes32 presaleMerkleRoot)
(publicSalePrice=0, maxSalePurchasePerAddress=15, publicSaleStart=1676745154, publicSaleEnd=1677279600, presaleStart=0, presaleEnd=0, presaleMerkleRoot=0x0000000000000000000000000000000000000000000000000000000000000000)
symbol() view returns (string)
CRC
totalSupply() view returns (uint256)
999
zoraFeeManager() view returns (address)
0xe666ca2f5ab01a5e8ca19e505b2de3475a39d7d2
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getRoleAdmin(bytes32 role) view returns (bytes32)
hasRole(bytes32 role, address account) view returns (bool)
isAdmin(address user) view returns (bool)
isApprovedForAll(address nftOwner, address operator) view returns (bool)
mintedPerAddress(address minter) view returns (struct IERC721DropAddressMintDetails)
ownerOf(uint256 tokenId) view returns (address)
presaleMintsByAddress(address) view returns (uint256)
royaltyInfo(uint256, uint256 _salePrice) view returns (address receiver, uint256 royaltyAmount)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events adminMint(address recipient, uint256 quantity) returns (uint256)
adminMintAirdrop(address[] recipients) returns (uint256)
approve(address to, uint256 tokenId)
burn(uint256 tokenId)
callMetadataRenderer(bytes data) returns (bytes)
finalizeOpenEdition()
grantRole(bytes32 role, address account)
initialize(string _contractName, string _contractSymbol, address _initialOwner, address _fundsRecipient, uint64 _editionSize, uint16 _royaltyBPS, bytes[] _setupCalls, address _metadataRenderer, bytes _metadataRendererInit)
manageMarketFilterDAOSubscription(bool enable)
multicall(bytes[] data) returns (bytes[] results)
purchase(uint256 quantity) payable returns (uint256)
purchasePresale(uint256 quantity, uint256 maxQuantity, uint256 pricePerToken, bytes32[] merkleProof) payable returns (uint256)
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setFundsRecipient(address newRecipientAddress)
setMetadataRenderer(address newRenderer, bytes setupRenderer)
setOwner(address newOwner)
setSaleConfiguration(uint104 publicSalePrice, uint32 maxSalePurchasePerAddress, uint64 publicSaleStart, uint64 publicSaleEnd, uint64 presaleStart, uint64 presaleEnd, bytes32 presaleMerkleRoot)
transferFrom(address from, address to, uint256 tokenId)
updateMarketFilterSettings(bytes args) returns (bytes)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
withdraw()
zoraFeeForAmount(uint256 amount) returns (address, uint256)
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Upgraded(address indexed implementation)
AdminChanged(address previousAdmin, address newAdmin)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
BatchMetadataUpdate(uint256 _fromTokenId, uint256 _toTokenId)
BeaconUpgraded(address indexed beacon)
FundsReceived(address indexed source, uint256 amount)
FundsRecipientChanged(address indexed newAddress, address indexed changedBy)
FundsWithdrawn(address indexed withdrawnBy, address indexed withdrawnTo, uint256 amount, address feeRecipient, uint256 feeAmount)
MetadataUpdate(uint256 _tokenId)
OpenMintFinalized(address indexed sender, uint256 numberOfMints)
OwnerCanceled(address indexed previousOwner, address indexed potentialNewOwner)
OwnerPending(address indexed previousOwner, address indexed potentialNewOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RoleAdminChanged(bytes32 indexed role, bytes32 indexed previousAdminRole, bytes32 indexed newAdminRole)
RoleGranted(bytes32 indexed role, address indexed account, address indexed sender)
RoleRevoked(bytes32 indexed role, address indexed account, address indexed sender)
Sale(address indexed to, uint256 indexed quantity, uint256 indexed pricePerToken, uint256 firstPurchasedTokenId)
SalesConfigChanged(address indexed changedBy)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
UpdatedMetadataRenderer(address sender, address renderer)
Upgraded(address indexed implementation)
constructor(address _logic, bytes _data)
fallback()
receive()
receive()
Access_MissingRoleOrAdmin(bytes32 role)
Access_OnlyAdmin()
Access_WithdrawNotAllowed()
Admin_InvalidUpgradeAddress(address proposedAddress)
Admin_UnableToFinalizeNotOpenEdition()
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
ExternalMetadataRenderer_CallFailed()
MarketFilterDAOAddressNotSupportedForChain()
MintToZeroAddress()
MintZeroQuantity()
Mint_SoldOut()
ONLY_OWNER()
ONLY_PENDING_OWNER()
OperatorNotAllowed(address operator)
OwnerQueryForNonexistentToken()
Presale_Inactive()
Presale_MerkleNotApproved()
Presale_TooManyForAddress()
Purchase_TooManyForAddress()
Purchase_WrongPrice(uint256 correctPrice)
RemoteOperatorFilterRegistryCallFailed()
Sale_Inactive()
Setup_RoyaltyPercentageTooHigh(uint16 maxRoyaltyBPS)
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()
Withdraw_FundsSendFailure()