Crazy Cookie
Verified contract
Active on
Ethereum with 74 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x1d48…243e
3 additional
variables
Balances ($0.00)
No balances found for "Crazy Cookie"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17964202 | a year ago | | | 0 | 0.0028390697 | |
| 16303429 | 2 years ago | | | 0 | 0.0016620900 | |
| 16184007 | 2 years ago | | | 0 | 0.0012591539 | |
| 14287964 | 3 years ago | | | 0 | 0.0025422356 | |
| 14234656 | 3 years ago | | | 0 | 0.0012954797 | |
| 14215836 | 3 years ago | | | 0 | 0.0029130741 | |
| 14213768 | 3 years ago | | | 0 | 0.0043052332 | |
| 14064391 | 3 years ago | | | 0 | 0.0081199873 | |
| 14064351 | 3 years ago | | | 0 | 0.010302927 | |
| 13979288 | 3 years ago | | | 0 | 0.013224267 |
ABI
ABI objects
Getter at block 21194231
ccData() view returns (address)
0x1d485868251ba82b6462f83774bfdae8e998243e
contractURI() view returns (string)
max_supply() view returns (uint256)
3333
mint_price() view returns (uint256)
50000000000000000
name() view returns (string)
Crazy Cookie
owner() view returns (address)
0x7682969b74d73dd72963fdb353476a5c3cecf786
symbol() view returns (string)
CC
totalSupply() view returns (uint256)
121
Read-only
A(uint256) view returns (string)
B(uint256) view returns (string)
C(uint256) view returns (string)
D(uint256) view returns (string)
E(uint256) view returns (string)
F(uint256) view returns (string)
G(uint256) view returns (string)
H(uint256) view returns (string)
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getFortune(uint256 _tokenId) view returns (string, string)
isApprovedForAll(address owner, address operator) view returns (bool)
isOwnersOpenSeaProxy(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)
State-modifying
Events approve(address to, uint256 tokenId)
mint(uint256 _amount) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setOpenSeaRegistry(address proxyRegistryAddress)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
updateCCData(address _ccData)
withdraw(uint256 amount) 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(address _ccData, address _admin, address openseaProxyRegistry_)
This contract contains no fallback and receive objects.
This contract contains no error objects.