Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 6 additional slots
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ERC-20 | 2.4K | -- | -- | ||
ERC-20 | 2.4K | -- | -- | ||
OHNO | ERC-20 | 2 | -- | -- | |
(#10582) | ASTEROIDS | ERC-721 | 1 | -- | -- |
LZPZ | ERC-20 | 1 | -- | -- |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "The Album"
ABI
ABI objects
Getter at block 22755012 contractURI() view returns (string)
baseERC20() view returns (address base)
0x0615cfa29ab591299f52211c1df7a89526c9f36a
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 nftOwner) view returns (uint256)
getApproved(uint256 id) view returns (address)
isApprovedForAll(address nftOwner, address operator) view returns (bool)
ownerAt(uint256 id) view returns (address)
ownerOf(uint256 id) view returns (address)
royaltyInfo(uint256 tokenId, uint256 salePrice) view returns (address receiver, uint256 royaltyAmount)
supportsInterface(bytes4 interfaceId) pure returns (bool result)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address spender, uint256 id) payable
pullOwner() returns (bool)
refreshMetadata(uint256 _fromTokenId, uint256 _toTokenId)
safeTransferFrom(address from, address to, uint256 id) payable
safeTransferFrom(address from, address to, uint256 id, bytes data) payable
setApprovalForAll(address operator, bool approved)
transferFrom(address from, address to, uint256 id) payable
upsertMedia(string credits_, string decryptionKeysURL_, string tokenImageURL_)
Approval(address indexed owner, address indexed account, uint256 indexed id)
ApprovalForAll(address indexed owner, address indexed operator, bool isApproved)
BatchMetadataUpdate(uint256 _fromTokenId, uint256 _toTokenId)
ContractURIUpdated()
MediaUpdated(string credits, string decryptionKeysURL, string tokenImageURL)
OwnershipTransferred(address indexed oldOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed id)
constructor(address deployer, uint16 royaltyBPS_, address royaltyRecipient_, struct ITokenMirrorTokenConfig tokenConfig_)
fallback()
receive()
AlreadyLinked()
FnSelectorNotRecognized()
NotLinked()
RoyaltyOverflow()
RoyaltyReceiverIsZeroAddress()
SenderNotBase()
SenderNotDeployer()
TransferToNonERC721ReceiverImplementer()
Unauthorized()