The Cameras
Verified contract
Proxy
Active on
Ethereum with 396 txns
Unified storage
Map
Table
Raw
Constants and immutables
6
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 43 additional slots
-
variable spans 49 additional slots
-
variable spans 48 additional slots
-
variable spans 49 additional slots
-
variable spans 49 additional slots
0x56fe…7ba5
10 additional
variables
Balances ($0.00)
No balances found for "The Cameras"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21227597 | 7 days ago | | | 0 | 0.00052859223 | |
| 21072343 | a month ago | | | 0 | 0.00098428578 | |
| 21072301 | a month ago | | | 0 | 0.00099117950 | |
| 20893363 | 2 months ago | | | 0 | 0.00095399924 | |
| 20512684 | 3 months ago | | | 0 | 0.00033727552 | |
| 20511714 | 3 months ago | | | 0 | 0.00030150953 | |
| 20491943 | 4 months ago | | | 0 | 0.00041453043 | |
| 20450038 | 4 months ago | | | 0 | 0.00020232087 | |
| 20386685 | 4 months ago | | | 0 | 0.00013545191 | |
| 20261505 | 5 months ago | | | 0 | 0.00019657034 |
ABI
ABI objects
Getter at block 21277359 viewURIOptions() view returns (string[])
ADMIN_ROLE() view returns (bytes32)
0xa49807205ce4d355092ef5a8a18f56e8913cf4a201fbe287825b095693c21775
METADATA_STORAGE_SLOT() view returns (bytes32)
0x42e4ec1f98e793b22ce6d3d94dac69be208b1022748a25a29587cf3b64c7a04c
getCutoff() view returns (uint256)
1694113200
numURIs() view returns (uint256)
127
ADMIN_ROLE() view returns (bytes32)
0xa49807205ce4d355092ef5a8a18f56e8913cf4a201fbe287825b095693c21775
APPROVED_MINT_CONTRACT() view returns (bytes32)
0xf0178e81e3689af48153edf0e1b2d669fe2786ab9e21fdecf3e3771c70330af5
VERSION() view returns (string)
2.3.0
blockListRegistry() view returns (address)
0x56fe4de01b15bb2afa969f914692867acac27ba5
getDefaultRoyaltyRecipientAndPercentage() view returns (address, uint256)
(0xe5451a8651ff622fb3a111633e0c709379aaf4a1, 1000)
name() view returns (string)
The Cameras
owner() view returns (address)
0xe5451a8651ff622fb3a111633e0c709379aaf4a1
storyEnabled() view returns (bool)
true
symbol() view returns (string)
DGBCAM
totalSupply() view returns (uint256)
70
Read-only
tokenURI(uint256 tokenId) view returns (string)
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getBlockListStatus(address operator) view returns (bool)
getRoleMembers(bytes32 role) view returns (address[])
hasRole(bytes32 role, address potentialRoleMember) view returns (bool)
isApprovedForAll(address owner, address operator) view returns (bool)
isBlockListAdmin(address potentialAdmin) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
royaltyInfo(uint256 tokenId, uint256 salePrice) view returns (address receiver, uint256 royaltyAmount)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events addNewURIs(string[] _newURIs)
changeURI(uint256 tokenId, uint256 tokenUriIndex)
setCutoff(uint256 _cutoffDatetime)
acceptTokenUriUpdate(uint256 tokenId)
addCreatorStory(uint256 tokenId, string creatorName, string story)
addStory(uint256 tokenId, string collectorName, string story)
airdrop(address[] addresses, string baseUri)
approve(address to, uint256 tokenId)
batchMint(address recipient, uint256 numTokens, string baseUri)
burn(uint256 tokenId)
externalMint(address recipient, string uri)
initialize(string name, string symbol, address defaultRoyaltyRecipient, uint256 defaultRoyaltyPercentage, address initOwner, address[] admins, bool enableStory, address blockListRegistry)
mint(address recipient, string uri)
mint(address recipient, string uri, address royaltyAddress, uint256 royaltyPercent)
proposeNewTokenUri(uint256 tokenId, string newUri)
rejectTokenUriUpdate(uint256 tokenId)
renounceOwnership()
renounceRole(bytes32 role)
revokeAllRoles()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setApprovalForAll(address operator, bool approved)
setApprovedMintContracts(address[] minters, bool status)
setDefaultRoyalty(address newRecipient, uint256 newPercentage)
setRole(bytes32 role, address[] roleMembers, bool status)
setStoryEnabled(bool enabled)
setTokenRoyalty(uint256 tokenId, address newRecipient, uint256 newPercentage)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
updateBlockListRegistry(address newBlockListRegistry)
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
MetadataUpdate(uint256 tokenId)
NewURIAdded(address indexed sender, string newUri, uint256 index)
Upgraded(address indexed implementation)
AllRolesRevoked(address indexed from)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
BatchMetadataUpdate(uint256 fromTokenId, uint256 toTokenId)
BlockListRegistryUpdated(address indexed caller, address indexed oldRegistry, address indexed newRegistry)
ConsecutiveTransfer(uint256 indexed fromTokenId, uint256 toTokenId, address indexed fromAddress, address indexed toAddress)
CreatorStory(uint256 indexed tokenId, address indexed creatorAddress, string creatorName, string story)
Initialized(uint8 version)
MetadataUpdate(uint256 tokenId)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RoleChange(address indexed from, address indexed user, bool indexed approved, bytes32 role)
Story(uint256 indexed tokenId, address indexed collectorAddress, string collectorName, string story)
SynergyStatusChange(address indexed from, uint256 indexed tokenId, uint8 indexed action, string uri)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string name, string symbol, address defaultRoyaltyRecipient, uint256 defaultRoyaltyPercentage, address initOwner, address[] admins, bool enableStory, address blockListRegistry)
fallback()
receive()
MetadataSelectionDoesNotExist(uint256 selection)
Unauthorized()
AirdropTooFewAddresses()
BatchSizeTooSmall()
BlockedOperator()
CallerNotApprovedOrOwner()
CallerNotTokenOwner()
EmptyTokenURI()
MaxRoyaltyError()
MintToZeroAddress()
NoTokenUriUpdateAvailable()
NotRoleOrOwner(bytes32 role)
NotSpecifiedRole(bytes32 role)
NotStoryAdmin()
NotTokenCreator()
NotTokenOwner()
StoryNotEnabled()
TokenDoesNotExist()
TokenDoesntExist()
Unauthorized()
ZeroAddressError()