Alba Base Collection v2

Verified contract

Implementation

Active on Ethereum with 1 txns
Deployed by via 0x484323e8 at 18498640
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 6 additional slots

No balances found for "Alba Base Collection v2"

0x78c81300f59af8cdbb1e7ce98f5e2b272cec71ef4f6c656b751d63930ab6f0b6
From

Functions
Getter at block 20965815
DEFAULT_ADMIN_ROLE(view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
MIN_REDUCE_BUFFER(view returns (uint256)
604800
ROLE_ARTIST(view returns (bytes32)
0x63680df430131e002a919e96864c2a88aef0a4ae2b002894ffc3d31894db09c4
ROLE_MANAGER(view returns (bytes32)
0xf206625bad3d9112d5609b8d356e6fbd514cd1f69980d4ce2b3e6e68e1789ace
albaDelegate(view returns (address)
0x95a405d36e572a35bf00dad4adb7bff4d2df56ad
collectionConfig(view returns (bytes16 uuidstring namestring tokenstring slug)
(uuid=0x00000000000000000000000000000000, name=Alba Base Collection v2, token=ALBAV2, slug=alba-v2)
finalSalePrice(view returns (uint256)
0
flushablePayments(view returns (uint256)
0
getPrice(view returns (uint256)
0
isSaleClosed(view returns (bool)
false
name(view returns (string)
Alba Base Collection v2
numAlbaMinted(view returns (uint16)
0
numReservedMinted(view returns (uint32)
0
numRetainedMinted(view returns (uint16)
0
owner(view returns (address)
0x5b0c1a42f3836498d29d7fae8268621c25701f27
paymentSplitter(view returns (address)
0x9de2e3fc8bccd70dc5d71f9ce4fd1075877e5272
paymentSplitterRoyalties(view returns (address)
0x0000000000000000000000000000000000000000
royaltyBasisPoints(view returns (uint16)
0
saleConfig(view returns (uint8 saleTypeuint32 maxSalePiecesuint32 numReserveduint16 numRetaineduint16 numAlbauint40 startTimeuint40 auctionEndTimebool hasRebateuint256 initialPriceuint256 finalPrice)
(saleType=0, maxSalePieces=0, numReserved=0, numRetained=1000, numAlba=0, startTime=549755813888, auctionEndTime=0, hasRebate=false, initialPrice=0, finalPrice=0)
symbol(view returns (string)
ALBAV2
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)
metadata(stringview returns (string)
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 touint256 tokenIdpayable 
assumeTotalOwnership(
changeSaleConfig(struct SaleConfig newConf
claimRebate(address recipient
closeSale(
flushPaymentToSplitter(
grantRole(bytes32 roleaddress account
initialize(address _albaDelegatestruct CollectionConfig _configstruct SaleConfig _saleConfigstruct PaymentConfig _paymentConfigaddress albaManageraddress[] artists
mint(bytes16 collectionIdaddress useruint16 numuint32 noncebytes signaturepayable 
mintAlba(address touint16 num
mintReserved(bytes16 collectionIdaddress useruint16 numuint16 maxMintsuint32 noncebytes signaturepayable 
mintRetained(uint16 num
mintTimeLimited(bytes16 collectionIdaddress useruint16 numuint32 noncebytes signaturepayable 
reduceMaxSalePiecesTo(uint32 newTotal
releaseReserves(
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
writeMetadata(string[] keysstring[] values
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
MaxSalePiecesReduced(uint256 newMax
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
PaymentFlushed(uint256 amount
RebateClaimed(address claimeraddress recipientuint256 amount
ReservesReleased(
RoleAdminChanged(bytes32 indexed rolebytes32 indexed previousAdminRolebytes32 indexed newAdminRole
RoleGranted(bytes32 indexed roleaddress indexed accountaddress indexed sender
RoleRevoked(bytes32 indexed roleaddress indexed accountaddress indexed sender
SaleConfigChanged(struct SaleConfig newConfig
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(
InsufficientTokensRemanining(
InvalidConfiguration(
InvalidPayment(
InvalidRoyaltyPercentage(
MintERC2309QuantityExceedsLimit(
MintToZeroAddress(
MintZeroQuantity(
NoRebateAvailable(
OwnerQueryForNonexistentToken(
OwnershipNotInitializedForExtraData(
PaymentFailed(
SaleNotActive(
TooManyMintsRequested(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(
Unauthorized(
UnknownToken(