Pixel Punks 404

Verified contract

Active on Ethereum with 44 txns
Deployed by via 0x4a7e6f80 at 19197121
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "Pixel Punks 404"

0x3b1f55c6ecdc4bcf8724bb0eecf8ab03b791106fe0673fb8e3e3592a5fe6cc4d
0x1a714a7b93aeacfbf435cc1cc18bdd78be507a583b715bff74b955360b0e0f40
0xacb8648af59d49db3045bfc9d8e21194882831af8907eaa7c4f4ce435900339d
0xe7875c200785bc5559b57b13e8380b3824758436167377ef35533bd15ca793a4
0xefdeb30cda672a91b46dd3affe06d986afe61a4c838ee5c7236df1f936ea74a0
0xd49769ec6faef9c9a7037c6b403029141664516b6a3932bf7a1291e4ebefb383
0x490366a7a448154d50cdce7b9b4011ac5ec3ef00f6954d001d6e36c40fb9aa63
0x1ba508d8211a3c92b09ba141eb2bd630d540b56110d2cb593a8afd0f6e9ca115
0x8326ef537ee18f6fc3ac036d3dee17416e45fc0e8e262a794b52b4b595e3c94d
0x1e2181297af7ff4ff894a8f89402c6c89157ea8546fb9f651f5734b546ee4cec

Functions
Getter at block 21193847
applyTxLimit(view returns (bool)
false
baseTokenURI(view returns (string)
https://cloudflare-ipfs.com/ipfs/bafybeiaogormt6iedy6zwwoarkbcm3wwcam3f4fh6tar2fvibwdchdbkfq/
buyLimit(view returns (uint256)
2024000000000000000000
decimals(view returns (uint8)
18
minted(view returns (uint256)
735
name(view returns (string)
Pixel Punks 404
owner(view returns (address)
0x0bb776c824f23e9c674354c573127dc80f3418e3
paused(view returns (bool)
false
pendingOwner(view returns (address)
0x0000000000000000000000000000000000000000
sellLimit(view returns (uint256)
2024000000000000000000
symbol(view returns (string)
PUNK404
totalSupply(view returns (uint256)
2024000000000000000000
txLimit(view returns (uint256)
2024000000000000000000
Read-only
allowance(addressaddressview returns (uint256)
balanceOf(addressview returns (uint256)
getApproved(uint256view returns (address)
isApprovedForAll(addressaddressview returns (bool)
ownerOf(uint256 idview returns (address owner)
tokenURI(uint256 idview returns (string)
userBuylimit(addressview returns (uint256)
userSelllimit(addressview returns (uint256)
whitelist(addressview returns (bool)
State-modifying
acceptOwnership(
approve(address spenderuint256 amountOrIdreturns (bool)
renounceOwnership(
safeTransferFrom(address fromaddress touint256 id
safeTransferFrom(address fromaddress touint256 idbytes data
setApprovalForAll(address operatorbool approved
setLimit(uint256 _buylimituint256 _selllimituint256 _txlimit
setNameSymbol(string _namestring _symbol
setTokenURI(string _tokenURI
setWhitelist(address targetbool state
startApplyingLimit(
stopApplyingLimit(
transfer(address touint256 amountreturns (bool)
transferFrom(address fromaddress touint256 amountOrId
transferOwnership(address newOwner
Events
Approval(address indexed owneraddress indexed spenderuint256 amount
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
ERC20Transfer(address indexed fromaddress indexed touint256 amount
ERC721Approval(address indexed owneraddress indexed spenderuint256 indexed id
OwnershipTransferStarted(address indexed previousOwneraddress indexed newOwner
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Paused(address account
Transfer(address indexed fromaddress indexed touint256 indexed id
Unpaused(address account
Constructor
constructor(address _owneruint256 _initialSupplyuint8 _decimaluint256 _buylimituint256 _selllimituint256 _txLimit
Fallback and receive

This contract contains no fallback and receive objects.

Errors
AlreadyExists(
EnforcedPause(
ExpectedPause(
InvalidOwner(
InvalidRecipient(
InvalidSender(
NotFound(
OwnableInvalidOwner(address owner
OwnableUnauthorizedAccount(address account
ReentrancyGuardReentrantCall(
Unauthorized(
UnsafeRecipient(