The Neon Pepes
Verified contract
Active on
Ethereum with 7,486 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x2342…fa1c
Balances ($0.00)
No balances found for "The Neon Pepes"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21141617 | 17 days ago | | | 0 | 0.00046484404 | |
| 21102633 | 23 days ago | | | 0 | 0.00010674400 | |
| 21101927 | 23 days ago | | | 0 | 0.00016447644 | |
| 21055817 | a month ago | | | 0 | 0.00010917000 | |
| 21055814 | a month ago | | | 0 | 0.00010906200 | |
| 21055811 | a month ago | | | 0 | 0.00010944000 | |
| 20998870 | a month ago | | | 0 | 0.00020188378 | |
| 20967048 | a month ago | | | 0 | 0.00082889580 | |
| 20903992 | 2 months ago | | | 0 | 0.00011390920 | |
| 20821259 | 2 months ago | | | 0 | 0.00075831628 |
ABI
ABI objects
Getter at block 21264611 totalSupply() view returns (uint256)
canUpdateSeed() view returns (bool)
true
descriptor() view returns (address)
0x2342aa09cb436998f8da09f3c27a06624ebcfa1c
maxSupply() view returns (uint256)
10000
minting() view returns (bool)
true
name() view returns (string)
The Neon Pepes
owner() view returns (address)
0x4806d690b2484e18d843746774da00fa684f981f
symbol() view returns (string)
NPepeO
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getSeed(uint256 tokenId) view returns (uint256)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256 tokenId)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256 tokenId)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
burn(uint256 tokenId)
disableSeedUpdate()
mint(uint32 count) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setApprovalForAll(address operator, bool approved)
setDescriptor(address newDescriptor)
setFreeNum(uint256 _num)
setMinting(bool value)
setTokenPrice(uint256 newPrice)
teamClaim(uint32 count) payable
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
updateSeed(uint256 tokenId, uint256 seed)
withdraw() payable
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SeedUpdated(uint256 indexed tokenId, uint256 seed)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.