Pixel Art Experience
Verified contract
Active on
Base with 126 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.03)
Native
Value
$0.03
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
Eth | Native | 0.00001 | $3,424.98 |
$0.03 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 5811611 | a year ago | | | 0.000009 | 0.000000109555007550 | |
| 5791840 | a year ago | | | 0.0000009 | 0.000000108759994218 | |
| 5763464 | a year ago | | | 0 | 0.000000000102171660 | |
| 5763448 | a year ago | | | 0.00009 | 0.000000039883290974 | |
| 5698825 | a year ago | | | 0.0000009 | 0.000000001426531590 | |
| 5698817 | a year ago | | | 0.0000009 | 0.000000013020494554 | |
| 5698783 | a year ago | | | 0.0000009 | 0.000000014265619256 | |
| 5697908 | a year ago | | | 0.0000009 | 0.000000001298067282 | |
| 5685081 | a year ago | | | 0.000009 | 0.000000097485892290 | |
| 5685066 | a year ago | | | 0.000009 | 0.000000100497996855 |
ABI
ABI objects
Getter at block 22905518 contractURI() view returns (string)
maxSupply() view returns (uint256)
100000
mintPrice() view returns (uint256)
900000000000
name() view returns (string)
Pixel Art Experience
owner() view returns (address)
0xe4ff4635421d849d1e4949de3d3f96c9604dffbc
symbol() view returns (string)
PAE
totalSupply() view returns (uint256)
3373
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 approve(address to, uint256 tokenId)
initCollection(uint256 quantity)
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.