PixelBeasts
Verified contract
Active on
Ethereum with 6,985 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "PixelBeasts"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21307884 | 2 days ago | | | 0 | 0.00057484128 | |
| 21304192 | 3 days ago | | | 0 | 0.00065785702 | |
| 21304190 | 3 days ago | | | 0 | 0.00068951471 | |
| 21286062 | 5 days ago | | | 0 | 0.00065769659 | |
| 21284204 | 6 days ago | | | 0 | 0.00051796603 | |
| 21265289 | 8 days ago | | | 0 | 0.0014751373 | |
| 21261624 | 9 days ago | | | 0 | 0.00029164857 | |
| 21232790 | 13 days ago | | | 0 | 0.00042693337 | |
| 21231981 | 13 days ago | | | 0 | 0.00057343839 | |
| 21226301 | 14 days ago | | | 0 | 0.00061454778 |
ABI
ABI objects
Getter at block 21325178
_generatorPaused() view returns (bool)
true
_generatorStartCount() view returns (uint256)
10000
_paused() view returns (bool)
false
getGeneratorPrice() view returns (uint256)
0
getPrice() view returns (uint256)
45000000000000000
name() view returns (string)
PixelBeasts
owner() view returns (address)
0x8cd7b7962b9753db32a6e0fb47741a2fbbdea6d3
symbol() view returns (string)
PB
totalSupply() view returns (uint256)
9999
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)
walletOfOwner(address _owner) view returns (uint256[])
State-modifying
Events approve(address to, uint256 tokenId)
generatorPause(bool val)
giveAway(address _to, uint256 _amount)
pause(bool val)
purchase(uint256 num) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
sendGenerator(uint256 nft1, uint256 nft2)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI)
setGeneratorPrice(uint256 _newPrice)
setPrice(uint256 _newPrice)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdrawAll() 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)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string baseURI)
This contract contains no fallback and receive objects.
This contract contains no error objects.