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 "Phto."
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19540866 | 8 months ago | | | 0 | 0.0016655968 | |
| 19493032 | 8 months ago | | | 0 | 0.0011296424 | |
| 18849725 | a year ago | | | 0 | 0.00060797272 | |
| 18849725 | a year ago | | | 0 | 0.00060797272 | |
| 18629567 | a year ago | | | 0 | 0.0023220928 | |
| 18423156 | a year ago | | | 0 | 0.00094689476 | |
| 18382197 | a year ago | | | 0 | 0.00030016791 | |
| 18364446 | a year ago | | | 0 | 0.00087713500 | |
| 18204695 | a year ago | | | 0 | 0.00034450179 | |
| 17331037 | a year ago | | | 0 | 0.0019306795 |
ABI
ABI objects
Getter at block 21207604 editions() view returns (uint256[])
collections() view returns (struct Collection[])
[(10, 5001, 5, 724, 80000000000000000, 0xc2461d7e82ccd73e2653795a92e3c1df1aed2022, ipfs://QmXC7UEv49Ff6quaPJiwD6Zj1yiXWZU7A9YagJ34P6okRR/, 0)]
contractURI() view returns (string)
currentCollection() view returns (struct Collection)
(10, 5001, 5, 724, 80000000000000000, 0xc2461d7e82ccd73e2653795a92e3c1df1aed2022, ipfs://QmXC7UEv49Ff6quaPJiwD6Zj1yiXWZU7A9YagJ34P6okRR/, 0)
currentCollectionId() view returns (uint256)
0
name() view returns (string)
Phto.
owner() view returns (address)
0xda4adb0fc335a203792d645ceb138a9510eec7b8
signer() view returns (address)
0x57359ab309f8a3f2af4d02a7c5f68a9d210fac24
symbol() view returns (string)
PHTO
totalReleased() view returns (uint256)
25920000000000000000
totalShares() view returns (uint256)
100
totalSupply() view returns (uint256 supply)
724
Read-only
balanceOf(address account, uint256 id) view returns (uint256)
balanceOfBatch(address[] accounts, uint256[] ids) view returns (uint256[])
isApprovedForAll(address account, address operator) view returns (bool)
isValidData(address _receiver, uint256[] _ids, uint256 _amount, bytes _sig) view returns (bool)
passes(uint256, address) view returns (bool)
payee(uint256 index) view returns (address)
recoverSigner(bytes32 _message, bytes _sig) pure returns (address)
released(address account) view returns (uint256)
released(address token, address account) view returns (uint256)
royaltyInfo(uint256 _tokenId, uint256 _salePrice) view returns (address receiver, uint256 royaltyAmount)
shares(address account) view returns (uint256)
shift(uint256 _coll, uint256 _id) pure returns (uint256)
splitSignature(bytes _sig) pure returns (uint8, bytes32, bytes32)
supportsInterface(bytes4 interfaceId) view returns (bool)
totalReleased(address token) view returns (uint256)
unshift(uint256 _id) pure returns (uint256 collection, uint256 identifier)
uri(uint256 _id) view returns (string)
State-modifying
Events burn(address _account, uint256 _id, uint256 _value)
createCollection(uint128 _maxTx, uint128 _maxSupply, uint128 _royaltyPercentage, uint256 _cost, address _royaltyReceiver, string _uri, uint256[] _sizes)
mint(uint256[] _ids, uint256 _amount, bytes _sig) payable
preMint(uint256[] _ids, uint256 _amount, bytes _sig) payable
release(address account)
release(address token, address account)
renounceOwnership()
reserve(uint256[] _ids, uint256 _amount)
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)
setCollectionURI(string _val)
setContractURI(string _val)
setSaleStatus(uint8 _val)
setSigner(address _val)
transferOwnership(address newOwner)
ApprovalForAll(address indexed account, address indexed operator, bool approved)
CollectionCreated(uint256 val)
ERC20PaymentReleased(address indexed token, address to, uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
PayeeAdded(address account, uint256 shares)
PaymentReceived(address from, uint256 amount)
PaymentReleased(address to, uint256 amount)
SaleStateChanged(uint8 val)
TotalSupplyChanged(uint256 val)
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(string _uri, address[] shareholders, uint256[] shares)
receive()
This contract contains no error objects.