CyberBoyz3000
Verified contract
Active on
Ethereum with 4,151 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 "CyberBoyz3000"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20652032 | 2 months ago | | | 0 | 0.000026314662 | |
| 20060764 | 5 months ago | | | 0 | 0.00021779523 | |
| 19909227 | 6 months ago | | | 0 | 0.00012062436 | |
| 19876603 | 6 months ago | | | 0 | 0.00057329000 | |
| 19147411 | 9 months ago | | | 0 | 0.00081212429 | |
| 18955180 | 10 months ago | | | 0 | 0.0014815507 | |
| 18834489 | a year ago | | | 0 | 0.00099436442 | |
| 18824327 | a year ago | | | 0 | 0.00082206726 | |
| 18094632 | a year ago | | | 0 | 0.00046810826 | |
| 18009849 | a year ago | | | 0 | 0.00052261684 |
ABI
ABI objects
Getter at block 21157547
MAX_SUPPLY() view returns (uint256)
3000
admin() view returns (address)
0x2a5953daf01cc6ac73b252f034771dd6ec5589b7
baseURI() view returns (string)
ipfs://QmX2Q4L5gCKSPDqXwAoq6iE4wDxDPzEUAq1wBemvFmogsG/
cyberIsLive() view returns (bool)
false
cyberToken() view returns (address)
0x0000000000000000000000000000000000000000
mintingIsLive() view returns (bool)
true
name() view returns (string)
CyberBoyz3000
symbol() view returns (string)
CB3000
totalSupply() view returns (uint256)
3000
whiteListIsOn() view returns (bool)
false
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getTokenIdsOwnedBy(address _owner) view returns (uint256[])
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
claimTokenNftRewardMint()
includeToWhiteList(address[] _wallets)
mintTokenAdmin(uint256 _numTokens) returns (bool success)
mintTokenNFT() returns (bool success)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURIpfs(string _baseUri) returns (bool success)
setCyberAddress(address cyber)
setCyberClaimable()
setWhitelistStatus(bool _status)
transferFrom(address from, address to, uint256 tokenId)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor()
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()