SingleEditionMintable
Verified contract
Implementation
Active on
Ethereum with 0 txns
Storage
Map
Table
Raw
Constants and immutables
3
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 43 additional slots
-
variable spans 48 additional slots
Balances ($0.00)
No balances found for "SingleEditionMintable"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "SingleEditionMintable"
ABI
ABI objects
Getter at block 21163990 totalSupply() view returns (uint256)
editionSize() view returns (uint256)
0
getURIs() view returns (string, bytes32, string, bytes32)
(, 0x0000000000000000000000000000000000000000000000000000000000000000, , 0x0000000000000000000000000000000000000000000000000000000000000000)
name() view returns (string)
numberCanMint() view returns (uint256)
115792089237316195423570985008687907853269984665640564039457584007913129639935
owner() view returns (address)
0x0000000000000000000000000000000000000000
salePrice() view returns (uint256)
0
symbol() view returns (string)
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) 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)
burn(uint256 tokenId)
initialize(address _owner, string _name, string _symbol, string _description, string _animationUrl, bytes32 _animationHash, string _imageUrl, bytes32 _imageHash, uint256 _editionSize, uint256 _royaltyBPS)
mintEdition(address to) returns (uint256)
mintEditions(address[] recipients) returns (uint256)
purchase() payable returns (uint256)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setApprovedMinter(address minter, bool allowed)
setSalePrice(uint256 _salePrice)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
updateEditionURLs(string _imageUrl, string _animationUrl)
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
EditionSold(uint256 price, address owner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
PriceChanged(uint256 amount)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(address _sharedNFTLogic)
This contract contains no fallback and receive objects.
This contract contains no error objects.