OnChain Pepe 404
Verified contract
Active on
Ethereum with 1,373 txns
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 "OnChain Pepe 404"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21272859 | 14 hours ago | | | 0 | 0.00083721383 | |
| 21183102 | 13 days ago | | | 0 | 0.0019949070 | |
| 21161529 | 16 days ago | | | 0 | 0.00072756542 | |
| 21157300 | 17 days ago | | | 0 | 0.0023681170 | |
| 21157260 | 17 days ago | | | 0 | 0.00063408729 | |
| 21157247 | 17 days ago | | | 0 | 0.00070764582 | |
| 21157076 | 17 days ago | | | 0 | 0.00076793103 | |
| 21154277 | 17 days ago | | | 0 | 0.00039519352 | |
| 21058177 | a month ago | | | 0 | 0.00039128270 | |
| 21000896 | a month ago | | | 0 | 0.00084195883 |
ABI
ABI objects
Getter at block 21277029
decimals() view returns (uint8)
18
minted() view returns (uint256)
637
name() view returns (string)
OnChain Pepe 404
owner() view returns (address)
0x0000000000000000000000000000000000000000
pendingOwner() view returns (address)
0x0000000000000000000000000000000000000000
symbol() view returns (string)
OCP404
totalSupply() view returns (uint256)
88000000000000000000
Read-only
allowance(address, address) view returns (uint256)
balanceOf(address) view returns (uint256)
getApproved(uint256) view returns (address)
getLipColor(uint256 tokenId) view returns (string)
getShirtColor(uint256 tokenId) view returns (string)
getSkinColor(uint256 tokenId) view returns (string)
isApprovedForAll(address, address) view returns (bool)
ownerOf(uint256 id) view returns (address owner)
tokenURI(uint256 tokenId) view returns (string)
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)
setWhitelist(address target, bool state)
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(bytes32 indexed topic0, address indexed from, address indexed to, uint256 tokens) anonymous
ERC721Approval(address indexed owner, address indexed spender, uint256 indexed id)
OwnershipTransferStarted(address indexed previousOwner, address indexed newOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed id)
constructor(address _owner, uint256 _totalSupply)
This contract contains no fallback and receive objects.
AlreadyExists()
InvalidOwner()
InvalidRecipient()
InvalidSender()
NotFound()
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)
Unauthorized()
UnsafeRecipient()