ERC721AMintImmutable
Verified contract
Active on
Base with 633 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "ERC721AMintImmutable"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 23031784 | a day ago | | | 0 | 0.0000015827968 | |
| 22790084 | 7 days ago | | | 0 | 0.000000065145600000 | |
| 22493462 | 13 days ago | | | 0 | 0.0000010808555 | |
| 21826832 | a month ago | | | 0 | 1.3511680e-7 | |
| 21628028 | a month ago | | | 0 | 9.8781982e-7 | |
| 20708450 | 2 months ago | | | 0 | 0.000000103750400000 | |
| 20242386 | 2 months ago | | | 0 | 3.6681137e-7 | |
| 19507045 | 3 months ago | | | 0 | 1.3270400e-7 | |
| 19436683 | 3 months ago | | | 0 | 1.3270400e-7 | |
| 19341193 | 3 months ago | | | 0 | 0.0000010663287 |
ABI
ABI objects
Getter at block 23071931
ENABLED_PRODUCT_ID() view returns (uint256)
1
MAX_ROYALTY() view returns (uint256)
10000
baseURI_() view returns (string)
name() view returns (string)
Supercast Frame
royaltyFraction() view returns (uint256)
0
royaltyReceiver() view returns (address)
0x320de7bbe088167617aa7c8b6a3aa7c2a287ec71
symbol() view returns (string)
SF
tokenURI_() view returns (string)
ipfs://QmYVinKRLMQ4J62BaHhr2RKzeMtyYrnC6RoqnEa5sG1gF9
totalSupply() view returns (uint256)
1000
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 productId, 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()