CoolPenguins
Verified contract
Active on
Ethereum with 2,651 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 "CoolPenguins"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21412677 | 4 hours ago | | | 0 | 0.00048652243 | |
| 19104707 | a year ago | | | 0 | 0.00064727636 | |
| 19050768 | a year ago | | | 0 | 0.00031521115 | |
| 18907355 | a year ago | | | 0 | 0.00062643530 | |
| 18906487 | a year ago | | | 0 | 0.00082330566 | |
| 18891792 | a year ago | | | 0 | 0.0011966452 | |
| 18850310 | a year ago | | | 0 | 0.0031920613 | |
| 18320940 | a year ago | | | 0 | 0.00043276529 | |
| 18039606 | a year ago | | | 0 | 0.00048734449 | |
| 17968953 | a year ago | | | 0 | 0.00084292028 |
ABI
ABI objects
Getter at block 21414001
cost() view returns (uint256)
2000000000000000
hiddenURL() view returns (string)
maxFreeMintAmountPerWallet() view returns (uint8)
1
maxMintAmountPerTx() view returns (uint8)
25
maxSupply() view returns (uint16)
6666
name() view returns (string)
CoolPenguins
owner() view returns (address)
0x830f813eaaf691b77f035b3d80e39514c1a3c9e0
paused() view returns (bool)
false
reveal() view returns (bool)
true
symbol() view returns (string)
CLP
totalSupply() view returns (uint256)
6666
Read-only
NFTPerPublicAddress(address) view returns (uint8)
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)
State-modifying
Events Airdrop(uint8 _amountPerAddress, address[] addresses)
Reserve(uint16 _mintAmount, address _receiver)
approve(address to, uint256 tokenId)
mint(uint8 _mintAmount) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setApprovalForAll(address operator, bool approved)
setCost(uint256 _cost)
setFreeMaxLimitPerAddress(uint8 _limit)
setHiddenUri(string _uriPrefix)
setMaxMintAmountPerTx(uint8 _maxtx)
setMaxSupply(uint16 _maxSupply)
setPaused()
setRevealed()
setUriPrefix(string _uriPrefix)
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()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OperatorNotAllowed(address operator)
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()