Roots Editions

Verified contract

Active on Ethereum with 31 txns
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "Roots Editions"

0x33758d9285e4330a2f06178e799c18928d54d0f5924e046a7aae4858f7a2f167
0xfa0d57be209e27f3f5aa72ec13f6fd64576f135e686fd643000babbd3ab681ed
0x072f77d15e2cc433e7d7910e737a6cb2562de9be52a96f7a52a85bceeddc1467
0x9c85480b6950a9da874f18a8392a47219e121d35d28f36c51e9a1060027c5d55
0x658de71194c5f8c5700bf06686da84d1bfb43b7c8c0c4c332f3f33cf79435c61
0x29655d5c852291aefd1b2fd865c3a10dbc7aef7a09a4e16cf0a1c960365a6260
0x51df6e25da3d22bacf4e26b1113b263991f29af5190d5dabe7d32be9ffb673a7
0x09769d84b9944b7b7220b4bdebffe40e4cd0717cd8b4a3edd8660c4ea32143a1
0x099f551420d00f4ded95596d0d34a2546916236252001e0d609bc0d9456eb7c8
0xc5de825d8d5dae63fc73be4f89dc00a02e78eb5ed0de4128c3cf7190abc7ed22

Functions
Getter at block 21322785
artist(view returns (address)
0x71b90c1ae3fb19aa2f8cb1e4fd3f062a0642116c
burned(view returns (uint256)
0
name(view returns (string)
Roots Editions
nextId(view returns (uint256)
13
operatorFilteringEnabled(view returns (bool)
true
owner(view returns (address)
0x71b90c1ae3fb19aa2f8cb1e4fd3f062a0642116c
symbol(view returns (string)
ROOTED
totalSupply(view returns (uint256)
240
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256view returns (address)
getArtworkEditionNumberFromRealId(uint256 realIdview returns (uint256)
getArtworkEditionSize(uint256 idview returns (uint256)
getArtworkEditionsCurrentlyAvailable(uint256 idview returns (uint256)
getArtworkEditionsNextReleaseTime(uint256 idview returns (uint256)
getArtworkEditionsSold(uint256 idview returns (uint256)
getArtworkEditionsSoldInPresale(uint256 idview returns (uint256)
getArtworkIdFromRealId(uint256 realIdview returns (uint256)
getArtworkInformation(uint256 idview returns (bool artistProofMinteduint256 editionSizeuint256 priceuint256 startsuint256 nextEditionReleaseTimeuint256 editionsCurrentlyAvailableuint256 presaleAmountbytes32 presaleRootuint256 soldPresaleuint256 soldbool editionMinted)
getArtworkPresaleAmount(uint256 idview returns (uint256)
getArtworkRealTokenId(uint256 iduint256 editionview returns (uint256)
getArtworkSalePrice(uint256 idview returns (uint256)
getArtworkSaleStartTime(uint256 idview returns (uint256)
getCanCollectInPresale(uint256 idaddress accountbytes32[] proofview returns (bool)
getHasArtistProofBeenMinted(uint256 idview returns (bool)
getHasArtworkEditionBeenMinted(uint256 idview returns (bool)
isApprovedForAll(addressaddressview returns (bool)
ownerOf(uint256 idview returns (address owner)
presaleRoots(uint256view returns (bytes32)
royaltyInfo(uint256uint256 salePriceview returns (address receiveruint256 royaltyAmount)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenBurned(uint256view returns (bool)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
approve(address operatoruint256 tokenId
burn(uint256 id
closeEdition(uint256 id
collect(uint256 idpayable 
collectInPresale(uint256 idbytes32[] proofpayable 
mintArtistProof(
mintEdition(uint128 priceuint32 startsuint8 presaleAmountbytes32 presaleRoot
removePresaleRequirementForEdition(uint256 id
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes data
setApprovalForAll(address operatorbool approved
setMetadata(address metadata
setOperatorFilteringEnabled(bool enabled
setPresaleAmountForEdition(uint256 iduint8 presaleAmount
setPresaleRootForEdition(uint256 idbytes32 presaleRoot
setRoyaltyInfo(address receiveruint96 amount
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
withdrawERC20(address token
withdrawETH(
Events
Approval(address indexed owneraddress indexed spenderuint256 indexed id
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
ArtistProofMint(uint256 indexed id
EditionMint(uint256 indexed iduint256 indexed priceuint256 indexed starts
Initialized(
MetadataUpdated(address indexed prevMetadataaddress indexed metadata
OwnershipTransferred(address indexed useraddress indexed newOwner
PresaleAmountSet(uint256 indexed iduint256 indexed amount
PresaleRootSet(uint256 indexed idbytes32 indexed root
RoyaltiesUpdated(address indexed receiveruint256 indexed amount
Transfer(address indexed fromaddress indexed touint256 indexed id
Constructor
constructor(address owneraddress metadata
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ArtistProofAlreadyMinted(
ArtistProofNotMinted(
ArtworkAlreadyCollected(
ArtworkDoesNotExist(
ArtworkNoEditionsCurrentlyAvailable(
ArtworkNotForSale(
ArtworkSoldOut(
CannotSetZeroStartTime(
CannotUsePresaleWithoutRoot(
IncorrectPrice(
NoMoreEditionsToRelease(
PresaleAlreadyCollected(
PresaleAmountExceedsEditionSize(
PresaleConcluded(
PresaleInvalidProof(
PresaleNotRequired(
PresaleNotStarted(
PresaleSoldOut(
SaleAlreadyStarted(
UnsoldTimelockNotElapsed(
WithdrawFailed(
ZeroBalance(