Creature Penguin
Verified contract
Active on
Ethereum with 2,434 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 "Creature Penguin"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20336520 | 4 months ago | | | 0 | 0.00028751373 | |
| 18903685 | a year ago | | | 0 | 0.00057590548 | |
| 18866862 | a year ago | | | 0 | 0.00053038834 | |
| 17605145 | a year ago | | | 0 | 0.00034684699 | |
| 16682809 | 2 years ago | | | 0 | 0.0012896925 | |
| 16298254 | 2 years ago | | | 0 | 0.00092074758 | |
| 15869835 | 2 years ago | | | 0 | 0.00084034330 | |
| 15850923 | 2 years ago | | | 0 | 0.00038788733 | |
| 15812952 | 2 years ago | | | 0 | 0.00075021983 | |
| 15808409 | 2 years ago | | | 0 | 0.00026351190 |
ABI
ABI objects
Getter at block 21197633
FREE_MAX_SUPPLY() view returns (uint256)
0
MAX_PER_TX() view returns (uint256)
20
MAX_PER_TX_FREE() view returns (uint256)
1
MAX_PER_WALLET() view returns (uint256)
0
MAX_SUPPLY() view returns (uint256)
2000
baseExtension() view returns (string)
.json
baseURI() view returns (string)
ipfs://QmWTir3J45vGpbZNE5fxNoKpV9GG8HqshJHzRtkgU858Ui/
contractURI() view returns (string)
ipfs://QmW6ES6G4nJZfjnS5qjbdxkkNdaUMiuhGQSbXBzDbSRufE
name() view returns (string)
Creature Penguin
owner() view returns (address)
0x2c9e94b6d98cb1e1ca33bdfbab462dea4cc9451e
paused() view returns (bool)
false
price() view returns (uint256)
5000000000000000
symbol() view returns (string)
PENG
totalSupply() view returns (uint256)
2000
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
minted(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 to, uint256 tokenId)
freeMint() payable
mint(uint256 _amount) payable
pause(bool _state)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI_)
setContractURI(string _contractURI)
setPrice(uint256 _price)
setupOS()
tokenOwnershipChecker()
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw()
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)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor()
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
AuxQueryForZeroAddress()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
MintedQueryForZeroAddress()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()