The Album

Verified contract

Active on Base with 0 txns
Deployed by via 0xcbb98078 at 15724331
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 6 additional slots
ERC-20
--
ERC-20
--
ERC-20
--
 (#10582)
ERC-721
--
ERC-20
--

No transactions found for "The Album"


Functions
Getter at block 22755012
baseERC20(view returns (address base)
0x0615cfa29ab591299f52211c1df7a89526c9f36a
 
contractURI(view returns (string)
name(view returns (string)
The Album
owner(view returns (address)
0x0000000000000000000000000000000000000000
symbol(view returns (string)
ALBUM
totalSupply(view returns (uint256)
301942
Read-only
balanceOf(address nftOwnerview returns (uint256)
getApproved(uint256 idview returns (address)
isApprovedForAll(address nftOwneraddress operatorview returns (bool)
ownerAt(uint256 idview returns (address)
ownerOf(uint256 idview returns (address)
royaltyInfo(uint256 tokenIduint256 salePriceview returns (address receiveruint256 royaltyAmount)
supportsInterface(bytes4 interfaceIdpure returns (bool result)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
approve(address spenderuint256 idpayable 
pullOwner(returns (bool)
refreshMetadata(uint256 _fromTokenIduint256 _toTokenId
safeTransferFrom(address fromaddress touint256 idpayable 
safeTransferFrom(address fromaddress touint256 idbytes datapayable 
setApprovalForAll(address operatorbool approved
transferFrom(address fromaddress touint256 idpayable 
upsertMedia(string credits_string decryptionKeysURL_string tokenImageURL_
Events
Approval(address indexed owneraddress indexed accountuint256 indexed id
ApprovalForAll(address indexed owneraddress indexed operatorbool isApproved
BatchMetadataUpdate(uint256 _fromTokenIduint256 _toTokenId
ContractURIUpdated(
MediaUpdated(string creditsstring decryptionKeysURLstring tokenImageURL
OwnershipTransferred(address indexed oldOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed id
Constructor
constructor(address deployeruint16 royaltyBPS_address royaltyRecipient_struct ITokenMirrorTokenConfig tokenConfig_
Fallback and receive
fallback(
receive(
Errors
AlreadyLinked(
FnSelectorNotRecognized(
NotLinked(
RoyaltyOverflow(
RoyaltyReceiverIsZeroAddress(
SenderNotBase(
SenderNotDeployer(
TransferToNonERC721ReceiverImplementer(
Unauthorized(