AI Pixel Buddies
Verified contract
Active on
Ethereum with 866 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
Balances ($0.00)
No balances found for "AI Pixel Buddies"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21292480 | 5 days ago | | | 0 | 0.00019096318 | |
| 20144197 | 5 months ago | | | 0 | 0.00013071306 | |
| 19750132 | 7 months ago | | | 0 | 0.00020584096 | |
| 19685050 | 8 months ago | | | 0 | 0.00023504945 | |
| 19685003 | 8 months ago | | | 0 | 0.00028538469 | |
| 19591867 | 8 months ago | | | 0 | 0.00093767878 | |
| 19465382 | 8 months ago | | | 0 | 0.00072921252 | |
| 19338983 | 9 months ago | | | 0 | 0.0017745150 | |
| 19327370 | 9 months ago | | | 0 | 0.0043463647 | |
| 19297074 | 9 months ago | | | 0 | 0.0011606951 |
ABI
ABI objects
Getter at block 21325433
MAX_PIXELBUDDIES() view returns (uint256)
1000
PIXELBUDDY_PROVENANCE() view returns (string)
baseURI() view returns (string)
ipfs://QmU9TVxhCx8wkVd6a5QYR2X8vM2UNdYnSA7ag2SpBtKJ3M/
maxPixelBuddyPurchase() view returns (uint256)
10
name() view returns (string)
AI Pixel Buddies
owner() view returns (address)
0x8140056799c12185641063cbb5cc792b2ba49bce
pixelBuddyPrice() view returns (uint256)
35000000000000000
pixelBuddyReserve() view returns (uint256)
0
saleIsActive() view returns (bool)
true
symbol() view returns (string)
AIPB
totalSupply() view returns (uint256)
1000
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)
tokensOfOwner(address _owner) view returns (uint256[])
State-modifying
Events approve(address to, uint256 tokenId)
flipSaleState()
mintPixelBuddy(uint256 numberOfTokens) payable
renounceOwnership()
reservePixelBuddies(address _to, uint256 _reserveAmount)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI)
setProvenanceHash(string provenanceHash)
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.