Pixel Billionaire
Verified contract
Active on
Ethereum with 1,509 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($144.24)
Native
Value
$144.24
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.04 | $3,606.02 |
$144.24 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20251158 | 5 months ago | | | 0 | 0.000050733100 | |
| 20143111 | 5 months ago | | | 0 | 0.00013882651 | |
| 19918091 | 6 months ago | | | 0 | 0.00079290268 | |
| 19899863 | 6 months ago | | | 0 | 0.000069590869 | |
| 19894481 | 6 months ago | | | 0 | 0.00014618762 | |
| 19488831 | 8 months ago | | | 0 | 0.00049933235 | |
| 19416145 | 9 months ago | | | 0 | 0.0024289478 | |
| 19372037 | 9 months ago | | | 0 | 0.0032355750 | |
| 19340441 | 9 months ago | | | 0 | 0.0012316447 | |
| 19340441 | 9 months ago | | | 0 | 0.0021646326 |
ABI
ABI objects
Getter at block 21284620
_baseTokenURI() view returns (string)
https://server.pixelbillionaire.com/metadata/
maxSupply() view returns (uint256)
3890
mintPrice() view returns (uint256)
40000000000000000
name() view returns (string)
Pixel Billionaire
ogMerkleRoot() view returns (bytes32)
0xdb8f8c128ca2ca1ec8512e57d810e9874d02ed2fcad66a314e4bd46f806f8b37
owner() view returns (address)
0xac1e1d8932c34ae26876540d067694b55bfab9c2
presaleOpen() view returns (bool)
true
publicSaleOpen() view returns (bool)
true
reserved() view returns (uint256)
9
symbol() view returns (string)
PXLB
totalReleased() view returns (uint256)
80180206549500000000
totalShares() view returns (uint256)
100
totalSupply() view returns (uint256)
3054
wlMerkleRoot() view returns (bytes32)
0x677b38182b3146550b9667cbfd9079bb32240e7c79f8aa711140792d1e6c4a13
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)
payee(uint256 index) view returns (address)
presaleMintedAmount(address) view returns (uint256)
released(address account) view returns (uint256)
shares(address account) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256 tokenId)
tokenURI(uint256 tokenId) view returns (string)
walletOfOwner(address _owner) view returns (uint256[])
State-modifying
Events approve(address to, uint256 tokenId)
giveAway(address _to, uint256 _amount)
mint(uint256 _mintQty) payable
premint(uint256 _mintQty, bytes32[] _wlProof, bytes32[] _ogProof) payable
release(address account)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI)
setMintPrice(uint256 _newPrice)
setOGMerkleRoot(bytes32 _newMerkleRoot)
setWLMerkleRoot(bytes32 _newMerkleRoot)
togglePresale()
togglePublicSale()
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdrawAll() payable
withdrawSome(uint256 weiAmount, address destinationAddress) payable
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)
PayeeAdded(address account, uint256 shares)
PaymentReceived(address from, uint256 amount)
PaymentReleased(address to, uint256 amount)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string baseURI)
receive()
This contract contains no error objects.