DigipodImpl
Verified contract
Implementation
Active on
Base with 0 txns
Storage
Map
Table
Raw
Constants and immutables
5
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 1 additional slot
-
variable spans 1 additional slot
Balances ($0.00)
No balances found for "DigipodImpl"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "DigipodImpl"
ABI
ABI objects
Getter at block 22030726
name() view returns (string)
DigipodImpl
owner() view returns (address)
0x32c6825e57fd128deac4d166ae89f52025371533
symbol() view returns (string)
POD
totalSupply() view returns (uint256)
0
Read-only
balanceOf(address account, uint256 id) view returns (uint256)
balanceOfBatch(address[] accounts, uint256[] ids) view returns (uint256[])
exists(uint256 id) view returns (bool)
isApprovedForAll(address account, address operator) view returns (bool)
royaltyInfo(uint256 tokenId, uint256 salePrice) view returns (address, uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
totalSupply(uint256 id) view returns (uint256)
uri(uint256 tokenId) view returns (string)
State-modifying
Events blacklistExtension(address extension)
initialize(address initialOwner, string _name, string _symbol, string contractURI, uint96 _royalty, address _royaltyReceiver)
mintExtensionExisting(address[] to, uint256[] tokenIds, uint256[] amounts)
mintExtensionNew(address[] to, uint256[] amounts) returns (uint256[] tokenIds)
registerExtension(address extension)
renounceOwnership()
safeBatchTransferFrom(address from, address to, uint256[] ids, uint256[] values, bytes data)
safeTransferFrom(address from, address to, uint256 id, uint256 value, bytes data)
setApprovalForAll(address operator, bool approved)
setURI(string newuri)
transferOwnership(address newOwner)
updateRoyalty(address _receiver, uint96 _royalty)
ApprovalForAll(address indexed account, address indexed operator, bool approved)
ExtensionBlacklisted(address indexed extension, address indexed sender)
ExtensionRegistered(address indexed extension, address indexed sender)
ExtensionUnregistered(address indexed extension, address indexed sender)
Initialized(uint64 version)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RoyaltiesUpdated(address receivers, uint256 basisPoints)
TransferBatch(address indexed operator, address indexed from, address indexed to, uint256[] ids, uint256[] values)
TransferSingle(address indexed operator, address indexed from, address indexed to, uint256 id, uint256 value)
URI(string value, uint256 indexed id)
constructor(address initialOwner, string _name, string _symbol, string contractURI, uint96 _royalty, address _royaltyReceiver)
This contract contains no fallback and receive objects.
ERC1155InsufficientBalance(address sender, uint256 balance, uint256 needed, uint256 tokenId)
ERC1155InvalidApprover(address approver)
ERC1155InvalidArrayLength(uint256 idsLength, uint256 valuesLength)
ERC1155InvalidOperator(address operator)
ERC1155InvalidReceiver(address receiver)
ERC1155InvalidSender(address sender)
ERC1155MissingApprovalForAll(address operator, address owner)
ERC2981InvalidDefaultRoyalty(uint256 numerator, uint256 denominator)
ERC2981InvalidDefaultRoyaltyReceiver(address receiver)
ERC2981InvalidTokenRoyalty(uint256 tokenId, uint256 numerator, uint256 denominator)
ERC2981InvalidTokenRoyaltyReceiver(uint256 tokenId, address receiver)
ExtensionIsBlacklisted()
ExtensionNotRegistered()
InvalidInitialization()
InvalidInput()
MintExtensionExisting_InvalidExtension()
NotInitializing()
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)
ReentrancyGuardReentrantCall()
RegisterExtension_ExtensionInvalid()
RoyaltyTooHigh()