BLUEPIX
Verified contract
Active on
Ethereum with 2,014 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
7 additional
variables
Balances ($0.00)
No balances found for "BLUEPIX"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20831073 | 2 months ago | | | 0 | 0.00064415217 | |
| 20830827 | 2 months ago | | | 0 | 0.0013736544 | |
| 20830826 | 2 months ago | | | 0 | 0.0011108343 | |
| 20581178 | 3 months ago | | | 0 | 0.000058473275 | |
| 19614158 | 8 months ago | | | 0 | 0.0013955795 | |
| 19061972 | 10 months ago | | | 0 | 0.00057688130 | |
| 19054528 | 10 months ago | | | 0 | 0.00033591031 | |
| 18872052 | a year ago | | | 0 | 0.0011682183 | |
| 18867006 | a year ago | | | 0 | 0.00065771910 | |
| 18606109 | a year ago | | | 0 | 0.00070915184 |
ABI
ABI objects
Getter at block 21305317
baseTokenURI() view returns (string)
ipfs://bafybeifu4msonoyf6dt2pjeiis275izbwkt6yusd5atku6eiba2q732pby/
contractURI() view returns (string)
endTime() view returns (uint256)
1698246000
ghostTokenURI() view returns (string)
ipfs://bafybeifmsrsgrvnsiuhn55hssclupvv47n3x4kojjvelivmsjam4dzpc6i/ghost.json
isMetaDataFrozen() view returns (bool)
false
maxMintsPerWallet() view returns (uint256)
5
maxSupply() view returns (uint256)
4444
maxWhitelistMintsPerWallet() view returns (uint256)
3
name() view returns (string)
BLUEPIX
operatorFilteringEnabled() view returns (bool)
true
owner() view returns (address)
0xbba4e06443738f225fa185e54c3b4f60b5e49f74
publicMintPrice() view returns (uint256)
8888000000000000
revealTime() view returns (uint256)
1698246000
startTime() view returns (uint256)
1698080400
symbol() view returns (string)
BLUE
totalSupply() view returns (uint256)
4444
whitelistMintEndTime() view returns (uint256)
1698246000
whitelistMintPrice() view returns (uint256)
4444000000000000
whitelistMintTime() view returns (uint256)
1698073200
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
mintedPerAddress(address) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
royaltyInfo(uint256 tokenId, uint256 salePrice) view returns (address, uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 _tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId) payable
freezeMetaData()
mintMany(uint256 num, address _to)
mintTo(address _to)
plantMerkleForest(bytes32[] merkleForest)
plantMerkleTree(bytes32 merkleTree)
publicMint(uint256 mintCount) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId) payable
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data) payable
setApprovalForAll(address operator, bool approved)
setBaseUri(string _uri)
setContractUri(string uri)
setGhostUri(string _uri)
setMintPrices(uint256 newWhitelistMintPrice, uint256 newPublicMintPrice)
setMintTime(uint256 _startTime, uint256 _endTime)
setOperatorFilteringEnabled(bool value)
setRevealTime(uint256 time)
setWhitelistMintTime(uint256 _startTime, uint256 _endTime)
shrinkSupply(uint256 newMaxSupply)
transferFrom(address from, address to, uint256 tokenId) payable
transferOwnership(address newOwner)
whitelistMint(uint32 merkleTreeIndex, bytes32[] merkleProof, uint256 mintCount) payable
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(string _ghostTokenURI)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()