ENS pudgy penguin
Verified contract
Active on
Ethereum with 5,576 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 "ENS pudgy penguin"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20656441 | 3 months ago | | | 0 | 0.000071679308 | |
| 19809873 | 7 months ago | | | 0 | 0.00033979816 | |
| 19618211 | 8 months ago | | | 0 | 0.0013378997 | |
| 19328193 | 9 months ago | | | 0 | 0.0013432489 | |
| 19004903 | 10 months ago | | | 0 | 0.00091141520 | |
| 18983854 | a year ago | | | 0 | 0.0014289528 | |
| 18647257 | a year ago | | | 0 | 0.00077415982 | |
| 18555054 | a year ago | | | 0 | 0.00095272645 | |
| 16770857 | 2 years ago | | | 0 | 0.0021282420 | |
| 16761439 | 2 years ago | | | 0 | 0.00082022973 |
ABI
ABI objects
Getter at block 21281779
baseTokenURI() view returns (string)
ipfs://bafybeihyzbs7g4mqny5vwcqzhu6my6mxnchbg63alrmhcwt4ycqkbvuauu/
defaultTokenURI() view returns (string)
maxSupply() view returns (uint256)
8888
mintStatus() view returns (uint8)
2
name() view returns (string)
ENS pudgy penguin
owner() view returns (address)
0x980f51004c9ed133d1cabaac467429e688e56d6b
publicSalePrice() view returns (uint256)
2200000000000000
symbol() view returns (string)
EPP
totalSupply() view returns (uint256)
8888
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
usermint(address) view returns (uint256)
State-modifying
Events approve(address to, uint256 tokenId)
marketMint(address[] marketmintaddress, uint256[] mintquantity) payable
mint(uint256 _quantity) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _baseTokenURI)
setDefaultURI(string _defaultURI)
setPublicMintStatus(uint256 status)
setPublicPrice(uint256 mintprice)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdrawMoney()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ConsecutiveTransfer(uint256 indexed fromTokenId, uint256 toTokenId, address indexed from, address indexed to)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string _baseTokenURI, uint256 _maxSupply, uint256 _publicSalePrice)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()