Alba Base Collection

Verified contract

Implementation

Active on Ethereum with 1 txns
Deployed by via 0x91f6974c at 17264703
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 2 additional slots
-
variable spans 4 additional slots

No balances found for "Alba Base Collection"

0x5244bd80bc3127ba643fb3b302bb29b52887b0bb495da46b1f43f3e89fc21a87
From

Functions
Getter at block 20964649
DEFAULT_ADMIN_ROLE(view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
ROLE_ARTIST(view returns (bytes32)
0x63680df430131e002a919e96864c2a88aef0a4ae2b002894ffc3d31894db09c4
ROLE_MANAGER(view returns (bytes32)
0xf206625bad3d9112d5609b8d356e6fbd514cd1f69980d4ce2b3e6e68e1789ace
albaDelegate(view returns (address)
0x95a405d36e572a35bf00dad4adb7bff4d2df56ad
 
availablePayments(view returns (uint256)
collectionConfig(view returns (bytes16 uuidstring namestring tokenstring slug)
(uuid=0x00000000000000000000000000000000, name=Alba Base Collection, token=ALBA, slug=alba)
finalSalePrice(view returns (uint256)
0
flushablePayments(view returns (uint256)
0
getPrice(view returns (uint256)
0
isHofMinted(view returns (bool)
false
isSaleClosed(view returns (bool)
false
name(view returns (string)
Alba Base Collection
numReservedMinted(view returns (uint256)
0
numRetainedMinted(view returns (uint256)
0
owner(view returns (address)
0x5b0c1a42f3836498d29d7fae8268621c25701f27
paymentSplitter(view returns (address)
0xc148b62937d916e8874b73d32527727f74450aa5
paymentSplitterRoyalties(view returns (address)
0x6e7eaeb3f013c369934adf4dda6c5b1e9a47d6bf
royaltyConfig(view returns (uint16 albaPrimaryFeeBasisPointsuint16 albaSecondaryFeeBasisPointsuint16 royaltyBasisPointsbool enforceRoyalties)
(albaPrimaryFeeBasisPoints=9999, albaSecondaryFeeBasisPoints=9999, royaltyBasisPoints=10000, enforceRoyalties=false)
saleConfig(view returns (uint8 saleTypeuint32 maxSalePiecesuint32 numReserveduint16 numRetaineduint40 startTimeuint40 auctionEndTimeuint16 decayPeriodSecondsuint24 decayRateBasisPointsbool hasRebateuint256 initialPriceuint256 finalPrice)
(saleType=0, maxSalePieces=0, numReserved=0, numRetained=1000, startTime=549755813888, auctionEndTime=0, decayPeriodSeconds=0, decayRateBasisPoints=0, hasRebate=false, initialPrice=0, finalPrice=0)
symbol(view returns (string)
ALBA
totalSupply(view returns (uint256)
0
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
getRebateAmount(address userview returns (uint256)
getRoleAdmin(bytes32 roleview returns (bytes32)
getRoleMember(bytes32 roleuint256 indexview returns (address)
getRoleMemberCount(bytes32 roleview returns (uint256)
hasRole(bytes32 roleaddress accountview returns (bool)
isApprovedForAll(address owneraddress operatorview returns (bool)
mintPrices(addressuint256view returns (uint256)
ownerOf(uint256 tokenIdview returns (address)
reservesUsed(bytes16 collectionIdaddress useruint16 maxMintsuint32 nonceview returns (uint256)
royaltyInfo(uint256uint256 salePriceview returns (address receiveruint256 royaltyAmount)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenHTML(uint256 tokenIdview returns (string)
tokenSeed(uint256 tokenIdview returns (bytes32)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
approve(address operatoruint256 tokenIdpayable 
assumeTotalOwnership(
changeAuctionTimes(uint40 newStartTimeuint40 newEndTime
claimPayments(
claimRebate(address recipient
closeSale(
flushPaymentToSplitter(
grantRole(bytes32 roleaddress account
initialize(address _albaDelegatestruct CollectionConfig _configstruct SaleConfig _saleConfigstruct RoyaltyConfig _royaltyConfigaddress albaManageraddress artist
mint(bytes16 collectionIdaddress useruint16 numuint32 noncebytes signaturepayable 
mintHallOfFame(address to
mintReserved(bytes16 collectionIdaddress useruint16 numuint16 maxMintsuint32 noncebytes signaturepayable 
mintRetained(uint16 num
renounceOwnership(
renounceRole(bytes32 roleaddress account
revokeRole(bytes32 roleaddress account
safeTransferFrom(address fromaddress touint256 tokenIdpayable 
safeTransferFrom(address fromaddress touint256 tokenIdbytes datapayable 
setApprovalForAll(address operatorbool approved
setDelegate(address newDelegate
setRoyalyPercentage(uint16 newRoyaltyBasisPoints
transferFrom(address fromaddress touint256 tokenIdpayable 
transferOwnership(address newOwner
Events
AlbaEjected(
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
ConsecutiveTransfer(uint256 indexed fromTokenIduint256 toTokenIdaddress indexed fromaddress indexed to
Initialized(uint8 version
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
PaymentFlushed(uint256 amount
PaymentsClaimed(address user
RebateClaimed(address claimeraddress recipientuint256 amount
RoleAdminChanged(bytes32 indexed rolebytes32 indexed previousAdminRolebytes32 indexed newAdminRole
RoleGranted(bytes32 indexed roleaddress indexed accountaddress indexed sender
RoleRevoked(bytes32 indexed roleaddress indexed accountaddress indexed sender
SaleFinished(
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor

This contract contains no constructor objects.

Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
AuctionStillActive(
BalanceQueryForZeroAddress(
HoFNotAvailable(
InsufficientTokensRemanining(
InvalidConfiguration(
InvalidPayment(
InvalidRoyaltyPercentage(
MintERC2309QuantityExceedsLimit(
MintToZeroAddress(
MintZeroQuantity(
NoRebateAvailable(
OperatorNotAllowed(address operator
OwnerQueryForNonexistentToken(
OwnershipNotInitializedForExtraData(
PaymentFailed(
SaleNotActive(
TooManyMintsRequested(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(
Unauthorized(
UnknownToken(