thefenguins
Verified contract
Active on
Ethereum with 1,685 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 "thefenguins"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17055696 | 2 years ago | | | 0 | 0.00071070207 | |
| 17055696 | 2 years ago | | | 0 | 0.00096165673 | |
| 16990083 | 2 years ago | | | 0 | 0.0018677491 | |
| 16971784 | 2 years ago | | | 0 | 0.00064630000 | |
| 16971784 | 2 years ago | | | 0 | 0.00064630000 | |
| 16971784 | 2 years ago | | | 0 | 0.00064630000 | |
| 16971784 | 2 years ago | | | 0 | 0.00064630000 | |
| 16969895 | 2 years ago | | | 0 | 0.00079422045 | |
| 16969895 | 2 years ago | | | 0 | 0.00079422045 | |
| 16969895 | 2 years ago | | | 0 | 0.00079422045 |
ABI
ABI objects
Getter at block 21170921
OPERATOR_FILTER_REGISTRY() view returns (address)
0x000000000000aaeb6d7670e522a718067333cd4e
baseURI() view returns (string)
ipfs://QmWXJXRdExse2YHRY21Wvh4pjRxNRQcWVhcKw4DLVnqGqs/
maxPerTransaction() view returns (uint256)
3
maxSupply() view returns (uint256)
4444
name() view returns (string)
thefenguins
owner() view returns (address)
0xa0ffad6fe940e6e0f47af0fccaf2dd8b7ff24bc7
price() view returns (uint256)
0
saleActive() view returns (bool)
true
symbol() view returns (string)
fengs
totalSupply() view returns (uint256)
4444
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
numberMinted(address owner) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address operator, uint256 tokenId) payable
devMint(uint256 quantity)
publicMint(uint256 amount) payable
reduceSupply(uint256 newMaxSupply)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId) payable
safeTransferFrom(address from, address to, uint256 tokenId, bytes data) payable
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI_)
setPrice(uint256 newPrice)
startSale()
stopSale()
transferFrom(address from, address to, uint256 tokenId) payable
transferOwnership(address newOwner)
treasuryMint(uint256 quantity)
withdraw()
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()
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OperatorNotAllowed(address operator)
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()