ERC721AMintImmutable
Verified contract
Active on
Base with 2,501 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USA | ERC-20 | 1 | $0.000759 |
$0 | |
OHNO | ERC-20 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22639795 | 3 days ago | | | 0 | 3.1702000e-7 | |
| 22483825 | 6 days ago | | | 0 | 1.7132690e-7 | |
| 21905672 | 20 days ago | | | 0 | 2.4128000e-7 | |
| 21695383 | 25 days ago | | | 0 | 0.0000014014448 | |
| 21627620 | a month ago | | | 0 | 0.0000018840816 | |
| 21569152 | a month ago | | | 0 | 6.1464270e-7 | |
| 20898083 | a month ago | | | 0 | 0.0000014667798 | |
| 20755710 | 2 months ago | | | 0 | 2.3281767e-7 | |
| 20613772 | 2 months ago | | | 0 | 0.000000302386524544 | |
| 20326136 | 2 months ago | | | 0 | 1.9061120e-7 |
ABI
ABI objects
Getter at block 22757781
MAX_ROYALTY() view returns (uint256)
10000
baseURI_() view returns (string)
name() view returns (string)
Frame VR
royaltyFraction() view returns (uint256)
500
royaltyReceiver() view returns (address)
0x320de7bbe088167617aa7c8b6a3aa7c2a287ec71
symbol() view returns (string)
FRAME-VR
tokenURI_() view returns (string)
ipfs://bafkreifrhecokz6tulzk2dpp2nrsydl5ordxqq6hpps6utklpaagi5cuuq
totalSupply() view returns (uint256)
6351
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
isPurchaseAllowed(uint256, uint256, address, uint256, bytes, bytes) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
royaltyInfo(uint256, uint256 salePrice) view returns (address _receiver, uint256 _royaltyAmount)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId) payable
onProductPurchase(uint256 slicerId, uint256, address buyer, uint256 quantity, bytes, bytes) payable
safeTransferFrom(address from, address to, uint256 tokenId) payable
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data) payable
setApprovalForAll(address operator, bool approved)
transferFrom(address from, address to, uint256 tokenId) payable
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)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(address productsModuleAddress_, uint256 slicerId_, string name_, string symbol_, address royaltyReceiver_, uint256 royaltyFraction_, string baseURI__, string tokenURI__)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
Invalid()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
NoDelegatecall()
NotAllowed()
NotPurchase()
NotSuccessful()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()
WrongSlicer()