ERROR404

Verified contract

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

No balances found for "ERROR404"

0xd8f70f66c8ce7f643fb34514bf4d3f465f7a2af663f9fbe64cbe7de883f9c267
0xe62189cd45ff4e842ccd1703c239f03189a4e88dfc51577c9f6bdec4aa177b2a
0xbf5df1d66742bb7783a77c7c7c92f10b5e90ae51a400542505196dd00e8bf644
0xeaad1f4585f6e548cc5fc9d8ce86cc227f8462d091f3e8247bf6e4935926ad2a
0x249559cdbacb57b326ea3c174a28cf60f762fb16ed14f727c88a137beea12644
0x10c11858d30a582ccdf6a165a9a38efea9b718a3e5655e77bfae03006eead3bb
0x4fe5c67e8c1d0a7fe6efd17d3d1fb16d512efbda09d407583c25fdafd0ab0962
0xb733f18450c2bc8d0834f65853fb41946e7ef248e4b64213a49591dd0d80af4b
0xbd8f01b21856056845cd1ca368a885553ba4def14a56ca2cea89fe7524f783b5
0x3f0f89476ee55b9e9ecf52b91be40d8d830e5acb0d8167e2d9c8d4bd9c475987

Functions
Getter at block 20901623
baseTokenURI(view returns (string)
dataURI(view returns (string)
decimals(view returns (uint8)
18
minted(view returns (uint256)
2426
name(view returns (string)
ERROR404
owner(view returns (address)
0xfa73ac04cefa7d24d0630a1a4209562e5743adef
symbol(view returns (string)
ERROR
totalSupply(view returns (uint256)
1000000000000000000000
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)
whitelist(addressview returns (bool)
State-modifying
approve(address spenderuint256 amountOrIdreturns (bool)
revokeOwnership(
safeTransferFrom(address fromaddress touint256 id
safeTransferFrom(address fromaddress touint256 idbytes data
setApprovalForAll(address operatorbool approved
setDataURI(string _dataURI
setNameSymbol(string _namestring _symbol
setTokenURI(string _tokenURI
setWhitelist(address targetbool state
transfer(address touint256 amountreturns (bool)
transferFrom(address fromaddress touint256 amountOrId
transferOwnership(address _owner
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
OwnershipTransferred(address indexed useraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed id
Constructor
constructor(address _owner
Fallback and receive

This contract contains no fallback and receive objects.

Errors
AlreadyExists(
InvalidOwner(
InvalidRecipient(
InvalidSender(
NotFound(
Unauthorized(
UnsafeRecipient(