ERC721AMintImmutable
Verified contract
Active on
Base with 746 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) |
---|---|---|---|---|---|---|---|
| 22699538 | a day ago | | | 0 | 9.1800896e-7 | |
| 22498996 | 6 days ago | | | 0 | 0.000000404482532360 | |
| 22453063 | 7 days ago | | | 0 | 0.000000700107352080 | |
| 22422708 | 8 days ago | | | 0 | 3.7119529e-7 | |
| 22269265 | 11 days ago | | | 0 | 1.6031063e-7 | |
| 22136395 | 14 days ago | | | 0 | 2.7932385e-7 | |
| 22121785 | 15 days ago | | | 0 | 4.3078247e-7 | |
| 22117648 | 15 days ago | | | 0 | 7.7736521e-7 | |
| 21790343 | 22 days ago | | | 0 | 0.000000207180000000 | |
| 21768419 | 23 days ago | | | 0 | 2.3162880e-7 |
ABI
ABI objects
Getter at block 22753648
MAX_ROYALTY() view returns (uint256)
10000
baseURI_() view returns (string)
ipfs://bafkreibuv5jauah3wa2ckwvj5nwedj2lt44tozxbun747ctri3up4w54jq
name() view returns (string)
Frame NFT
royaltyFraction() view returns (uint256)
500
royaltyReceiver() view returns (address)
0x320de7bbe088167617aa7c8b6a3aa7c2a287ec71
symbol() view returns (string)
FRAME
tokenURI_() view returns (string)
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, 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()