pixelrobbers
Verified contract
Active on
Ethereum with 1,427 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
MALLARDS | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19772044 | 7 months ago | | | 0 | 0.00015822060 | |
| 17010056 | 2 years ago | | | 0 | 0.00048492989 | |
| 16930621 | 2 years ago | | | 0 | 0.0011360187 | |
| 16411322 | 2 years ago | | | 0 | 0.00069155150 | |
| 16267974 | 2 years ago | | | 0 | 0.00056967622 | |
| 16029863 | 2 years ago | | | 0 | 0.00064226829 | |
| 16029861 | 2 years ago | | | 0 | 0.00069789648 | |
| 16029860 | 2 years ago | | | 0 | 0.00068466931 | |
| 15908008 | 2 years ago | | | 0 | 0.00049690342 | |
| 15853041 | 2 years ago | | | 0 | 0.00047319859 |
ABI
ABI objects
Getter at block 21257488
cost1() view returns (uint256)
0
cost2() view returns (uint256)
2000000000000000
hiddenMetadataUri() view returns (string)
maxLimitPerWallet() view returns (uint256)
3
maxMintAmountPerTx() view returns (uint256)
3
name() view returns (string)
pixelrobbers
owner() view returns (address)
0xb1f09e0586a0a612e78fc8b499c15143bf908ba6
price() view returns (uint256)
2000000000000000
revealed() view returns (bool)
true
sale() view returns (bool)
true
supplyLimit() view returns (uint256)
3333
symbol() view returns (string)
pr
totalSupply() view returns (uint256)
1255
uri() view returns (string)
https://gateway.pinata.cloud/ipfs/QmTC8p6qaPTca7tf4XWCkPdXECE7Ss1FscVr1eZ7TrLMoj/
uriSuffix() view returns (string)
.json
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)
tokenURI(uint256 _tokenId) view returns (string)
tokensOfOwner(address owner) view returns (uint256[])
State-modifying
Events Airdrop(uint256 _mintAmount, address _receiver)
Mint(uint256 _mintAmount) payable
approve(address to, uint256 tokenId)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setHiddenMetadataUri(string _hiddenMetadataUri)
setMaxMintAmountPerTx(uint256 _maxMintAmountPerTx)
setRevealed(bool _state)
setSaleStatus(bool _sale)
setUriSuffix(string _uriSuffix)
setcost1(uint256 _cost1)
setcost2(uint256 _cost2)
setmaxLimitPerWallet(uint256 _maxLimitPerWallet)
setsupplyLimit(uint256 _supplyLimit)
seturi(string _uri)
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)
ConsecutiveTransfer(uint256 indexed fromTokenId, uint256 toTokenId, address indexed from, address indexed to)
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.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()