Portion Art Token
Verified contract
Active on
Ethereum with 3,335 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 1 additional slot
No balances found for "Portion Art Token"
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21077557 | 12 days ago | | | 0 | 0.00038937001 | |
| 20889649 | a month ago | | | 0 | 0.00049568434 | |
| 20834025 | 2 months ago | | | 0 | 0.00071810598 | |
| 20626924 | 2 months ago | | | 0 | 0.000036912469 | |
| 20218128 | 4 months ago | | | 0 | 0.00024579975 | |
| 20144897 | 5 months ago | | | 0 | 0.00079166600 | |
| 19899851 | 6 months ago | | | 0 | 0.00014024125 | |
| 19483438 | 8 months ago | | | 0 | 0.00067297507 | |
| 19480292 | 8 months ago | | | 0 | 0.0035076535 | |
| 19345118 | 8 months ago | | | 0 | 0.0021396101 |
ABI
ABI objects
Getter at block 21160951
baseURI() view returns (string)
index() view returns (uint256)
1233
name() view returns (string)
Portion Art Token
symbol() view returns (string)
PAT
totalSupply() view returns (uint256)
1233
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)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
userArt(bytes32) view returns (bytes32 title, string description, address creator)
State-modifying
Events approve(address to, uint256 tokenId)
createUniqueArt(bytes32 _title, string _description, string _tokenURI) returns (uint256)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
transferFrom(address from, address to, uint256 tokenId)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.