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 "ERROR404"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20988789 | a month ago | | | 0 | 0.00044396164 | |
| 20411583 | 4 months ago | | | 0 | 0.00013859765 | |
| 20386307 | 4 months ago | | | 0 | 0.00024008559 | |
| 20375520 | 4 months ago | | | 0 | 0.00015507021 | |
| 20347033 | 4 months ago | | | 0 | 0.000093935671 | |
| 20320063 | 4 months ago | | | 0 | 0.00031514034 | |
| 20276425 | 4 months ago | | | 0 | 0.00022339800 | |
| 20249639 | 4 months ago | | | 0 | 0.000071674022 | |
| 20203665 | 5 months ago | | | 0 | 0.00015536708 | |
| 20159986 | 5 months ago | | | 0 | 0.00014677547 |
ABI
ABI objects
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(address, address) view returns (uint256)
balanceOf(address) view returns (uint256)
getApproved(uint256) view returns (address)
isApprovedForAll(address, address) view returns (bool)
ownerOf(uint256 id) view returns (address owner)
tokenURI(uint256 id) view returns (string)
userBuylimit(address) view returns (uint256)
userSelllimit(address) view returns (uint256)
whitelist(address) view returns (bool)
State-modifying
Events acceptOwnership()
approve(address spender, uint256 amountOrId) returns (bool)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 id)
safeTransferFrom(address from, address to, uint256 id, bytes data)
setApprovalForAll(address operator, bool approved)
setLimit(uint256 _buylimit, uint256 _selllimit)
setNameSymbol(string _name, string _symbol)
setTokenURI(string _tokenURI)
setWhitelist(address target, bool state)
startApplyingLimit()
stopApplyingLimit()
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amountOrId)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 amount)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ERC20Transfer(address indexed from, address indexed to, uint256 amount)
ERC721Approval(address indexed owner, address indexed spender, uint256 indexed id)
OwnershipTransferStarted(address indexed previousOwner, address indexed newOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
Transfer(address indexed from, address indexed to, uint256 indexed id)
Unpaused(address account)
constructor(address _owner, uint256 _initialSupply, uint8 _decimal, uint256 _buylimit, uint256 _selllimit)
This contract contains no fallback and receive objects.
AlreadyExists()
EnforcedPause()
ExpectedPause()
InvalidOwner()
InvalidRecipient()
InvalidSender()
NotFound()
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)
ReentrancyGuardReentrantCall()
Unauthorized()
UnsafeRecipient()