Undercurrent by Volatile Moods
Verified contract
Proxy
Active on
Ethereum with 185 txns
Unified storage
Map
Table
Raw
Constants and immutables
0
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x95a4…56ad
-
variable spans 2 additional slots
-
variable spans 6 additional slots
0x2863…0907
0x8ebf…c5b0
Balances ($0.00)
No balances found for "Undercurrent by Volatile Moods"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21028716 | 19 days ago | | | 0 | 0.0012035672 | |
| 20788924 | 2 months ago | | | 0 | 0.00033107244 | |
| 20572394 | 3 months ago | | | 0 | 0.00015477773 | |
| 20570312 | 3 months ago | | | 0 | 0.000070012800 | |
| 20550987 | 3 months ago | | | 0 | 0.000068074541 | |
| 20185461 | 4 months ago | | | 0 | 0.00036869733 | |
| 20169266 | 5 months ago | | | 0 | 0.00042556883 | |
| 19812859 | 6 months ago | | | 0 | 0.00026966044 | |
| 19768487 | 6 months ago | | | 0 | 0.00085343028 | |
| 19768446 | 6 months ago | | | 0 | 0.0010484642 |
ABI
ABI objects
Getter at block 21162619
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 uuid, string name, string token, string slug)
(uuid=0x7518d2cdcee649b1806492e28479259f, name=Undercurrent by Volatile Moods, token=undercurrent, slug=undercurrent)
finalSalePrice() view returns (uint256)
0
flushablePayments() view returns (uint256)
0
getPrice() view returns (uint256)
50000000000000000
isSaleClosed() view returns (bool)
false
name() view returns (string)
Undercurrent by Volatile Moods
numAlbaMinted() view returns (uint16)
1
numReservedMinted() view returns (uint32)
0
numRetainedMinted() view returns (uint16)
1
owner() view returns (address)
0xf597b06dec4280cd4ba4bf044e70bcd8db61fda3
paymentSplitter() view returns (address)
0x28632b99eab6408502a6213f85290037371f0907
paymentSplitterRoyalties() view returns (address)
0x8ebf515d1105dc7ade53f9837afa4a3adbe0c5b0
royaltyBasisPoints() view returns (uint16)
1000
saleConfig() view returns (uint8 saleType, uint32 maxSalePieces, uint32 numReserved, uint16 numRetained, uint16 numAlba, uint40 startTime, uint40 auctionEndTime, bool hasRebate, uint256 initialPrice, uint256 finalPrice)
(saleType=0, maxSalePieces=254, numReserved=0, numRetained=1, numAlba=1, startTime=1703268000, auctionEndTime=0, hasRebate=false, initialPrice=50000000000000000, finalPrice=0)
symbol() view returns (string)
undercurrent
totalSupply() view returns (uint256)
256
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getRebateAmount(address user) view returns (uint256)
getRoleAdmin(bytes32 role) view returns (bytes32)
getRoleMember(bytes32 role, uint256 index) view returns (address)
getRoleMemberCount(bytes32 role) view returns (uint256)
hasRole(bytes32 role, address account) view returns (bool)
isApprovedForAll(address owner, address operator) view returns (bool)
metadata(string) view returns (string)
mintPrices(address, uint256) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
reservesUsed(bytes16 collectionId, address user, uint16 maxMints, uint32 nonce) view returns (uint256)
royaltyInfo(uint256, uint256 salePrice) view returns (address receiver, uint256 royaltyAmount)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenHTML(uint256 tokenId) view returns (string)
tokenSeed(uint256 tokenId) view returns (bytes32)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId) payable
assumeTotalOwnership()
changeSaleConfig(struct SaleConfig newConf)
claimRebate(address recipient)
closeSale()
flushPaymentToSplitter()
grantRole(bytes32 role, address account)
initialize(address _albaDelegate, struct CollectionConfig _config, struct SaleConfig _saleConfig, struct PaymentConfig _paymentConfig, address albaManager, address[] artists)
mint(bytes16 collectionId, address user, uint16 num, uint32 nonce, bytes signature) payable
mintAlba(address to, uint16 num)
mintReserved(bytes16 collectionId, address user, uint16 num, uint16 maxMints, uint32 nonce, bytes signature) payable
mintRetained(uint16 num)
mintTimeLimited(bytes16 collectionId, address user, uint16 num, uint32 nonce, bytes signature) payable
reduceMaxSalePiecesTo(uint32 newTotal)
releaseReserves()
renounceOwnership()
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
safeTransferFrom(address from, address to, uint256 tokenId) payable
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data) payable
setApprovalForAll(address operator, bool approved)
setDelegate(address newDelegate)
setRoyalyPercentage(uint16 newRoyaltyBasisPoints)
transferFrom(address from, address to, uint256 tokenId) payable
transferOwnership(address newOwner)
writeMetadata(string[] keys, string[] values)
AlbaEjected()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ConsecutiveTransfer(uint256 indexed fromTokenId, uint256 toTokenId, address indexed from, address indexed to)
Initialized(uint8 version)
MaxSalePiecesReduced(uint256 newMax)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
PaymentFlushed(uint256 amount)
RebateClaimed(address claimer, address recipient, uint256 amount)
ReservesReleased()
RoleAdminChanged(bytes32 indexed role, bytes32 indexed previousAdminRole, bytes32 indexed newAdminRole)
RoleGranted(bytes32 indexed role, address indexed account, address indexed sender)
RoleRevoked(bytes32 indexed role, address indexed account, address indexed sender)
SaleConfigChanged(struct SaleConfig newConfig)
SaleFinished()
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
AuctionStillActive()
BalanceQueryForZeroAddress()
InsufficientTokensRemanining()
InvalidConfiguration()
InvalidPayment()
InvalidRoyaltyPercentage()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
NoRebateAvailable()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
PaymentFailed()
SaleNotActive()
TooManyMintsRequested()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()
Unauthorized()
UnknownToken()