ART HEIST
Verified contract
Proxy
Active on
Ethereum with 5 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 43 additional slots
-
variable spans 49 additional slots
-
variable spans 48 additional slots
-
variable spans 49 additional slots
-
variable spans 49 additional slots
15 additional
variables
Balances ($0.00)
No balances found for "ART HEIST"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18080527 | a year ago | | | 0 | 0.0015477491 | |
| 18080516 | a year ago | | | 0 | 0.0016970820 | |
| 18080455 | a year ago | | | 0 | 0.0013602106 | |
| 17993458 | a year ago | | | 0 | 0.0026551460 | |
| 17872860 | a year ago | | | 0 | 0.0060516358 |
ABI
ABI objects
Getter at block 21389613
ADMIN_ROLE() view returns (bytes32)
0xa49807205ce4d355092ef5a8a18f56e8913cf4a201fbe287825b095693c21775
VERSION() view returns (string)
2.5.0
blockListRegistry() view returns (address)
0x0000000000000000000000000000000000000000
getDefaultRoyaltyRecipientAndPercentage() view returns (address, uint256)
(0x92a7bd65c8b2a9c9d98be8eaa92de46d1fbdefaf, 690)
isFused() view returns (bool)
false
isShattered() view returns (bool)
true
maxShatters() view returns (uint256)
3
minShatters() view returns (uint256)
3
name() view returns (string)
ART HEIST
owner() view returns (address)
0x92a7bd65c8b2a9c9d98be8eaa92de46d1fbdefaf
shatterTime() view returns (uint256)
1691528400
shatters() view returns (uint256)
3
storyEnabled() view returns (bool)
true
symbol() view returns (string)
ARTHEIST
totalSupply() view returns (uint256)
3
Read-only
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 acceptTokenUriUpdate(uint256 tokenId)
addCreatorStory(uint256 tokenId, string creatorName, string story)
addStory(uint256 tokenId, string collectorName, string story)
approve(address to, uint256 tokenId)
fuse()
initialize(string name, string symbol, address royaltyRecipient, uint256 royaltyPercentage, address initOwner, address[] admins, bool enableStory, address blockListRegistry)
mint(address recipient, string uri, uint256 min, uint256 max, uint256 time)
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)
setDefaultRoyalty(address newRecipient, uint256 newPercentage)
setRole(bytes32 role, address[] roleMembers, bool status)
setStoryEnabled(bool enabled)
setTokenRoyalty(uint256 tokenId, address newRecipient, uint256 newPercentage)
shatter(uint256 numShatters)
shatterUltra(uint256 numShatters)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
updateBlockListRegistry(address newBlockListRegistry)
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
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)
Fused(address indexed user, uint256 indexed fuseTime)
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)
Shattered(address indexed user, uint256 indexed numShatters, uint256 indexed shatteredTime)
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()
AlreadyMinted()
BlockedOperator()
CallPriorToShatterTime()
CallerDoesNotOwnAllTokens()
CallerNotTokenOwner()
EmptyTokenURI()
InvalidNumShatters()
IsFused()
IsShattered()
MaxRoyaltyError()
NoTokenUriUpdateAvailable()
NotRoleOrOwner(bytes32 role)
NotShattered()
NotStoryAdmin()
NotTokenCreator()
NotTokenOwner()
StoryNotEnabled()
TokenDoesNotExist()
TokenDoesntExist()
Unauthorized()
ZeroAddressError()