Pixel Platipy
Verified contract
Active on
Ethereum with 9,506 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 "Pixel Platipy"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21243713 | 12 days ago | | | 0 | 0.0011614895 | |
| 21242465 | 12 days ago | | | 0 | 0.00054856237 | |
| 21141549 | a month ago | | | 0 | 0.00045553407 | |
| 21095977 | a month ago | | | 0 | 0.00024651788 | |
| 21025392 | a month ago | | | 0 | 0.00027225896 | |
| 20983141 | 2 months ago | | | 0 | 0.00018704214 | |
| 20857174 | 2 months ago | | | 0 | 0.00042969438 | |
| 20708290 | 3 months ago | | | 0 | 0.000065595960 | |
| 20469003 | 4 months ago | | | 0 | 0.000048311777 | |
| 20469001 | 4 months ago | | | 0 | 0.000059046124 |
ABI
ABI objects
Getter at block 21329953
FREEAMOUNT() view returns (uint256)
1
MAX_PER_WALLET() view returns (uint256)
5
MAX_SUPPLY() view returns (uint256)
10000
PRICE() view returns (uint256)
6900000000000000
_baseTokenURI() view returns (string)
ipfs://bafybeibyxy76a3qxqzx5h2ml3xmgcr372rsfry5djubansuflgtc5wckue/
isEnable() view returns (bool)
true
name() view returns (string)
Pixel Platipy
owner() view returns (address)
0x80c7f11f27c5c9118470709a47fe7dacf3eeb2a1
startTime() view returns (uint256)
1686517200
symbol() view returns (string)
PL
totalSupply() view returns (uint256)
8888
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)
State-modifying
Events airdropToOwner()
approve(address to, uint256 tokenId) payable
mint(uint256 quantity) 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 baseURI)
setEnable(bool isCurrentEnable)
setFreeAmount(uint256 freeAmount)
setMaxSupply(uint256 maxSupply)
setMintPrice(uint256 mintPrice)
setStartTime(uint256 _startTime)
transferFrom(address from, address to, uint256 tokenId) payable
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(uint256 _startTime, string baseURI)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()