Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($10,187.01)
Native
Value
$10,187.01
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 2.6001 | $3,917.93 |
$10,187.01 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 14396316 | 3 years ago | | | 0 | 0.0011037906 | |
| 14396304 | 3 years ago | | | 0 | 0.00099463287 | |
| 14287202 | 3 years ago | | | 0 | 0.0018735176 | |
| 14287195 | 3 years ago | | | 0 | 0.0015925547 | |
| 14287177 | 3 years ago | | | 0 | 0.0017740515 | |
| 14287167 | 3 years ago | | | 0 | 0.0017133194 | |
| 14287158 | 3 years ago | | | 0 | 0.0018179643 | |
| 14287151 | 3 years ago | | | 0 | 0.0021227252 | |
| 14287148 | 3 years ago | | | 0 | 0.0020241360 | |
| 14287143 | 3 years ago | | | 0 | 0.0015989930 |
ABI
ABI objects
Getter at block 21399827
mintPrice() view returns (uint256)
271000000000000000
originalsMinted() view returns (uint256)
21
owner() view returns (address)
0x6d8e0c05013528ad9dfb5fbf44532cb2b6bbedfb
reserve() view returns (uint256)
2600100000000000000
scriptCount() view returns (uint256)
0
Read-only
balanceOf(address account, uint256 id) view returns (uint256)
balanceOfBatch(address[] accounts, uint256[] ids) view returns (uint256[])
getBurnPrice(uint256 supply) pure returns (uint256 price)
getNextBurnPrice(uint256 seed) view returns (uint256 burnPrice)
getNextPrintPrice(uint256 seed) view returns (uint256 printPrice)
getPrintPrice(uint256 printNumber) pure returns (uint256 price)
getPrintTokenIdFromSeed(uint256 seed) pure returns (uint256)
isApprovedForAll(address account, address operator) view returns (bool)
seedToOwner(uint256) view returns (address)
seedToPrintsSupply(uint256 seed) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
totalSupply(uint256) view returns (uint256)
uri(uint256) view returns (string)
State-modifying
Events addScript(string _script)
burnPrint(uint256 seed, uint256 minimumSupply)
mintMaster(uint256 seed, address account) returns (uint256)
mintPrint(uint256 seed) payable returns (uint256)
renounceOwnership()
resetScriptCount()
safeBatchTransferFrom(address from, address to, uint256[] ids, uint256[] amounts, bytes data)
safeTransferFrom(address from, address to, uint256 id, uint256 amount, bytes data)
setApprovalForAll(address operator, bool approved)
setEnabled(bool enabled)
setLocked(bool locked)
setPrice(uint256 _mintPrice)
setURI(string newuri)
transferOwnership(address newOwner)
updateScript(string _script, uint256 index)
withdraw()
ApprovalForAll(address indexed account, address indexed operator, bool approved)
MintOriginal(address indexed to, uint256 seed, uint256 indexed originalsMinted)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
PrintBurned(address indexed to, uint256 id, uint256 indexed seed, uint256 priceReceived, uint256 nextPrintPrice, uint256 nextBurnPrice, uint256 printsSupply, uint256 reserve)
PrintMinted(address indexed to, uint256 id, uint256 indexed seed, uint256 pricePaid, uint256 nextPrintPrice, uint256 nextBurnPrice, uint256 printsSupply, uint256 royaltyPaid, uint256 reserve, address indexed royaltyRecipient)
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()
This contract contains no fallback and receive objects.
This contract contains no error objects.