This contract is being backfilled. You may encounter incomplete storage history.

ERC404 PAD

Verified contract

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

No balances found for "ERC404 PAD"

0xcd40b8b1e2ea3fc87b771807faae7e6349135d3b9a18eee48de56f9f206ce91c
0x0aed92616b89de0eb76a0384dcc2e84b9c6d71f5ed04f76a8bc04a01424c6504
0xa1036359d8303be7834d3edcb8b0143bb327464ffb09d0be9f48bca858235abc
0xcb09028672194e26a7272c2c1740e0fb01f669a88b03df8e754d7c3502460619
0x382fca791a9ded06fae0cef834156a866610fa0fe76cc4b0c57458ce6f44c017
0xb1dbf9dd1c2ebcc429dfa5bb44a36ae2ae8c1869a2b4047bc4d11d9c8a923738
0xbfb17c7e2e2beadf10af04380b6a697da96a10c7a2b03ec23e33fae94af9c2cf
0xc18ce019f5b03affa4768402ab149d962e850b4e92d252558cbb64208839ebe8
0x2027f2b2c98e6bd4a422cdb4a689ab9de6be5d98ac18d2ead42ed545f47ef359
0x7ed6cd8995c5193b68756ee74c3f8a285f6c591c01f45741e92ef129187eed11

Functions
Getter at block 21213798
baseTokenURI(view returns (string)
dataURI(view returns (string)
https://www.erc404pad.com/
decimals(view returns (uint8)
18
minted(view returns (uint256)
4276
name(view returns (string)
ERC404 PAD
owner(view returns (address)
0x25e101a21cadd9aef71d93264d0f4c91a959c37c
symbol(view returns (string)
404PAD
totalSupply(view returns (uint256)
10000000000000000000000
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(