Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x4051…2d75
0xbd9a…41aa
0xf8ee…0b55
Balances ($0.00)
No balances found for "Cypher"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21297824 | a day ago | | | 0 | 0.00081154331 | |
| 21297819 | a day ago | | | 0 | 0.00068726986 | |
| 21297815 | a day ago | | | 0 | 0.00059992502 | |
| 21297811 | a day ago | | | 0 | 0.00063487196 | |
| 21297805 | a day ago | | | 0 | 0.00056781569 | |
| 21297801 | a day ago | | | 0 | 0.00052529437 | |
| 21297795 | a day ago | | | 0 | 0.00053505787 | |
| 21297791 | a day ago | | | 0 | 0.00052963639 | |
| 21297785 | a day ago | | | 0 | 0.00052542148 | |
| 21297778 | a day ago | | | 0 | 0.00059008508 |
ABI
ABI objects
Getter at block 21305162
getInfo() view returns (bool hasStarted, bool hasEnded, uint256 blocksUntilAuctionStart, uint256 currentGeneration, uint256 currentFee, uint256 blocksUntilNextHalving, uint256 currentInvocationCount, uint256 maxTokenInvocations)
(hasStarted=true, hasEnded=true, blocksUntilAuctionStart=0, currentGeneration=9, currentFee=2000000000000000000, blocksUntilNextHalving=0, currentInvocationCount=1024, maxTokenInvocations=1024)
name() view returns (string)
Cypher
owner() view returns (address)
0x515c21b5f72d43714bcd59a32939d1cbcc3ef638
symbol() view returns (string)
CPHR
totalSupply() view returns (uint256)
1024
Read-only
balanceOf(address owner) view returns (uint256)
generate(uint256 tokenId) view returns (string)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
metadata(uint256 tokenId) view returns (string)
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)
lock()
purchase() payable returns (uint256 tokenId)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setAuctionStartBlock(uint256 auctionStartBlock)
setDrawingContract(address drawing)
setInitialDuration(uint256 initialDuration)
setInitialFee(uint256 initialFee)
setMaxHalvings(uint256 maxHalvings)
setMaxTokenInvocations(uint256 maxTokenInvocations)
setMetadataContract(address meta)
setRecipient(address recipient)
setReservedInvocations(uint256 reservedInvocations)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
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(CypherConstructorArgs args)
This contract contains no fallback and receive objects.
This contract contains no error objects.