Pixelcolors
Verified contract
Active on
Ethereum with 2,343 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 "Pixelcolors"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20561540 | 3 months ago | | | 0 | 0.000032236487 | |
| 20246119 | 4 months ago | | | 0 | 0.000038453320 | |
| 19050457 | 10 months ago | | | 0 | 0.00038382475 | |
| 19050457 | 10 months ago | | | 0 | 0.00038363722 | |
| 17451000 | a year ago | | | 0 | 0.00047327007 | |
| 17094891 | 2 years ago | | | 0 | 0.0028845439 | |
| 17077382 | 2 years ago | | | 0 | 0.0010202867 | |
| 17011391 | 2 years ago | | | 0 | 0.00096443807 | |
| 17005848 | 2 years ago | | | 0 | 0.0016295678 | |
| 16977968 | 2 years ago | | | 0 | 0.0015905011 |
ABI
ABI objects
Getter at block 21215573
GIVEAWAY_MINTED() view returns (uint256)
50
GIVEAWAY_NFT() view returns (uint256)
50
MAX_BY_MINT() view returns (uint256)
2
MAX_HOLDING_NFT() view returns (uint256)
1000
MAX_NFT() view returns (uint256)
2020
PRICE() view returns (uint256)
0
baseTokenURI() view returns (string)
ipfs://QmRjdPPPboQ2b1GrkRSBynmuQtyAMbxSzjj1roW8RZNe1z/
name() view returns (string)
Pixelcolors
owner() view returns (address)
0xf0a60c2d37b45f7fe54447ff6074743ab6e5ae87
paused() view returns (bool)
false
symbol() view returns (string)
PXCL
totalMint() view returns (uint256)
2020
totalSupply() view returns (uint256)
2020
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
isWhiteListed(address) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
price(uint256 _count) view returns (uint256)
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 __mint(address _to, uint256 _count)
approve(address to, uint256 tokenId)
burn(uint256 tokenId)
mint(address _to, uint256 _count) payable
pause(bool val)
removeWhiteListedAddress(address _address)
removeWhiteListedMultipleAddress(address[] accounts)
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)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
updateGiveawayLimit(uint256 newLimit)
updateHoldingLimit(uint256 newLimit)
updateMaxSupply(uint256 newSupply)
updateMintLimit(uint256 newLimit)
updatePrice(uint256 newPrice)
whiteListAddress(address _address)
whiteListMultipleAddress(address[] accounts)
withdrawAll()
AddToWhiteList(address _address)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
CreatePXCL(uint256 indexed id)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
RemoveWhiteListedMultipleAddress(address[] accounts)
RemovedFromWhiteList(address _address)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
Unpaused(address account)
WhiteListMultipleAddress(address[] accounts)
constructor(string baseURI, uint256 maxNFT, uint256 maxByMint, uint256 GiveawayNFT, uint256 Price)
This contract contains no fallback and receive objects.
This contract contains no error objects.