Pietro Art Homework 2
Verified contract
Active on
Base with 758 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.02)
Native
Value
$0.02
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
Eth | Native | 0.000005 | $3,335.16 |
$0.02 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 10135493 | 10 months ago | | | 0 | 0.000000000554067360 | |
| 9766750 | 10 months ago | | | 0 | 0.000000037380105840 | |
| 7282070 | a year ago | | | 0.000001 | 1.6353308e-7 | |
| 5720042 | a year ago | | | 0.000001 | 1.1859527e-7 | |
| 5699385 | a year ago | | | 0.000001 | 0.000000017884581638 | |
| 5698073 | a year ago | | | 0.000001 | 0.000000000080273270 | |
| 5688399 | a year ago | | | 0.000001 | 0.000000013157064795 | |
| 5642997 | a year ago | | | 0 | 0.000000000421657704 | |
| 5606535 | a year ago | | | 0 | 1.1880984e-7 | |
| 5590656 | a year ago | | | 0.0000999 | 1.4650180e-7 |
ABI
ABI objects
Getter at block 22771208
contractURI() view returns (string)
data:application/json;base64,eyJuYW1lIjogIlBpZXRybyBBcnQgSG9tZXdvcmsgMiIsICJkZXNjcmlwdGlvbiI6ICJBIHBpZWNlIG9mIGFydCBieSBhIGJveSIsICJpbWFnZSI6ICJpcGZzOi8vYmFmeWJlaWhuZzY3cWFoYWpsNmw0cnZ4dnkyb3NrMnNhd3Z4ZHc0aWljZGp4eGNxbHl3c3RmZDJld2kifQ==
mintPrice() view returns (uint256)
999000000000
name() view returns (string)
Pietro Art Homework 2
owner() view returns (address)
0xe4ff4635421d849d1e4949de3d3f96c9604dffbc
symbol() view returns (string)
PAH
totalSupply() view returns (uint256)
2127
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)
State-modifying
Events addItems(uint256 quantity)
approve(address to, uint256 tokenId)
mint(uint256 quantity) payable
renounceOwnership()
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)
transferOwnership(address newOwner)
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
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.