FortuneCookyNFT
Verified contract
Active on
Ethereum with 1,141 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x555a…0432
Balances ($0.00)
No balances found for "FortuneCookyNFT"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16484031 | 2 years ago | | | 0 | 0.00080226284 | |
| 16254484 | 2 years ago | | | 0 | 0.00059533257 | |
| 15575345 | 2 years ago | | | 0 | 0.00057985369 | |
| 15569690 | 2 years ago | | | 0 | 0.00051505490 | |
| 15569687 | 2 years ago | | | 0 | 0.00091293732 | |
| 15536131 | 2 years ago | | | 0.001 | 0.00030262922 | |
| 15533135 | 2 years ago | | | 0 | 0.00072346355 | |
| 15530432 | 2 years ago | | | 0 | 0.00062618466 | |
| 15516024 | 2 years ago | | | 0 | 0.0010046308 | |
| 15512083 | 2 years ago | | | 0 | 0.00073354688 |
ABI
ABI objects
Getter at block 21167048
MAX_TOKENS() view returns (uint256)
1111
TOTAL_PAID() view returns (uint256)
175000000000000000
getContractSeed() view returns (uint256)
114
getCurrentPriceAvg() view returns (uint256)
157515751575157
getNextGenDate() view returns (uint256)
1731709040
getPrice() view returns (uint256)
875000000000000
name() view returns (string)
FortuneCookyNFT
owner() view returns (address)
0xe2d51a830e857400a3b43b3689f0871681d932a3
symbol() view returns (string)
COOKY
totalSupply() view returns (uint256)
1111
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getFortuneLines(uint256 tokenId) view returns (string[2])
getTokenSeed(uint256 tokenId) view returns (uint256)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tSeeds(uint256) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
mint(address _to) payable
ownerMintTransfer(address _to, uint256 _count)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setTransferWallet(address _transferWallet)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdrawAll() payable
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
NewFortuneCooky(uint256 indexed id)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(address _transferWallet, address _buildCooky)
This contract contains no fallback and receive objects.
This contract contains no error objects.