Pepe404

Verified contract

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

No balances found for "Pepe404"

0xae41628c011fb7484e4d1aa9d265e776653282cf1c2163f47de5f03616e61479
0x46951529be9f9008b3dcaafb9546b7b9ee7463a4605990698abce8e5f3e3cb24
0x83c47f5159acd4a5634bbe0846230d5c431ac58ff9ce0c83a44ae3bc6b91987b
0x6ff73e8f9928ca3527634bf7cad126a62953020c545a364ac6773e1182116a33
0x4914359e58e75bbfe108b8b4de0c186b53bc3a3282acc9cf91c17a44c0fd56ec
0xcac5055a68207fa05b056dc39062db33ef84bf76d0f034be733b0d8361b8d827
0x94cc82e7b5538783adf889e74acc06e17b97e91f1c58ef979cf1db0b2e6d6c2e
0xaf721c041ba541451326ac15c816fd840922a0fdfd08d5470bd0f35b1cab36c6
0x6b7fde2c8d8bf7d1d6278bd0a2ea8a08c3f02beb1861f70097bd5e091f4a1aab
0x113eb7f6fcaa808f024119de43f470a6d385558980384a180c35a50999465100

Functions
Getter at block 20894545
baseTokenURI(view returns (string)
dataURI(view returns (string)
decimals(view returns (uint8)
18
minted(view returns (uint256)
142
name(view returns (string)
Pepe404
owner(view returns (address)
0x8ed9e610a3643bf2754f313ac1e52142db28c140
symbol(view returns (string)
PEPE404
totalSupply(view returns (uint256)
69000000000000000000
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(