WE COOL NORMIES
Verified contract
Active on
Ethereum with 2,275 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 "WE COOL NORMIES"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20688122 | 2 months ago | | | 0 | 0.000028088477 | |
| 20609102 | 3 months ago | | | 0 | 0.000032007684 | |
| 16738524 | 2 years ago | | | 0 | 0.0010090131 | |
| 16667094 | 2 years ago | | | 0 | 0.00075878462 | |
| 16179941 | 2 years ago | | | 0 | 0.00031643209 | |
| 16009938 | 2 years ago | | | 0 | 0.00046107000 | |
| 15878891 | 2 years ago | | | 0 | 0.00041425362 | |
| 15866456 | 2 years ago | | | 0 | 0.00039179873 | |
| 15808938 | 2 years ago | | | 0 | 0.00060796680 | |
| 15800051 | 2 years ago | | | 0 | 0.00091002294 |
ABI
ABI objects
Getter at block 21201009
baseURI() view returns (string)
ipfs://bafybeieedhfyh57iwt7dwd24sgyibx4jw4pyzgjgem5vzffmel2zfdxfey/
maxFreePerWallet() view returns (uint256)
2
maxPerTx() view returns (uint256)
100
maxSupply() view returns (uint256)
5000
mintEnabled() view returns (bool)
true
name() view returns (string)
WE COOL NORMIES
owner() view returns (address)
0xe54162b144d3b2c4e4628ca87e6b0cd4f4edb3ca
price() view returns (uint256)
500000000000000
symbol() view returns (string)
WCN
totalBurned() view returns (uint256)
2
totalFree() view returns (uint256)
5000
totalFreeMinted() view returns (uint256)
4446
totalSupply() view returns (uint256)
5000
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)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
claim(uint256 numberOfTokens, address user)
mint(uint256 count) payable
neflixandchill(uint256 tokenId)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string uri)
setFreeAmount(uint256 amount)
setFreeLimitPerWallet(uint256 _limit)
setPrice(uint256 _newPrice)
toggleMint()
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()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()