Cybernetics
Verified contract
Active on
Ethereum with 505 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
3 additional
variables
Balances ($1,239.40)
Native
Value
$1,239.4
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.336 | $3,688.68 |
$1,239.4 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18907960 | a year ago | | | 0 | 0.00073530326 | |
| 18638762 | a year ago | | | 0 | 0.0034804917 | |
| 18638761 | a year ago | | | 0 | 0.0016078220 | |
| 16185504 | 2 years ago | | | 0 | 0.0033771118 | |
| 16185503 | 2 years ago | | | 0 | 0.0029197256 | |
| 16185502 | 2 years ago | | | 0 | 0.0028940982 | |
| 15639620 | 2 years ago | | | 0 | 0.0013921777 | |
| 15183026 | 2 years ago | | | 0 | 0.0015308733 | |
| 15183006 | 2 years ago | | | 0 | 0.0015566016 | |
| 14963616 | 2 years ago | | | 0 | 0.0042237628 |
ABI
ABI objects
Getter at block 21305756
MAX_SUPPLY() view returns (uint256)
10000
communityGrant() view returns (bool)
true
creationBlock() view returns (uint256)
12951434
giveawaysRemaining() view returns (uint256)
191
mintAtOnceAmt() view returns (uint256)
20
mintPrice() view returns (uint256)
42000000000000000
name() view returns (string)
Cybernetics
owner() view returns (address)
0xa3b67e82687f6da49359f4e1e117c7bb5b95120b
publicSale() view returns (bool)
false
punkMintsRemaining() view returns (uint256)
0
symbol() view returns (string)
CYB
totalSupply() view returns (uint256)
949
Read-only
balanceOf(address owner) view returns (uint256)
checkPunkUnusedThisBlock(uint256 _punkId, uint256 blockNumber) view returns (bool)
checkWinningHash(uint256 _punkId, uint256 blockNumber) view returns (bool)
getApproved(uint256 tokenId) view returns (address)
giveawaysUsed(uint256) view returns (uint256)
isApprovedForAll(address owner, address operator) view returns (bool)
isValidData(uint256 _number, string _word, address _address, bytes sig) view returns (bool)
isValidData(uint256 _number, string _word, bytes sig) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
randomSeeds(uint256 tokenId) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenToImage(uint256) view returns (string)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
devAirdrop(address[] dropAddresses)
devMint(uint256 mintAmt, address dropAddress)
giveawayMint(uint256 number, bytes sig)
mintPublic(uint256 mintAmt) payable
mintWithPunk(uint256 _punkId)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
saveTokenImage(uint256 _tokenId, string imageData, bytes sig)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _base)
setBlockRoundMod(uint256 _mod)
setCommunityGrant(bool _communityGrant)
setGiveaways(uint256 _giveawayMints)
setMintAtOnceAmt(uint256 _atOnce)
setMintPrice(uint256 _mintPrice)
setPublicSale(bool _publicSale)
setPunkAddress(address _punkAddr)
setPunkMints(uint256 _punkMints)
setRandomMintMod(uint256 _mod)
setVerificationAddress(address _verificationAddress)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
uploadData(bytes[] _data)
withdraw(uint256 _amount)
withdrawAll()
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)
UploadData()
constructor(address _verificationAddress, string _base)
This contract contains no fallback and receive objects.
This contract contains no error objects.