Pixel Squids
Verified contract
Active on
Ethereum with 1,317 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 Squids"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19200928 | 9 months ago | | | 0 | 0.00064356335 | |
| 18767927 | a year ago | | | 0 | 0.0012567799 | |
| 18721142 | a year ago | | | 0 | 0.0017204673 | |
| 18719784 | a year ago | | | 0 | 0.0011149049 | |
| 17591509 | a year ago | | | 0 | 0.00090043656 | |
| 17052418 | 2 years ago | | | 0 | 0.0010421414 | |
| 16979035 | 2 years ago | | | 0 | 0.0015186209 | |
| 16976141 | 2 years ago | | | 0 | 0.0018651219 | |
| 16488939 | 2 years ago | | | 0 | 0.00036057269 | |
| 16298667 | 2 years ago | | | 0 | 0.0010930656 |
ABI
ABI objects
Getter at block 21163395
MAX_SUPPLY() view returns (uint256)
5000
contractURI() view returns (string)
ipfs://QmUg63iberCCQt5k7jer7sVvYiLkb12ubwfPZJw7FwyH8Z
isSalesActive() view returns (bool)
true
maxFreeMint() view returns (uint256)
4000
maxFreeMintPerWallet() view returns (uint256)
40
maxMintPerTransaction() view returns (uint256)
10
name() view returns (string)
Pixel Squids
owner() view returns (address)
0x831ed90233b45ca3e48a2e8e9d521847bc1fc82d
price() view returns (uint256)
0
symbol() view returns (string)
PXSQ
totalSupply() view returns (uint256)
5000
Read-only
addressToFreeMinted(address) view returns (uint256)
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 approve(address to, uint256 tokenId)
mint(uint256 quantity) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string newBaseURI)
setContractURI(string newContractURI)
setPrice(uint256 newPrice)
toggleSales()
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdrawAll()
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()
This contract contains no fallback and receive objects.
This contract contains no error objects.