SUPERCOOLPEEPS
Verified contract
Active on
Ethereum with 5,007 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($3,070.79)
Native
Value
$3,070.79
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.836 | $3,673.19 |
$3,070.79 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21141610 | 22 days ago | | | 0 | 0.00045928768 | |
| 20496492 | 4 months ago | | | 0 | 0.000077856927 | |
| 20342947 | 4 months ago | | | 0 | 0.00025682203 | |
| 19504386 | 8 months ago | | | 0 | 0.00079120871 | |
| 19464371 | 8 months ago | | | 0 | 0.0019059105 | |
| 19464370 | 8 months ago | | | 0 | 0.0019131718 | |
| 19464304 | 8 months ago | | | 0 | 0.0024874167 | |
| 19406637 | 9 months ago | | | 0 | 0.0029827702 | |
| 19302070 | 9 months ago | | | 0 | 0.00062109997 | |
| 19302018 | 9 months ago | | | 0 | 0.00055217929 |
ABI
ABI objects
Getter at block 21302446
baseAniURI() view returns (string)
https://supercoolpeeps.com/app.html
baseExtURI() view returns (string)
https://supercoolpeeps.com/
baseImgURI() view returns (string)
https://supercoolpeeps.com/img/
contractURI() pure returns (string)
https://supercoolpeeps.com/metadata.json
cost() view returns (uint256)
0
freeSupply() view returns (uint256)
9999
maxMintPerTx() view returns (uint256)
5
maxSupply() view returns (uint256)
10000
name() view returns (string)
SUPERCOOLPEEPS
owner() view returns (address)
0x324e64073f3d056272bfe7e03ebfac87169ea261
paused() view returns (bool)
true
symbol() view returns (string)
PEEP
totalSupply() view returns (uint256)
10000
Read-only
addressFreeMint(address) view returns (uint256)
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)
seeds(uint256) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
walletOfOwner(address _owner) view returns (uint256[])
State-modifying
Events approve(address to, uint256 tokenId)
freeMint()
mint(uint256 _mintAmount) payable
pause(bool _state)
privateMint(uint256 _mintAmount, address _receiver)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseAniURI(string _new)
setBaseExtURI(string _new)
setBaseImgURI(string _new)
setCost(uint256 _new)
setFreeSupply(uint256 _new)
setMaxMintPerTx(uint256 _new)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw() payable
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.