ERROR404

Verified contract

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

No balances found for "ERROR404"

0xf8e7d5495183c623e228612535bac3f9db3c9ab919a5c2c489086c00531e537c
0x8f28b2ab95440645cd218e4c25c42e94c0354b26307b45cb56c266fcf7edb111
0x9e1d78ec14b93330d2ed7f7970f57731158719acd8c3ab02a592feb6b2c09a48
0x120628bc43a9b08f2a377ca0c55f19add2b4a670d78067efec48a79cad3b169c
0x45db763a345492fa4e93e0e347494415396e03a319ee334b2f6d1396d2795977
0x53ecc66a91086ce2739fedd29ffe65135d5d867df047a00399c692ecc0f48fd5
0xd77627491cfae86f68f08f627a2cddbd97c94ae80cb88111666b5c75379b65d3
0x21ea08c55e5fec9a04cbfb952f0d0c16e1064eeaf1ace55e7a68e37288d2bcef
0x0f56c992eb3881b0646e80fedf83d5b967a05b9055bb8b7730c1751f1434a7e9
0x88e1021a3fe94f951264cf5de1d33356a3f99a7fe68d49434f62243ef52fb719

Functions
Getter at block 21199533
applyTxLimit(view returns (bool)
false
baseTokenURI(view returns (string)
ipfs://bafybeifvmtexearzaeggzxtzggzezqjrioosakg2jxcwwojalxs5ied4gu/
buyLimit(view returns (uint256)
404000000000000000000
decimals(view returns (uint8)
18
minted(view returns (uint256)
852
name(view returns (string)
ERROR404
owner(view returns (address)
0x80cbdddbf5d21fd2b7c4f884e21d98cb740bff6d
paused(view returns (bool)
false
pendingOwner(view returns (address)
0x0000000000000000000000000000000000000000
sellLimit(view returns (uint256)
404000000000000000000
symbol(view returns (string)
PNF
totalSupply(view returns (uint256)
404000000000000000000
txLimit(view returns (uint256)
10000000000000000000
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 _selllimit
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 _selllimit
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(