Portion Art Token
Verified contract
Active on
Ethereum with 5,385 txns
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 "Portion Art Token"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21258184 | 3 days ago | | | 0 | 0.00045175549 | |
| 21258030 | 3 days ago | | | 0 | 0.00057821641 | |
| 21257816 | 3 days ago | | | 0 | 0.00055310655 | |
| 21146541 | 19 days ago | | | 0 | 0.00038673052 | |
| 21113455 | 23 days ago | | | 0 | 0.00020109458 | |
| 21110503 | 24 days ago | | | 0 | 0.00020087358 | |
| 21028514 | a month ago | | | 0 | 0.00051053404 | |
| 20885641 | 2 months ago | | | 0 | 0.00053755071 | |
| 20855656 | 2 months ago | | | 0 | 0.00031470538 | |
| 20686890 | 3 months ago | | | 0 | 0.00018085576 |
ABI
ABI objects
Getter at block 21281248
name() view returns (string)
Portion Art Token
owner() view returns (address)
0x25410b89c8061e0208f1af11c9273a61e4206153
symbol() view returns (string)
PAT
Read-only
balanceOf(address _owner, uint256 _id) view returns (uint256)
balanceOfBatch(address[] _owners, uint256[] _ids) view returns (uint256[])
creators(uint256) view returns (address)
isApprovedForAll(address _owner, address _operator) view returns (bool isOperator)
supportsInterface(bytes4 _interfaceID) pure returns (bool)
tokenSupply(uint256) view returns (uint256)
totalSupply(uint256 _id) view returns (uint256)
uri(uint256 _id) view returns (string)
State-modifying
Events createArt(bytes32 _title, uint256 _quantity, string _uri, bytes _data) returns (uint256)
renounceOwnership()
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)
setBaseMetadataURI(string _newBaseMetadataURI)
transferOwnership(address newOwner)
ApprovalForAll(address indexed _owner, address indexed _operator, bool _approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
TransferBatch(address indexed _operator, address indexed _from, address indexed _to, uint256[] _ids, uint256[] _amounts)
TransferSingle(address indexed _operator, address indexed _from, address indexed _to, uint256 _id, uint256 _amount)
URI(string _uri, uint256 indexed _id)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.