CyberKeys
Verified contract
Active on
Ethereum with 1,184 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 "CyberKeys"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19821899 | 7 months ago | | | 0 | 0.00017587878 | |
| 19705700 | 7 months ago | | | 0 | 0.00018676847 | |
| 19555966 | 8 months ago | | | 0 | 0.0011418964 | |
| 19021829 | 10 months ago | | | 0 | 0.00082846020 | |
| 18938180 | a year ago | | | 0 | 0.00054064354 | |
| 18926082 | a year ago | | | 0 | 0.00048636570 | |
| 18906894 | a year ago | | | 0 | 0.00070867070 | |
| 18906637 | a year ago | | | 0 | 0.00070577799 | |
| 18901824 | a year ago | | | 0 | 0.00079508732 | |
| 18863523 | a year ago | | | 0 | 0.0012355464 |
ABI
ABI objects
Getter at block 21263434
allowanceSaleIsActive() view returns (bool)
true
claimedSupply() view returns (uint256)
2927
cyberbabiesAddress() view returns (address)
0x991a546a167ceb2a6a7c344c9d85269ac03035d9
maxSupply() view returns (uint256)
3000
mintPrice() view returns (uint256)
40000000000000000
owner() view returns (address)
0x8154ad71d7f398505598ceed3cd2f1f46b95e2b1
publicSaleIsActive() view returns (bool)
true
Read-only
allowance(uint256) view returns (uint8)
balanceOf(address account, uint256 id) view returns (uint256)
balanceOfBatch(address[] accounts, uint256[] ids) view returns (uint256[])
exists(uint256 id) view returns (bool)
getTotalAllowance(uint256[] cybbIds) view returns (uint8 totalAlllowance)
isApprovedForAll(address account, address operator) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
totalSupply(uint256 id) view returns (uint256)
uri(uint256) view returns (string)
State-modifying
Events burn(address account, uint256 id, uint256 value)
burnBatch(address account, uint256[] ids, uint256[] values)
claimAllowanceKeys(uint256 cybbId, uint8 amount) payable
claimKeys(uint8 amount) payable
flipAllowanceSaleState()
flipPublicSaleState()
multiClaimAllowanceKeys(uint256[] cybbIds, uint8 amount) payable
ownerBurn(address[] accounts, uint256[] values)
renounceOwnership()
safeBatchTransferFrom(address from, address to, uint256[] ids, uint256[] amounts, bytes data)
safeTransferFrom(address from, address to, uint256 id, uint256 amount, bytes data)
setAllAllowance(uint8 newAllowance)
setAllowance(uint256[] cybbIds, uint8 newAllowance)
setApprovalForAll(address operator, bool approved)
setManager(address manager)
setMaxSupply(uint256 newMaxSupply)
setMintPrice(uint256 newPrice)
setURI(string newuri)
transferOwnership(address newOwner)
withdraw()
ApprovalForAll(address indexed account, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
TransferBatch(address indexed operator, address indexed from, address indexed to, uint256[] ids, uint256[] values)
TransferSingle(address indexed operator, address indexed from, address indexed to, uint256 id, uint256 value)
URI(string value, uint256 indexed id)
constructor(address cybbAddress)
receive()
This contract contains no error objects.