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 "DegenFrame"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22757241 | 4 days ago | | | 0 | 5.5735680e-7 | |
| 22279427 | 15 days ago | | | 0 | 0.0000022396323 | |
| 22018728 | 21 days ago | | | 0 | 2.4681979e-7 | |
| 21122810 | a month ago | | | 0 | 1.7854720e-7 | |
| 20881313 | 2 months ago | | | 0 | 2.4851840e-7 | |
| 20867491 | 2 months ago | | | 0 | 0.000000303063773376 | |
| 20755719 | 2 months ago | | | 0 | 2.3281767e-7 | |
| 20635266 | 2 months ago | | | 0 | 3.1125120e-7 | |
| 20613728 | 2 months ago | | | 0 | 3.1576876e-7 | |
| 20610643 | 2 months ago | | | 0 | 1.5683200e-7 |
ABI
ABI objects
Getter at block 22942082
DEGEN_BASE_AMOUNT() view returns (uint256)
100000000000000000000000
ENABLED_PRODUCT_ID() view returns (uint256)
10
MAX_ROYALTY() view returns (uint256)
10000
baseURI_() view returns (string)
name() view returns (string)
Degen Frame
royaltyFraction() view returns (uint256)
500
royaltyReceiver() view returns (address)
0x320de7bbe088167617aa7c8b6a3aa7c2a287ec71
symbol() view returns (string)
DF
tokenURI_() view returns (string)
ipfs://bafkreigqel4jtsqlikmpqkzajrp3xw7irzgnxyvn7adocoma56jngpdfti
totalSupply() view returns (uint256)
2574
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
isPurchaseAllowed(uint256 slicerId, uint256 productId, address account, uint256 quantity, bytes, bytes) view returns (bool isAllowed)
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()