COOL PENGUINS
Verified contract
Active on
Ethereum with 262 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 1 additional slot
Balances ($38.82)
Native
Value
$38.82
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.0125 | $3,105.37 |
$38.82 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17794845 | a year ago | | | 0 | 0.0025237844 | |
| 15673328 | 2 years ago | | | 0 | 0.00034482715 | |
| 15488804 | 2 years ago | | | 0 | 0.00056048400 | |
| 15346422 | 2 years ago | | | 0 | 0.0035693033 | |
| 15291519 | 2 years ago | | | 0 | 0.00043729396 | |
| 15236861 | 2 years ago | | | 0 | 0.00041579327 | |
| 15184633 | 2 years ago | | | 0 | 0.00061057181 | |
| 14406307 | 3 years ago | | | 0 | 0.0026529175 | |
| 14237489 | 3 years ago | | | 0 | 0.0046480733 | |
| 14228711 | 3 years ago | | | 0 | 0.0022788474 |
ABI
ABI objects
Getter at block 21211524
COOLPENGSPRICE() view returns (uint256)
12500000000000000
COOLPENGSRESERVE() view returns (uint256)
79
COOLPENGS_PROVENANCE() view returns (string)
MAXCOOLPENGSPURCHASE() view returns (uint256)
20
MAX_COOLPENGS() view returns (uint256)
10000
baseURI() view returns (string)
https://gateway.pinata.cloud/ipfs/QmT2iw1ZomxRDwTnhZ7kHXSGAfEums7ugF4LkBeveXKcJ3/
getPrice() view returns (uint256)
12500000000000000
name() view returns (string)
COOL PENGUINS
owner() view returns (address)
0x6fbe9514da0c1f8404021c5f3802910996efa9fd
saleIsActive() view returns (bool)
false
symbol() view returns (string)
PENGS
totalSupply() view returns (uint256)
466
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)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
tokensOfOwner(address _owner) view returns (uint256[])
State-modifying
Events MINTCOOLPENGS(uint256 numberOfTokens) payable
RESERVEPENGS(address _to, uint256 _reserveAmount)
approve(address to, uint256 tokenId)
flipSaleState()
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)
setPengsPrice(uint256 NewPengsPrice)
setProvenanceHash(string provenanceHash)
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.
This contract contains no error objects.